My latest book "Backend Developer in 30 Days" is out! You can get it at Amazon
Pedro Marquez

Written by Pedro Marquez who lives and works in Austin, Texas, doing all things front-end (and some back-end too).

Tag: html

A hero image for this post about state management

Converting and customizing Markdown files to HTML with Unified, remark & rehype

September 12, 2022

Hosting your own blog is easier on Markdown!

Many tools exist for converting Markdown to HTML, and in this post we will learn how to use some of them.

A hero image for this post about state management

Building a dark-mode theme with CSS variables

July 29, 2022

Native CSS variables make it really easy to build themes for a web app, including 'dark mode'

In this post we describe how to enable themes with just CSS and HTML, no dependencies needed.

Hero image for the streaming html responses post

Streaming HTML responses

June 21, 2019

How does HTML chunking work when streaming HTML files to the browser?