Oh, wow! I’m a bit shocked that a very first gamekit-game showed up in my browser! After some struggles and still lots of work to do, but that motivates a lot just to see the beloved default-cube on screen.
When it comes to testing REST API calls, Visual Studio Code (VS Code) offers a powerful tool in the form of the REST Client extension. This extension allows developers to make HTTP requests directly from their code editor, streamlining the testing process and eliminating the need to switch between different
If you are using spring-boot and want to access properties from your properties- or yaml-file you can do that like this: package xxx.xxx.security.config; import org.springframework.boot.context.properties.ConfigurationProperties; import org.springframework.context.annotation.Configuration; import lombok.Getter; import lombok.Setter; @Getter @Setter @Configuration @ConfigurationProperties("
As a game developer, I haven't spent much time exploring how web applications are created nowadays. The last significant contribution I made in this realm was developing a high score server for Wood Games 3D (my very very old Android-Game '2011), which I had to write to
I actually never mentioned it publicly, but Wolfgang (dotmos) and me are working on and off (a lot off) on a Zelda-like retro game for retro platforms (and modern ones as well). At the moment, we support a variety of platforms including: * C64 (module using bank switching) * Atari ST * Amiga