travis.engineering

Skip to main content
Blogs with categorydevelopment
developmentWhat if I don't just use Euro?
2024-05-09

How I extend my expenditure app to support multiple currencies

developmentBuilding a reading progress bar in CSS
2024-05-08

A reading progress bar is a great way to show your readers how far they are in an article. In this tutorial, we'll build a reading progress bar in CSS.

developmentTo CMS or not to CMS?
2024-05-02

This site once has a CMS but now it doesn't. Here's why.

developmentNever returns? Returns never!
2024-05-01

There's a way in TypeScript to indicate a function that can never return - and it's not "void"!