Perfect for code hunger

Angular Journey: Part 6 - Adapting to v17 and Beyond

Dec 30, 2024 | 5 min read | 133 Views | Comments

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 | 90 Views | Comments

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 | 109 Views | Comments

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 | 112 Views | Comments

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 | 254 Views | Comments

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.

Angular Journey: Part 1 - Getting Started

Aug 24, 2024 | 6 min read | 399 Views | Comments

Angular is close to heart and its injustice to not create an Angular journey series where we take a learning path to explore the Angular from a beginner's eye. In this article we will start a learning series to understand and explore the modern Angular framework.

React Prettier ESLint Configuration

Apr 06, 2024 | 4 min read | 1101 Views | Comments

Soul pretty but code prettier. We now run by this quote, to maintain our code formatting top notch. Thanks to Prettier to take away this burden from the dev community, and with the support of ESLint being pretty becomes a mandate; to maintain overall code quality. In this article, we will learn how to configure Prettier in React Vite app.