poVoq I guess it would be nice to have a thread to share nice game dev tutorials. Here is one for making a 3D game in Godot:
TPW The best tutorial for C++/SDL I know of is the site of lazyfoo. Rudimentary knowledge of C++ is required. If you need this, this is a good point to start.
poVoq https://cassidyjames.com/blog/publish-godot-engine-game-flathub-flatpak/ Nice tutorial on how to package a Godot game for Flathub.
poVoq https://30fps.net/pages/pvs-portals-and-quake/ Nice deep dive into Quake like technical level design.
Pix3l Some articles and tutorial I liked about game programming: https://codeincomplete.com/articles/javascript-game-foundations/ http://sacredsoftware.net/ (Tutorials section) http://www.losersjuegos.com.ar/referencia/ (In spanish, but has great articles and examples) https://mitxela.com/projects/console (Has some really good javascript recreation of old classic games)
poVoq https://popcar.bearblog.dev/how-to-minify-godots-build-size/ Nice tutorial on optimizing Godot game binaries.