My Blog Infra Is Gonna Make You Cry Tears Of Blood Monkeys love to express themselves and I’m no stranger to the feeling. I started dripping good old fashion fine literature for the world to enjoy back in pre...
I have the world's fastest website, and It's probably slow for you - ALEXSKRA I found one of my websites ranking as the fastest website in the world, but how did that happen?
The state of the Postgres community A collection of interesting charts about the stat of the PostgreSQL community.
Auditing Atlassian Plugins, 53 0-Days Later Explaining the process and tooling behind our way of auditing Atlassian plugins, 53 0Days later.
Advice to Young Engineers - Robotic Sea Bass With so much access to information and people online, it can be overwhelming as an aspiring engineer to navigate the landscape and form your career. This post provides some advice to help you focus on the right things and to listen to the right people.
Custom Note Tagging System with Ctags and Vim In the previous post I expressed my requirements for an ideal note taking system and took the first steps in designing it for my preferred editor, which is Vim. My overall desire is to create an ecosystem of interconnected notes in such a way that this s...
Understanding The Internals Of Rag In a previous blog post, I detailed a possible technical setup for having a solid foundation for doing RAG within the Springboot ecosystem, using docker to leverage locally downloaded LLMs and Postgres, configured with the PGVector extension to be able to...
Lisp's grandfather paradox Recursion is an idea often associated with infinity, a process that repeats ad aeternam. It is perhaps surprising, then, that the origin story of mathematical recursion is grounded in finitism, the rejection of all things infinite.
"We ran out of columns" Oh the merchants2 table? Yeah, we ran out of columns on merchants, so we made merchants2
Practice Makes (Almost) Perfect: Behavioral Interviews – Dev Leader Weekly 55 Welcome to another issue of Dev Leader Weekly! In this issue, I discuss behavioral interview tips for software engineers!
Improving Code Quality in C# With Static Code Analysis Static code analysis helps you build secure, maintainable, and high-quality C# code. In this week's newsletter, we'll explore how to integrate it into your .NET projects.