Blog
Thoughts from two software engineers. You can filter posts by tags or by category.
Thoughts from two software engineers. You can filter posts by tags or by category.
Here’s a thought experiment: how would I fix the upload filter law?
Build environments, server setups should be reproducible, even 6 months down the line. How does this work?
Interfaces are like internal APIs for your code. So how should you create them?
A new EU proposal would mandate all online platforms to institute upload filters. Let’s talk about that.
LXC is the older of the two, but how do they compare? What’s the difference? Which one should you choose for your next project?
When reviewing code I often see folders like model, view, controller, form, etc. There is a way to make your folder names talk, but this ain’t it.
XSS, SQL injection, and other injection-class vulnerabilities can cause some serious damage. Let’s root them out!
Hello, I have an order for I.C. Wiener.
How many actions do you put in a controller? 5-6? 20? What would you say if I told you my limit is just one method?