blog.charleskasasira.comArticles & Books I (re)read [2025]Articles It's Hard to Forego Efficiency → https://rauchg.com/2017/its-hard-to-forego-efficiency A Lesson on Elementary Worldly Wisdom As It Relates To Investment Management & Business - Charlie Munger https://fs.blog/great-talks/a-lesson-on-worldly...Dec 31, 2025·1 min read
blog.charleskasasira.comDeploying a Simple HTML Page Using a Self-hosted GitLab RunnerPush to GitLab → automatically deploy index.html on your own machine. This article walks through setting up GitLab CI/CD with a self-hosted runner to deploy a simple single-page HTML website. No Docker. No Kubernetes. Just Git, SSH, and GitLab Runne...Dec 22, 2025·3 min read
blog.charleskasasira.comWhat is GitHub and Why use it.As a software developer, it is crucial to have a way to keep your code together or even a backup, and today we will be talking about GitHub, what it is, and when to use it. Good to have A basic understanding of git. A GitHub account. If you do not ...Jul 5, 2023·1 min read
blog.charleskasasira.comDoes sort(), Ever sort anythingWhen sorting an array, if you are like me the first thing that comes to mind is sort(). An hour before writing this, I was having a great Sunday and decided to do some of the easy katas in codewars. One of the questions I found required me to add one...Mar 26, 2023·2 min read
blog.charleskasasira.comHow to create a simple modal/popup with reactjs and tailwindcssWhat we will build Hello Hope all is well, in this article I share on how to create a simple popup or modal component in reactjs using the useState hook. for the styles I will be using tailwindcss. Your can checkout the video version for more details...Sep 16, 2022·3 min read