Nx Commands For Large Migrations
Make large Nx migrations easy with these 4 flags
Notes on web engineering, tooling, and leading teams. Browse by tag.
Make large Nx migrations easy with these 4 flags
My preferred technologies for building web applications cover backend options such as Firebase and Supabase, frontend frameworks like React, Vue, and Angular, tools for requirements and designs, and analytics solutions such as Google Analytics, Fathom, and Umami.
Discover three approaches to generate UUIDs in JavaScript without relying on external libraries or npm packages including a readable method for easy comprehension, a concise solution utilizing regex and the replace method, and a modern approach leveraging the Web Crypto API for brevity and cryptographic strength.
The Angular Date pipe can do more than format local time. You can also work with any offset, such as zero UTC offset.
Test a Gatsby application before every release with Cypress.
Repeatable, easy, and versioned configuration for code screenshots with the Carbon Now CLI.
Getting those new features in Typescript 3.7 to work with Prettier
How to dynamically change parameters used with Angular Pipes
How to increase search engine ranking while maintaining ownership of your content and reaching the maximum amount of viewers
The process of moving and interpolating template files in schematics is extremely powerful. You can provide variables and methods to use in the files and filenames during interpolation which is very similar to what's available in Angular components.
HTTP Interceptors provide a flexible mechanism to control your application when dealing with network-related resources. They’re similar to middleware in other frameworks and allow network logic to be abstracted and reused.
Build Schematics quick and easy with visual diffs.
A responsive way to rotate and center text in its container.
Angular CLI prompts are easy to configure and improve usability and validation.
Jest is an alternative testing library that's compatible with Angular but requires some setup. I'll show you how I automated that process with Angular Schematics.