One of the many approaches you might take to develop an application through your software development career is API-First Approach.
Initialize a Next.js application and then implement dark/light theme toggle for it using context hook and TailwindCSS
One of the amazing features that Angular provides is the interceptors, but what does an Interceptor do, and can we implement multiple of them in our Angular project?
Programming is a teamwork job so we must assure that our codebase is clean and usable for everyone in the team with the team culture and the best practices.
Forms are major parts of every Angular project and in this article, we want to implement a Reactive Angular form with a custom and dynamic validator.
A deep dive into the world of filter(), map(), and reduce() methods in JavaScript. In JavaScript, we have these three methods as a part of the Array.prototype method, but what are the differences between them, and what do they exactly do? So letβs dive into them!
Unlike Windows or macOS, which provides us with great touchpad gestures, Linux does not. So let's implement touchpad gestures and configure them together.
API blueprint is a powerful high-level API design language for web APIs.
Sometimes called a fake API, A Mock API is when you build an API that returns the desired data. Still, it is not your actual API, and it all has been simulated for some use cases.