Systems | Development | Analytics | API | Testing

Development

7 HCM Integration Best Practices

Human capital management (HCM) is a set of practices used by the human resources department for onboarding new talent. These practices focus on the needs of the organization to fulfill specific vacancies and are implemented across three main categories: hiring, managing and optimizing the workforce. HR departments rely heavily on their apps.

3 things to do as part of your first-time release strategy for fintech apps

Fintech is one of the fastest-growing mobile app categories in the U.S. To stand a chance as a fintech startup, you need to make sure that your fintech app delivers a top-notch experience. Read about the three main things you need to do to get there!

Dependency Injection in JavaScript: Write Testable Code Easily

I struggled with two aspects of software development as a junior engineer: structuring large codebases and writing testable code. Test-driven development is such a common technique that is often taken for granted, but it's not always clear how code can be made fully testable. I remember reading examples where an author would cleanly unit test a function, and in principle, it made sense. But real code doesn't look like those examples.

A simple way to implement usage-based API billing is finally here

Metered Billing has finally arrived in Moesif and we are super excited to be rolling out this latest feature. We have worked hard to deliver a smooth and simple way to monetize your APIs by allowing usage that is tracked in Moesif to be metered and billed by your favorite billing providers. Moesif can calculate and send usage data to a billing provider so your customers can be billed accurately, based on their usage.

Is Data Mesh or API Management Right For You?

API management has been around for over a decade. It is the process of designing, analyzing, documenting, and publishing APIs in a secure environment. A comprehensive API management solution can guarantee that the APIs you create are consumable and secure. However, how do you know if data mesh or API management is right for your business? The concept of data mesh was introduced a few years ago by Zhamak Dehghani on Martin Fowler’s bliki.

The Basics of Package.json

In this chapter, we'll give you a kickstart introduction to effectively using package.json with Node.js and npm. The package.json file is core to the Node.js ecosystem and is a fundamental part of understanding and working with Node.js, npm, and even modern JavaScript. This file is used as a manifest, storing information about applications, modules, packages, and more.