Pagination in API and Frontend Development

It’s been a great experience interacting with our freshers while assessing their projects at the end of their fullstack training. One of the key things that I observed was the concept of pagination wasn’t implemented. Pagination is a crucial concept in both API and frontend development. It allows developers to manage and present large datasetsContinue reading “Pagination in API and Frontend Development”

Javascript: Measuring Time to Make Informed Decisions

As an engineer, especially when working on enterprise-grade applications, our coding is influenced by many factors. It is no longer about if your function worked or your ability to achieve the desired result. It is rather about writing performant code, thinking about time complexity vs space complexity, scaling, and ensuring that your application is as fastContinue reading “Javascript: Measuring Time to Make Informed Decisions”