Another web developer’s blog

Writing naive code
Is writing naive code the best way to write code?

What is a good unit test?
What constitutes good unit test might be a little more involved than you think. Let鈥檚 reflect on the practice to make sure that we test our applications as efficiently as possible.

C# code style
Use editor config files to enforce your code style automatically!

Typescript refactorings
Essential React and Typescript refactorings

Convert blend files to gltf using a script
You can easily find blend files on the internet, wouldn鈥檛 it be nice to convert them to gltf files with one click?

Thumbnails in Linux
Linux has a nice system to display thumbnails. Let鈥檚 try it to display GLTF files in thunar.
Run your frontend alongside spring boot
Running a javascript application alongside your spring boot backend can be bit of a conundrum. Here are several ways to tackle this problem.
Share IntelliJ run configurations with git
Isn鈥檛 it great when you checkout a project and have everything at hand to run it?
Reverse proxy on docker-compose with CORS and SSL
How to set up a reverse-proxy with CORS and SSL, with docker-compose and a self-signed certificate.
Debugging Webflux with IntelliJ
By default, it very difficult to read reactor stack traces. Make your life easier with this little tip!