18th February 2020 at 21:41
Explains how to build a micro blog using Jamstack, IFTTT, and Netlify, detailing the setup and workflow.
Explains how to build a micro blog using Jamstack, IFTTT, and Netlify, detailing the setup and workflow.
Andy Bell announces a live stream to start building a tutorial template on his new site and gives Firefox another try.
Explores integrating RxJS with Svelte's reactivity system for a more powerful reactive architecture, with code examples.
A critique of advice to omit HTML and CSS from developer CVs, arguing they are fundamental front-end skills.
A web developer discusses the resurgence of blogging and the importance of owning your content, while introducing his agency and educational resources.
Analyzes a CSS preload pattern that can block HTML parsing and hurt performance, explaining why it's no longer recommended.
A tutorial on building a website using the Vapor 4 server-side Swift framework and the Leaf templating engine.
A tutorial on building a multi-language translator application using Blazor and Azure Cognitive Services' Translator Text API.
A developer shares their perspective on TypeScript, questioning its value for small teams and linking to an article with reasons against using it.
A tutorial on implementing pagination for a blog's post list using Django's built-in Paginator class and creating a reusable template.
Part 6 of a Django tutorial series, focusing on creating HTML templates (base.html, post_list.html) for a blog application using Django's template language.
A tutorial on creating Django views for a blog application, covering list and detail views, URL patterns, and template rendering.
Introduces a new fluid scale tool integrated with a design token generator for improved CSS workflows and responsive design.
Andy Bell shares a front-end tip for preventing line breaks using a zero-width, non-breaking space HTML entity.
Andy introduces Utopia, a fluid typography tool, and discusses its algorithmic approach to responsive web design.
A developer shares a frustrating CSS flexbox debugging moment, highlighting the difference between flex-direction and justify-content.
A developer shares the joy of returning to hands-on HTML, CSS, and JS coding after a month focused on static design tools.
A critique of the Gatsby team's comparison of JavaScript and image sizes, arguing it's misleading for web performance.
A guide to becoming a full-stack web developer in 2020, covering required skills, evolving tech stacks, and modern architectures like JAMstack.
A tutorial on implementing fragment routing (linking to specific page sections) in Blazor applications using JavaScript interop.