Hey 👋
I'm Filip, writing about everything between the web and life.
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.862959392
makePresentation({ name, location, age: weeksToYears(ageInWeeks) })