When the global vaccine rollout began in December 2020, many organizations, public and private, projected a safe return to the office by late 2021. But with the rise in COVID-19 cases that resulted from the Delta and Omicron variants, millions of people put these plans on hold, pushed them back, or otherwise adjusted.
Low-code is becoming an increasingly common tool for developers. IDC predicts that the global population of low-code developers will grow at three times the rate of the general developer population over the next four years. For developers, low-code is the beginning of a new era in software development. Rather than replacing other methodologies, it’s a powerful tool to add to your app development toolkit. But what does low-code mean for professional developers?
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.
There is a common saying in the software development field: “Repetition is the root of all software evil.” The more you repeat yourself in code, the more likely you are to make mistakes or cause yourself issues down the line when you come to update things. The aim is to keep things DRY!
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!
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.
Most applications need background jobs for mailers, regular clean-ups, or any other time-consuming operation that doesn't require a user to be present. Several gems support job queues and background processing in the Rails world — Delayed Job and Sidekiq being the two most popular ones. In this post, we will take a detailed look at Delayed Job and Sidekiq, including how they fare against each other. Let's go!