Cthulhu is an interesting project. It allows you to code custom redis-modules in JavaScript . This is very interesting because JS is very ... (more…)
Read more »
Javascript Promises are not difficult. However, lots of people find it a little bit hard to understand at the beginning.
Read more »
Control a Bluetooth enabled ESP32 Robot using your arms! - GitHub - YellowTech/Pose-RaceCARduino: Control a Bluetooth enabled ESP32 Robot using your arms! (more…)
Read more »
How to write a small extensible code editor in pure javascript, with syntax highlighting and a few other nice features in 1KB. Absolutely no dependencies, a bit of contenteditable magic, with a strong focus on keeping it small and simple. (more…)
Read more »
At work I’m creating lots of forms and all kinds of different inputs methods.
Especially dropdowns are always a pain point when styling, as the default <select> dropdown is not stylable.
In this post I’d like to introduce a way to create a customiza... (more…)
Read more »