Post · March 23, 2020
Building a Static Site Landing Page with Eleventy (11ty)
Learn how to build a fast, maintainable static site landing page with Eleventy (11ty). Covers setup, templating, data pipelines, and deployment best practices.
Read →Tag Archive
Archive for this tag.
Post · March 23, 2020
Learn how to build a fast, maintainable static site landing page with Eleventy (11ty). Covers setup, templating, data pipelines, and deployment best practices.
Read →Post · February 10, 2019
Bootstrap is one of the most widely used front-end frameworks for building responsive websites. This in-depth guide breaks down what Bootstrap actually does well, where it falls short, and when it's the right (or wrong) tool for modern web development.
Read →Post · January 22, 2019
Master modern CSS layout techniques like Flexbox and Grid to build responsive, accessible, and visually appealing web designs. Learn best practices and explore how CSS frameworks can streamline your development process.
Read →Post · January 13, 2019
HTML semantics play a crucial role in web development as they provide context to web content. It helps web browsers, search engines, and assistive technologies understand the structure and purpose of the content. There are several best practices for using HTML semantics, including using descriptive HTML tags, using ARIA roles, using micro-data, using nested HTML tags correctly, using form semantics, and validating HTML.
Read →Book Note · March 30, 2019
Explore how Bulletproof Web Design's resilience principles - progressive enhancement, semantic HTML, and flexible layouts - map directly to modern frontend and systems architecture.