Posts
All the articles I've posted.
-
The Rise of Edge Computing When Cloud Isn’t Enough
Cloud computing has transformed the way we build and deploy applications. It has made infrastructure scalable, cost-effective, and accessible to organizations of all sizes. From startups launching their first application to global enterprises running mission-critical workloads, the cloud has become the backbone of modern digital innovation.
-
Getting Started with ngx-markdown and Marked in Angular
Markdown has become the standard format for writing documentation, blog posts, release notes, knowledge bases, and AI-generated content. Instead of storing large HTML strings, developers can write content in a clean and readable Markdown format and render it dynamically in Angular applications.
-
The Art of Site Reliability Engineering (SRE) Keeping Systems Always On
Imagine opening your favorite streaming platform during a major sporting event and finding it unavailable Or attempting an online payment only to encounter a server error Or searching the web and receiving no results.
-
Unlocking the `package.json` A Guide to Our Angular Architecture
If you've ever looked at the root directory of an Angular workspace, the `package.json` file is impossible to miss. It serves as the master manifest, dictating everything from project identity and npm scripts to the precise ecosystem of libraries powering the application.