Year in Review: 2020 into 2021
A personal reflection on the author's 2020, discussing burnout, creative output, and the impact of the pandemic on work and life.
A personal reflection on the author's 2020, discussing burnout, creative output, and the impact of the pandemic on work and life.
A developer reflects on 2020, highlighting career growth in technical writing, launching a blog, and landing a software engineering job.
A beginner's guide to Velocity Template Language (VTL) covering variables, directives, loops, and conditionals for dynamic content generation.
A web developer's 2020 year-in-review, covering blog redesign, writing, and speaking at tech events.
A comprehensive reference guide covering CSS fundamentals, syntax, selectors, layout systems like Flexbox and Grid, and best practices for styling web pages.
An analysis of five inspiring personal websites, focusing on their design, content philosophy, and the technology used to build them.
Explores psychological principles for improving user experience during web waits, suggesting alternatives to traditional loading spinners.
A step-by-step tutorial on building a portfolio/blog website using Angular and integrating it with Agility CMS for content management.
A technical tutorial on integrating an Instagram feed into a Next.js website using the instagram-web-api npm package, covering authentication and data fetching.
A developer discusses integrating Tailwind CSS into WordPress development workflows, focusing on the Gutenberg block editor.
A tutorial on building a blog using the Agility headless CMS, covering setup, content modeling, and data retrieval via API.
A personal review of 2020 focusing on positive aspects like remote work, web development projects, writing, and virtual events.
Explores the accessibility implications of the CSS content-visibility property, testing its impact on screen readers and the accessibility tree.
An in-depth look at Django middleware, explaining its role and function in handling requests and responses in a web application.
Learn how to quickly deploy a CodePen project to Netlify in under 30 seconds by exporting and dragging files.
A step-by-step guide on how to submit your Eleventy-built website to the official Eleventy leaderboards via a GitHub pull request.
Learn how to add global CSS styles to a Next.js application by importing them in the _app.js file.
A tutorial on using CSS Scroll Snap to create smooth, swipeable scrolling containers for galleries and sliders without JavaScript.
Tutorial on creating custom Django template tags and filters to extend template functionality in a blog application.
A developer shares techniques for preventing unwanted browser caching of static site assets, including file hashing with Eleventy and Parcel.