Setup Modern interiors characters in godot
Let’s make a little script to generate all the AnimatedSprite2Ds from LimeZu’s widely successful asset pack in Godot.
Let’s make a little script to generate all the AnimatedSprite2Ds from LimeZu’s widely successful asset pack in Godot.
Is writing naive code the best way to write code?
What constitutes good unit test might be a little more involved than you think. Let’s reflect on the practice to make sure that we test our applications as efficiently as possible.
Use editor config files to enforce your code style automatically!
Essential React and Typescript refactorings
You can easily find blend files on the internet, wouldn’t it be nice to convert them to gltf files with one click?
Linux has a nice system to display thumbnails. Let’s try it to display GLTF files in thunar.
Running a javascript application alongside your spring boot backend can be bit of a conundrum. Here are several ways to tackle this problem.
Isn’t it great when you checkout a project and have everything at hand to run it?
How to set up a reverse-proxy with CORS and SSL, with docker-compose and a self-signed certificate.