Creating a blog template with Angular and Node.js
A guide to building a blog template using Angular, Node.js, and the GitHub API, with deployment on Netlify.
A guide to building a blog template using Angular, Node.js, and the GitHub API, with deployment on Netlify.
Explains the Composite design pattern using the ngrev Angular visualization tool as a practical example from open-source software.
Explores the State design pattern using the real-world example of ngrev, an open-source tool for reverse engineering Angular applications.
A guide to deploying React, Angular, Svelte, and Vue applications to Netlify and Vercel, covering build commands and router configuration.
A step-by-step tutorial on building a portfolio/blog website using Angular and integrating it with Agility CMS for content management.
Explains how to implement a custom Angular preloading strategy to lazy-load modules based on user roles, improving performance and user experience.
A tutorial building a single Rails backend API for a todo list, then creating frontends with React, Angular, Vue, Svelte, and jQuery to compare frameworks.
Explores using NgRx Entity with nested state structures in Angular applications, discussing normalization vs. convenience.
An Angular directive to automatically focus the first or invalid form control, improving user experience in CRUD-heavy applications.
A tutorial on integrating rx-query into an Angular project to simplify HTTP data fetching, caching, and state management.
Explains how to use NgRx for data prefetching to improve perceived performance and user experience in Angular applications.
A beginner-friendly tutorial on Angular 9 covering setup, components, data interpolation, directives, and routing.
Explains how to use RxJS's expand operator to implement a retry mechanism with retry count emission in an Angular application.
A guide on integrating the Mock Service Worker (MSW) library into an Angular project for seamless API mocking during development and testing.
A developer shares their first week learning Angular, comparing it to React and building a simple todo app to grasp core concepts.
A guide to implementing periodic data polling in an Angular application using NgRx Effects and RxJS timer.
A step-by-step guide to deploying an Angular application with optional Azure Functions backend to Azure Static Web Apps using GitHub integration.
Announcing a free eBook guide to building a full-stack blogging application using Angular and Google Firebase, covering authentication, Firestore, and deployment.
Explores using the global NgRx Store as a local component store by dynamically creating and managing state slices tied to component lifecycle.
A developer argues for starting with larger, monolithic components in Angular to avoid premature abstraction and complexity, then refactoring for performance or reusability.