Sunny
RSS FeedHi, I’m a software developer passionate about building modern web applications, especially with Angular and full-stack technologies. I enjoy creating practical tools, exploring AI-powered solutions, and sharing knowledge with the developer community. I’m always excited to learn, build, and solve real-world problems with technology.
Read the blog posts or check README for more info.
Featured
-
The Control Room of Your Angular Workspace
If you’ve ever generated a new Angular project, you’ve likely noticed a rather intimidating file sitting at the root of your directory angular.json.
Recent Posts
-
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.