Perfect for code hunger

Creating Send Request Policy in Azure APIM

Jul 06, 2025 | 5 min read | 65 Views

Not sure about sending friend requests, but Azure APIM supports Send Request Policy that helps to make API calls while your request being processed at APIM level. In this article, we will explore how in this world APIM Send Request Policy works and how to create one.

Azure Well-Architected Framework - An Architect's Arsenal

Mar 13, 2025 | 5 min read | 593 Views

I have been lately on a feel trip with the Azure Well-Architected Framework since last month. What I have realized is that it is one of the best arsenals for any architect out there in an open software battlefield. In this article, we will explore the potential of Azure Well-Architected Framework and how it enables dev/architect to have critical thinking for their workloads.

Angular Journey: Part 6 - Adapting to v17 and Beyond

Dec 30, 2024 | 5 min read | 807 Views

It's time to embrace the renaissance of Angular. Since v17 has launched many things have been changed for Angular. This buffy release has offered tons of new features and shift in the ideology of Angular development. The enhancement is continued any version beyond v17. In this article, we will adapt to this new way of development and will touch base some of the groundbreaking features.

Angular Journey: Part 5 - RxJS Touch

Dec 26, 2024 | 7 min read | 619 Views

Let us give RxJS touch to our Notesy App which we have created in our Angular journey so far. In this article, we will explore some of the capabilities of RxJS operators and will understand some idealism to follow while dealing with async operations.

Angular Journey: Part 4 - Working with Web API

Dec 25, 2024 | 5 min read | 661 Views

One does not simply develop an app without hitting the server. In this article we will explore how Angular handles the HTTP communication.

Angular Journey: Part 3 - Angular Routes

Dec 24, 2024 | 4 min read | 598 Views

There comes a point in our journey to take a way in getting to a destination, in Angular we do this using routing. In this article, we will explore Angular Routing concept and explore the ways to make component routable and ways to navigate.

Angular Journey: Part 2 - Bindings, Directives, Components, Services

Nov 09, 2024 | 7 min read | 825 Views

Healthy communication and maintaining strong binding are key in any relationship. Same goes in any Angular as well. In this article, we will explore the ways Angular offers to form bindings between templates and code-behind, along with communication between components.