PinnedHosting Wordpress in Docker with SSL 2021Wordpress is very popular these days, and so is Docker. Combining the two gives you a ton of flexibility such as moving your client’s Wordpress site to anywhere very quickly and having an easy way to spin it back up on a new server or VPS. I have tried to…WordPress8 min readWordPress8 min read
Sep 27, 2020Vim Skeletons ( File Templates )What is a Vim skeleton? A skeleton in Vim is an autofilling template for file extensions. Most other advanced text editors and IDE’s most likely have this built in. For example, I create a new HTML file and it automatically fills the file with the basic structure of an HTML file. Example: $ vim test.html …Vim2 min readVim2 min read
Sep 6, 2020ReactJS + TS + SASS Get Started Fast. Really Fast.Getting a frontend development project started can be a bit tricky these days. There’s many tools, frameworks, libraries, package managers, and boiler plates to get started with. …React5 min readReact5 min read