
Angular
Angular 20 Features and Examples
Stable Signals API, zoneless change detection, enhanced routing, and signal-based forms to boost reactivity, performance, and developer productivity.
Full-Stack Developer with expertise in Golang, Javascript, Angular, and Front-end technologies. Over the years, I've successfully delivered live projects and portfolio work in these domains.
Angular
Stable Signals API, zoneless change detection, enhanced routing, and signal-based forms to boost reactivity, performance, and developer productivity.
AI
Building custom MCP server: Weather MCP Servers using Node.js
AI
Deploy powerful AI models on your own hardware with complete privacy, zero cloud dependencies, and full control over your data.
Google I/O 2025 updates - AI Mode Search, Project Astra, VEO 3 Model, Google XR Glasses, and Gemini Ultra
People don’t usually pick Go first for AI, but it can still be useful.
JavaScript
JavaScript doesn’t have a dedicated “list” type; instead, it uses arrays to store ordered collections of data.
Golang Cheatsheet PDF
GoLang
Real-World Performance Comparison of Golang Gin, Echo, and Fiber Frameworks with Response Time Benchmarks
2024
Charts are an effective way to present data visually, and among them, bar charts are perhaps the most commonly used for comparison. In this article, we will walk through how to create a simple Bar Chart Maker using plain HTML, JavaScript, and a lightweight charting library called Chart.js. This
GoLang
RESTful APIs are the backbone of modern web applications, enabling seamless communication between frontend and backend systems. Among the many Go frameworks available, Fiber has emerged as a popular choice due to its Express-inspired design and high performance. In this guide, I'll walk you through creating a complete
python
Python, owing to its simplicity and expressiveness, remains one of the most loved programming languages in the world. Whether you are a beginner or a seasoned developer, having a handy set of frequently used code snippets can save considerable time. This article presents 50 widely used Python code snippets, categorised
GoLang
Hello Developers, in today’s post, we will build a scalable microservice using Golang and Kubernetes. We will discuss the benefits of using Go for microservices, an introduction to Kubernetes and its features, and will show by step-by-step guide on how to build, containerize, and deploy the application. Building Scalable