Applying the Singleton Pattern in TypeScript
The Singleton pattern is one of the most widely known and frequently used design patterns in software development. It is a creational pattern and it ensures that a class has…
The Singleton pattern is one of the most widely known and frequently used design patterns in software development. It is a creational pattern and it ensures that a class has…
JavaScript has come a long way since its creation. It started as a very basic language for making web pages interactive. It has become more powerful and it has been…
In 2021, Oracle decided to monetise Java by changing its licensing policy after JDK 17. Previously, businesses had to pay for updates and support, but with JDK 17, Oracle introduced…
AWS Secrets Manager is a fully managed service that helps you easily store and retrieve credentials, API keys, and other sensitive data in a secure way. It integrates seamlessly with…
Serverless development has become one of the most effective ways to build small, event-driven applications without managing infrastructure. When combined with TypeScript, AWS SAM (Serverless Application Model), and Express, it…
Welcome to the third part of our blog series, “C, Bedrock of Software.” In the first part, we explored the origins of C. In the first part, we discussed its…
This is one of our practical posts. In this post, we will be writing a minimal server with Node.js and TypeScript. This is one of the most effective ways to…
“Angular or React?” has been one of the most important questions in software development for the last decade. As a developer who had worked in full-stack fashion for a long…
Every developer knows that the software engineering isn’t just about writing code. It’s about creating efficient, maintainable, and scalable systems. A critical part of that journey, especially in React, is…