14th February 2020 at 06:43
A web developer discusses the resurgence of blogging and the importance of owning your content, while introducing his agency and educational resources.
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.
Andy Bell discusses the need for visual feedback in client-side routers and suggests a fallback mechanism to standard links for better UX.
The author revives their blog 'Inspiring Online' with longer posts, a redesign, and a migration from Jekyll to Hugo hosted on Netlify.
A web developer reflects on eight years of blogging, the switch to 11ty, and plans for more tutorials on accessible web development.
A guide to understanding and building URLs in Django, covering URLconfs, path functions, and routing.