A common design practice for most Jekyll templates, is to have a page (or main index) that displays a listing of
your recent blog posts.
Assuming this blog post page is supporting proper pagination, what if you want to list just a small portion
...
Over the past few articles on my blog, I’ve been documenting the migration path that I took to move my blog - from a custom, self-hosted domain - over
to GitHub Pages.
There’s been a few bumps on the road, but it’s definitely been smoother then w...
I recently migrated my website content away from a traditional web server host to Github Pages.
A key feature that initially inspired me to make this migration in the first place, is to figure out
how to make use of Github automated functionality...
After so many years of putting it off, I recently decided to move my blog content over to Github Pages. I’ll keep going into further details
as I write them, but I’m excited to try this experiment out!
From the Github pages theme that I chose, th...
GitHub Pages is certainly not a “new” product from GitHub. It was first launched sometime in 2008 as a service to GitHub users for hosting their
project documentation or blogs.
When it comes to my own content, however, I always leaned towards sel...
Back in Part 1 of this tutorial, we took a look at putting together a game loop for the Windows desktop using C and the
Win32 API.
We put the basics together, and so in this episode we’ll look at adding an ability to create your application in
ei...
Hello my friends, I’m so excited for this post!
In this post we’re going to put together a game loop using the Win32 API and C. If you’ve always been curious about
digging into the basics of a Windows game loop, then hopefully this satisfies your...
Let’s put together a Todo Application but with a bit more of a “real world” app feel.
I want to explore several common application features and behaviors through this project, so it’s going to be more than
one episode!
Spring Initializr: ht...
NGINX (pronounced engine x) is a popular lightweight web server application you can install on the Raspberry Pi to
allow it to serve web content.
Like Apache, NGINX can serve HTML files over HTTP, and with additional modules can serve dynamic w...
Node.js is an open source cross-platform JavaScript run-time environment built on Chrome’s JavaScript engine that allows
server-side execution of JavaScript code. It is mainly used to build server-side applications, but it is also very popular
a...