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 · September 26, 2019
A Software Engineer's Guide to Building High-Performance Marketing Sites
Read →Post · May 04, 2019
Sitemaps are an essential tool for webmasters looking to improve their website's visibility and usability. They serve as a roadmap for search engines and users, helping them navigate and discover the content on your site more efficiently. In this blog post, we will explore the basic concepts of sitemaps, their benefits, and how to create and submit one for your website.
Read →Post · May 03, 2019
Search Engine Optimization (SEO) is a crucial aspect of website development, and web developers play a significant role in ensuring their website is optimized for search engines. By focusing on keyword research, on-page optimization, technical SEO, and link building, you can improve your website's search engine ranking and drive more organic traffic. Keyword research is the foundation of a successful SEO strategy, and on-page optimization involves optimizing individual pages on your website, such as the title tags, meta descriptions, headings, URL structure, and content.
Read →Post · March 23, 2019
A brutally honest deep dive into Static Site Generation (SSG), Server-Side Rendering (SSR), and Client-Side Rendering (CSR)-their real performance trade-offs, SEO implications, infrastructure costs, and when each architecture actually makes sense
Read →Post · January 17, 2019
ARIA, which stands for Accessible Rich Internet Applications, is a set of attributes and roles that can be added to HTML elements to provide additional information about their purpose and behavior. ARIA is an essential tool for improving the accessibility of web applications and ensuring that everyone, regardless of ability, can access and use the content.
Read →Post · January 16, 2019
Web accessibility ensures websites and digital content are usable by people with disabilities, improving user experience, expanding audience reach, and fulfilling legal obligations. Learn key principles and implementation strategies.
Read →Post · January 14, 2019
Discover why proper HTML form semantics matter for accessibility, user experience, and maintainability. Learn practical patterns and anti-patterns from real engineering scenarios.
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 →