Campsite Booking API : Revisited
Originally the Campsite Booking API project was a coding challenge for a developer position I applied to at Upgrade Inc.. Back then, in 2018, the coding challenge was followed by a series of interviews, but in the end, I didn’t receive an offer. I recently revisited this project, and in this post, I go over the various improvements and new features that have been implemented.
Continue readingkiroule.com: Summing Up After 6 Months
It’s been 6 months since the inception of my website, kiroule.com, and it’s time to take stock. On 29th April, I published my first article, “Start Blogging With GitHub, Hugo, and Netlify.” Since then, I’ve published seven more articles while starting two series: “Building Your Blog, the Geeky Way” and “Hugo Theme Recipes.”
Continue readingPrepare for Certification Exam with Quizlet
Here are the links to flashcard study sets I created on Quizlet to prepare for the following certification exams:
Add Table of Contents to Hugo Theme
This post introduces another enhancement to a Hugo theme - the Table of Contents (TOC). It’s based on Hugo’s built-in ability to parse Markdown content and generate a table of contents that can be used in templates. This article is the second one in the series “Hugo Theme Recipes”.
Continue readingAdd Series Taxonomy to Hugo Theme
In this post, I will show you how to implement a series taxonomy in a Hugo-based theme. The presented solution is based on Hugo’s built-in support for user-defined groupings of content. With this post, I am starting a new series called “Hugo Theme Recipes”, where I will share various how-tos on adding new features to a Hugo-based theme or enhancing existing ones.
Continue reading