Identifying micro-frontends in our applications
Explores applying Domain Driven Design principles to identify and structure micro-frontends within complex web applications.
Explores applying Domain Driven Design principles to identify and structure micro-frontends within complex web applications.
Explains best practices for building secure multi-tenant Azure AD applications that restrict login to a specific set of known tenants.
A developer details their migration from Jekyll to the Hugo static site generator, citing simpler setup and maintenance as key reasons.
Explains different methods to programmatically determine a file's MIME type in Java, including using the JDK's FileNameMap.
Introduces the WABS (Widget-Async-Bloc-Service) architectural pattern for scalable and testable state management in Flutter applications.
A tutorial on containerizing a Vue.js application using Docker, Docker Compose, and Docker Machine for development and production environments.
A technical guide on building a basic x86 emulator in JavaScript, covering registers, stack memory, and core instruction implementation.
Author announces the release of a self-published, 240-page guide on Java Persistence API (JPA), covering fundamentals to advanced integration.
A tutorial on containerizing an Angular application using Docker and Docker Compose for both development and production environments.
A tutorial on implementing a global state container in React using useReducer and useContext hooks, mimicking Redux functionality.
Explores the Twelve-Factor App methodology's 'Build, Release, Run' stage and its implementation for multi-environment deployment in Angular.
A tutorial on using SwiftGen to generate type-safe classes for accessing localized strings and assets in iOS/macOS projects.
A front-end developer explores using 3D CSS transforms to create a realistic folding image animation effect in the DOM.
Part 2 of a tutorial series on building a GraphQL client in TypeScript to interact with an ASP.NET Core GraphQL API, using Apollo Client.
A guide to optimizing JavaScript solutions for coding puzzles, focusing on performance improvements from naive to high-speed implementations.
A developer details his personal backup strategy using an external SSD and Backblaze cloud storage to automate backups and free up laptop space.
A guide to debugging R package builds on CircleCI using local Docker containers or remote SSH connections for interactive troubleshooting.
A tutorial on deploying a Node.js GraphQL API with a Postgres database to Google Cloud Run, Google's serverless platform.
An open-source Flutter & Firebase project demonstrating a complete, production-ready authentication flow with multiple sign-in methods and state management.
Explains functional composition in programming, building on concepts like currying and higher-order functions with practical JavaScript examples.