In this article, I explain how the tokeniser for whisker works in simple, broad terms. I draw a correlation to concepts in the Theory of Computation and how I used those techniques to make my job of implementation easier.
Category: Technology
Announcing whisker – easier way to do templates in V
I need a capable template engine in V. There aren’t many good options available, so I’m making one myself. I’ve drawn inspiration from Mustache but I don’t like some aspects of it. So I’m doing my own spinoff and I’m calling it whisker.
I finally learned React after years…
An update post that explains my past frustrations with the Web Dev Experience and what I’m doing differently now. I also set some goals for myself to achieve.
Reorganizing V’s Random Library
V Lang’s rand is one of my biggest contributions to an open-source project. I describe how I broke down the task into three phases and explain the steps.
I self-hosted Gitea and Drone CI. Here’s why…
Git has become ubiquitous. GitHub is establishing a monopoly. We need more competition. Gitea is a good option for a self-hosted git server.
Advice: Use 2FA. Here’s how…
Context for Clarity A simple email and password combination is not enough to prevent bad actors (or hackers, if you will) from accessing your account. This is because possession of the credentials does not guarantee that the person accessing a service is the original user. There are several reasons using only passwords is not ideal:… Continue reading Advice: Use 2FA. Here’s how…