The Next Chapter for Software Product and Service CompaniesThe business model that built most software companies is under serious pressure. The client has a problem. You build a system. They pay. Repeat. That worked for two decades. It is not going to work foMar 15, 2026·4 min read·13
Express Js MiddlewareMiddleware is like checkpoints for the request to check, modify, and log for requests before it reaches the request handler function.Aug 6, 2024·5 min read·55
Routing in Express JsIn this article, we will learn about routing in Express Js that we will use whether we are developing REST API or full-stack applications. Let's understand, why we need routing and how it will help us to manage application code better and also help i...Aug 1, 2024·7 min read·63
Hello World in Express JsAs per the rituals, the first thing to do to start with any language is print the Hello World, we can also say that as a programmer we love to say hello to the world in different languages. Before proceeding, let's understand some basics about Expres...Jul 29, 2024·2 min read·103
Laravel bladeEver heard of making cool websites? Well, Laravel Blade is like the superhero helping developers do just that!Nov 26, 2023·8 min read·136
Why Sanctum is the best fit for SPA authentication.Authentication and authorization are crucial aspects of software development, today we will see how Sanctum is the best suit for SPA(Single Page Application) and mobile API authentication and authorization. Laravel has two major packages that are Lar...Oct 17, 2023·4 min read·260
How to make code clean and consistent.In this blog, we will discuss the default CLI app that comes with Laravel 9 to make your code clean and consistent. If you're a developer immersed in modern PHP, you know how essential it is to maintain a clean and consistent code style. Over the yea...Sep 30, 2023·3 min read·64