Easy ssl certificates for docker with letsencrypt
March 31st 2021 8:16pmletsencrypt offers free ssl certificates to all and its super easy to setup.
letsencrypt offers free ssl certificates to all and its super easy to setup.
Having access to your code files and VS Code from anywhere is truly a game changer. I run vscode on a web server so I can do exactly that and it is very simple to setup with docker.
Images are typically the largest network load for a webpage and can often cause delays or layout shifting which have a negative affect on user experience. For my website I wanted to tackle this issue and so here is my solution.
Picking the right php docker image can be a difficult process. Often the image is missing features that you need or has unused features. Here are some code examples for how to pick a php docker image and extend it to meet our applications requirements.
Adding the Box2D physics library to your create js game can open up the possibilities for exciting gameplay. Using a physics system creates a consistent simulation experience and as a result players can more easily and intuitively predict movement and interactions.
Bundling a typescript threejs project with webpack alleviates so many headaches and allows for faster development. Organize your project files like you would for a standalone game and build them out to one single javascript file for importing.