Top 4 API Marketplaces to Sell Your APIs
API usage is increasing considerably in this 21st century. In fact, APIs are one of the truest forms of digital products that can be designed to be reliable, fungible, and…
API usage is increasing considerably in this 21st century. In fact, APIs are one of the truest forms of digital products that can be designed to be reliable, fungible, and…
Bootstrap is everywhere, but it’s not always the right tool for the job. Here are some great alternatives! If you check the source code of a website’s front-end at random…
CSS has come a long way, but the tooling around it hasn’t until now. If you feel that writing CSS is like fighting monsters in a tar pit, you’re not…
Are you looking for a queuing system? Or maybe you’re seeking a better one? Here’s all the info you need! Queuing systems are the best-kept secret of backend development. Without…
Gone are the times where AI was considered to be fictional. From robots to the Google Siri and now the introduction of the new Google Duplex,seems to have taken considerable…
For most application developers, the database is an altar of demon gods best left unapproached. But it need not be that way! Other things being equal, the level of comfort…
Heard CI/CD but not sure what it is? Ideally, software engineers are hired to write code that needs to be shipped to a production environment so that the business who…
So you think your SQL database is performant and safe from instant destruction? Well, SQL Injection disagrees! Yes, it’s instant destruction we’re talking about, because I don’t want to open…
Let’s talk about the thread dump, and how to analyze it. We will also discuss how it helps to pinpoint the issues and some of the analyzer you can use. What…
Working with dates is not an easy task. But, the package date-fns makes it easy to work with the dates in JavaScript. Let’s deep dive into the package date-fns to…