My name is Jamy 👋 I created CSS-Plus in 2010 🧓 with a primary focus on CSS related content, but since then I've learnt 📙 a lot about other things and you'll find posts reflecting that here.
General posts

Strings in Rust are UTF-8 encoded using the UTF-8 Encoding Algorithm, so understanding that algorithm is key to understanding how and work in Rust. What is UTF-8? UTF-8 is a character encoding (map of numbers to…
Adding encryption to your Nix flake is important. I used to use a private Git repository to keep my secrets, but I was looking for something that integrated directly into Nix for reproducability. In my experience, Nix…
Encountering case sensitivity issues, particularly in the context of version control, might not be a daily occurrence for most developers. Yet, when these issues do arise, they can be perplexing and time-consuming to…

I wrote the article My Journey to the Perfect Text-Editor in 2012. I want to talk about my progession in text-editors since then. This article is targeted at anyone interested in expanding their development environment…
I didn't find anything mentioning this specific issue online so I thought I'd make a short article to help anyone in the same position. This should be relevant to anyone who has installed Intellij-Idea (or any other…