Avatar

dawiidio

I professionally click on the keyboard and solve problems. I have been a software engineer for 10 years. In my spare time, I develop open source software, play instruments, hike in the mountains, garden, and read books

This site does not track you

© 2025 Dawid Wojda (@dawiidio)

Avatardawiidio

Simple, 0deps router built using native api's

23.08.2025

How to build a simple router in Deno in less than 100 lines, without external libraries, using only native APIs

denowebnative-webrouter
Avatardawiidio

Steve Wozniak is a true tech hero

18.08.2025

Steve is the hero and role model that the tech world needs today more than ever.

applewozniakengineeringphilosophytech
Avatardawiidio

css if and attr

17.08.2025

Short note about new if and attr CSS properties - how to combine them and use in your projects

csswebdev
Avatardawiidio

Cargo cult society

22.05.2025

A post about how we create a society based on simple imitation rather than understanding and specialization, and how it hurts us and our economy

societycargo cultaieconomycapitalism
Avatardawiidio

blog and emails moved to european providers

06.04.2025

A short note about moving the blog and email addresses to European providers as a form of protest against US policy and the monopoly of US corporations

eutechblog
Avatardawiidio

rust flight radar

16.03.2025

short introduction to my first IoT project created on ESP32C3 and written in Rust

rustembeddedIoT
Avatardawiidio

nie siedz w domu sadz cebule vol2

10.03.2025

Early results of my autumn bulb planting campaign

gardenbulbsplants
Avatardawiidio

async constructors in js

21.01.2025

Have you heard about async constructors in JS? Yep, Me neither. So, I decided to simulate one! Let's find out if we can have async constructors in js today!

javascript async constructor hack typescript