How to Become a Full Stack Web Developer in 2020
A guide to becoming a full-stack web developer in 2020, covering required skills, evolving tech stacks, and modern architectures like JAMstack.
A guide to becoming a full-stack web developer in 2020, covering required skills, evolving tech stacks, and modern architectures like JAMstack.
A talk exploring Java's evolution from version 17 to 21, covering new features like virtual threads and pattern matching, with a linked code repository.
A deep dive into single-table design for DynamoDB, covering its concepts, benefits, and trade-offs for scalable applications.
A quick Git tip on removing committed files and a brief introduction to the author's web development work and courses.
Andy Bell discusses the importance of remembering web history and standards while acknowledging the modern, diverse web development landscape.
A tutorial on implementing fragment routing (linking to specific page sections) in Blazor applications using JavaScript interop.
An introduction to asynchronous JavaScript, covering callbacks, promises, and async/await for non-blocking code execution.
A guide offering 10 practical tips for writing clearer, more maintainable, and effective software tests, focusing on documentation and isolation.
Guide to configuring CircleCI to automatically push commits back to a GitHub repository using SSH deploy keys for generated artifacts like reports or docs.
A guide to deploying serverless container applications using Google Cloud Run and Pulumi for infrastructure as code.
Learn Go programming by studying the source code of popular container projects like containerd, CNI, and cri-o.
Guide to using Azure Policy to audit and automatically apply CanNotDelete resource locks on Azure Resource Groups based on specific tags for governance.
An introduction to Windows Admin Center (WAC), a free web-based tool for managing Windows servers, covering its purpose, architecture, and deployment options.
Andy Bell discusses the need for visual feedback in client-side routers and suggests a fallback mechanism to standard links for better UX.
A technical guide on implementing a repository-like querying interface directly within an Entity Framework Core DbContext, avoiding custom repository classes.
A guide to integrating Python logging with Datadog using the daiquiri library for real-time log indexing and search.
A developer shares techniques to optimize Angular app performance by reducing unnecessary change detection cycles in a complex scheduling application.
A tutorial on implementing dark mode for websites using CSS custom properties and the prefers-color-scheme media query.
A guide to using type predicates and helper functions in TypeScript to safely check for object properties and narrow types.
The author revives their blog 'Inspiring Online' with longer posts, a redesign, and a migration from Jekyll to Hugo hosted on Netlify.