Simple Angular dialogs with the Angular CDK
A guide to implementing dialog functionality in Angular using the Angular Component Dev Kit (CDK), focusing on the Overlay and Portal modules.
A guide to implementing dialog functionality in Angular using the Angular Component Dev Kit (CDK), focusing on the Overlay and Portal modules.
Guide for developers on implementing subscription management links in iOS/Android apps to comply with Google's updated policy.
Developer discusses adding customer features to a SaaS app, including working with Django, Python, and JavaScript FormData.
Analyzes potential AWS cost savings from migrating a backend from NodeJS to Golang, focusing on compute services like EC2, Fargate, and Lambda.
A guide to managing complex forms in Angular using Reactive typed forms, custom components, and validation strategies.
Explores React refs, events, and escape hatches to handle stale closures and mutable state without dependency arrays.
An introduction to Blazor, a .NET framework for building interactive web UIs with C# and WebAssembly, covering its core concepts and benefits.
An analysis of futurist prediction methods, comparing accurate forecasters with those who have poor track records.
Introduces Blazorators, a C# source generator for creating Blazor JavaScript interop code from TypeScript definitions, with a demo app.
A guide to implementing configurable API URLs in Angular using injection tokens and environment files for different deployment stages.
Improving the user experience for deleting tasks in a Django app by returning users to their previous position.
Explores challenges of running Kafka Connect on Kubernetes and proposes a vision for a more Kubernetes-native architecture.
A guide to simplifying drag and drop functionality in React using the react-beautiful-dnd library, including reusable components and demos.
Kent C. Dodds announces EpicWeb.dev, a comprehensive web development learning platform with workshops, podcasts, and exercises.
A developer reviews their 10-month tenure at Remix, highlighting community growth and achievements before leaving to focus on a new venture, EpicWeb.dev.
The author updates a Python/Django SaaS app with flake8-bugbear, fixing issues and discussing strategies for adding new tools.
A guide to creating and managing dialogs in Angular, covering simple implementations and lifecycle management approaches.
A guide explaining the React hooks useMemo and useCallback, covering their purpose, use cases, and how they optimize performance.
A tutorial explaining TypeScript Generics, starting with basic functions and progressing to abstract, reusable code.
Explores how React Query and React Router 6.4's data fetching features (loaders/actions) complement each other for effective data management.