Geoffroy Warin 馃

Another web developer’s blog

Writing naive code

Is writing naive code the best way to write code?

November 17, 2022 路 4 min 路 Geoffroy Warin

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.

February 18, 2022 路 6 min 路 Geoffroy Warin

C# code style

Use editor config files to enforce your code style automatically!

February 5, 2022 路 3 min 路 Geoffroy Warin

Typescript refactorings

Essential React and Typescript refactorings

December 19, 2021 路 2 min 路 Geoffroy Warin

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?

November 16, 2021 路 1 min 路 Geoffroy Warin

Thumbnails in Linux

Linux has a nice system to display thumbnails. Let鈥檚 try it to display GLTF files in thunar.

September 11, 2021 路 2 min 路 Geoffroy Warin

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.

December 23, 2019 路 3 min 路 Geoffroy Warin

Share IntelliJ run configurations with git

Isn鈥檛 it great when you checkout a project and have everything at hand to run it?

December 22, 2019 路 1 min 路 Geoffroy Warin

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.

December 21, 2019 路 4 min 路 Geoffroy Warin

Debugging Webflux with IntelliJ

By default, it very difficult to read reactor stack traces. Make your life easier with this little tip!

December 20, 2019 路 1 min 路 Geoffroy Warin