Explore >> Select a destination


You are here

thinkbeforecoding.com
| | terrygodier.com
14.1 parsecs away

Travel
| | Over the past few weeks I've migrated every content site I have from WordPress to Hugo, a popular and easy to use static site generator. In this post, I'll detail why I think WordPress is a bad solution for most people, and how I went about migrating my site in just a couple of hours on a weekend afternoon. Oh, and before we get started, the site I'm talking about in this post is the one you're currently on.
| | michaelneuper.com
13.4 parsecs away

Travel
| | Setting up your own static website can be a great way to showcase your personal brand, portfolio, or business online. In this post, we'll walk through the process of setting up a static website using Hugo as the static site generator and Netlify as the hosting service. Building The Site First, let's talk about what a static website is and why it's a good choice for many people. A static website is a website that is built using only HTML, CSS, and JavaScript files. These files are served to the user's web browser as-is, without the need for any server-side processing. This makes static websites fast, secure, and easy to maintain.
| | www.4bes.nl
13.8 parsecs away

Travel
| | This step by step guide will show how you can set up continous deployment and deploy Azure PowerShell Functions with GitHub Actions.
| | www.jennapederson.com
29.7 parsecs away

Travel
| Using Infrastructure as Code, we'll automate the provisioning of an Amazon EC2 instance using AWS CloudFormation.