Optimizing Rails API JSON generation
JSON has become a ubiquitous data transfer format for web APIs. Whether you're working on a third-party integration, or endpoints to serve data for rich clients (single page…
Category
JSON has become a ubiquitous data transfer format for web APIs. Whether you're working on a third-party integration, or endpoints to serve data for rich clients (single page…
This article is recommended for you if you're looking for ways to improve your software testing techniques. If you're more experienced, feel free to comment on your practices…
Testing our apps has become mandatory these days. For an app to be considered reliable it must have 95% or so of test coverage. Having that much coverage…
Have you ever stumbled across two e-commerces that looked very similar? An instance of a software that can serve multiple customers? Thats allows them to be customized and…
This post is based on a brown bag I gave at Codeminer. In Web Development, we often think about design, performance, tools, and libraries when building our applications,…
Hello everyone! This is my first tech article and I will give you a quick introduction to the Next.js React Framework. Responding to the (click bait) title, NO,…