9th February 2020 at 13:18
A developer shares their perspective on TypeScript, questioning its value for small teams and linking to an article with reasons against using it.
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.
A developer's personal endorsement of the Eleventy static site generator, with a call to support the project and a brief professional introduction.
Explains Microdata, a format for describing web page content for SEO and structured data, comparing it to RDFa and JSON-LD.
Andy announces moving his CSS courses to piccalil.li and introduces his work as a front-end developer and founder.
A CSS tip for selecting SVG elements to ensure they fill width correctly, with a link to a code gist.