Hey 👋
I'm Filip — a developer in Uppsala writing about the small, curious corners of the web.
This is the place where I share things I find interesting: tiny experiments, JavaScript and CSS notes, and the occasional rabbit hole. Enjoy!
Presentation
const name = "Filip Tammergård"
const location = "Uppsala, Sweden 🇸🇪"
let ageInWeeks = 1658.768033722
makePresentation({ name, location, age: weeksToYears(ageInWeeks) })