What programming blogs do you read?
These are some I check out from time to time:
https://journal.stuffwithstuff.com/
https://drewdevault.com/
https://www.slembcke.net/blog/
https://therealmjp.github.io/posts/
@slembcke @mux213 I developed a really strong personal aesthetic in how to use Godot effectively. I can walk you through it if interested. Summary:
Fork it, write core in c++ as a statically compiled module.
Use gdscript for UI/UX. No c#. Gdnative is not great. You can use it for hot reloading c++ but should only ship as a static module.
Can give overview on scene layout design and some custom UI components I constantly use.
What programming blogs do you read?
These are some I check out from time to time:
https://journal.stuffwithstuff.com/
https://drewdevault.com/
https://www.slembcke.net/blog/
https://therealmjp.github.io/posts/