← All tags

#webdev

5 posts

2 min read

Creating a Webapp in 2023

Some of the common options for creating and hosting webapps — a snapshot of the landscape I'll look back on one day.

#webdev#tutorial
2 min read

How to Create a TypeScript NPM Package

How to create and publish a TypeScript library to NPM simply and easily — from init to publish in 5 steps.

#typescript#npm#webdev
2 min read

What Is Tree Shaking and Why Do We Need It?

A simple guide to tree shaking in JavaScript — what it is, why it matters, and how to use it with Lodash.

#webdev#javascript#performance
2 min read

How to Make a Theme Switcher with HTML, CSS and JavaScript

Using JavaScript and CSS to instantly switch color themes on your website — no framework or library required.

#webdev#tutorial#css
4 min read

Use TypeScript, Not JavaScript

Why you should use TypeScript instead of JavaScript — static typing, fewer tests, and better tooling all in one.

#typescript#webdev#best-practices