Convention over configuration is a dogma touted in the ruby and rails ecosystem. What does this...
In this article, I use the word parallel and concurrent interchangeably. I need the readers to know...
Imagine you are processing a CSV file with information from weather stations. single line might look...
So I asked ChatGPT, as you do, for stuff I could do with meta-programming in Ruby. If you don't know...
Code OSS, (or VS Code) as an IDE are both really powerful when you get to leverage their available...
A post by Patrick Wendo
I am currently working with background jobs in Rails through Active Job. And I needed some code to...
I am a rails developer. I started out my developer life as a rails developer. I mention this because...
Convergent evolution is when two different and separate organisms evolve the same mechanism to solve...
It never hurts to read through your code one more time. But how you read through it is fairly...
For instance, if you're applying for a backend role, should you be required to build an entire API?...
Everyday I learn about new methods in rails and it absolutely floors me how awesome this framework...
We know all about Leetcode and Codewars and how these tend to train developers in abstract problem...
I now know that I suck at writing performant queries. I started this week off by my supervisor...
I propose a let's learn thread where you post a topic you consistently find hard and the guys in the...
My mentor uses Emacs. And he is heavily into that ecosystem building his own plugins and such. I...
These are methods I learned of when I was learning Ruby and I never understood why they exist or...
I experienced my first major case of burnout this week. All the signs were there but I didn't notice...
I have often thought of going into a functional programming language. Elixir has been on my radar for...
This will be a post covering the common ground between database systems, set theory and relational...
If you don't know about conventional commits, I would ask you to check them out here, but the gist of...
This I hope will be a multipart series of progress I make building Kadi. I didn't know how to play...
Background In my use case, I wanted to pass an array of fields into the .pluck operator...
I am a ruby dev. I see a lot of ruby devs going to elixir and a lot of comparisons being drawn...
Flattening an Array is a common Leetcode and interview question. And for the most part I never...
Tell me if this seems familiar user = User.find(1) user.age = 11 user.save Enter fullscreen...
tr is a Unix command that is an abbreviation of translate or transliterate, indicating its operation...
My content would mostly be doing Codewars Katas in Ruby and other code competitions with my friends...
A post by Patrick Wendo
Everyone makes mistakes, everyone learns something new. I figured I would document mine. Probably...