2023-02-08
I have been using Create React App for most of my React projects, but recently I started working with Next.js and it offers quite a lot out…
2022-12-11
After working with REST APIs for a while, I started exploring GraphQL. GraphQL is a query language for APIs, developed by Facebook. Instead…
2022-10-05
A fast application gives a better experience for the users. If a page takes too long to load, people will leave before they even see the…
2022-08-27
Design patterns are common solutions to recurring problems in software development. They are not specific pieces of code that we copy and…
2022-07-14
CI/CD stands for Continuous Integration and Continuous Deployment (or Continuous Delivery). It is a practice that automates the process of…