BUN.JS IS INDEED FASTER

I have a dirty secret - I use Bun instead of NodeJS for my own projects. I use it because of a better developer experience and other good features. I always take someone’s claims about better performance with a grain of salt. The benchmarks and any other comparations are as much a marketing tool as anything else, especially when you don’t have time to check those claims yourself. In my case I had a chance to compare Bun performace myself and I can confirm - Bun is faster than NodeJS.

LEVERAGING GOLANG IN NODEJS APPLICATIONS: PART 1 (NAPI)

Ask Google about Go, and you’d likely see, “It’s a simple, reliable language built for portability and efficient concurrency.” If you ask me, I’ll tell you that most distinctive characteristic of Go is the develoment velocty which is, in most cases, as good as velocity on JS or Python projects.

SOMETHING SIMPLE ABOUT GIT YOU DON'T USE

Want to deploy your code without all the complicated tools? You can do it with just Git and SSH! There are lots of guides online for using CI/CD pipelines, Docker, and Kubernetes, but sometimes the simplest solution is the best.

HELLO WORLD

I want everything in one place: blog, portfolio, code, package repository…