Easy ssl certificates for docker with letsencrypt
March 31st 2021 8:16pmletsencrypt offers free ssl certificates to all and its super easy to setup.
I have worked with front end and back end web technologies in a variety of languages.
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.
Setting up a super simple store to hold variables that can be accessed from any stencil component.
Transitioning from development to production and juggling these two environments can be difficult. I recommend using vagrant, docker, vscode remote and git to make this a little easier to deal with.