Ruby on Rails console has a very interesting feature, that you can see on its documentation: As...
I have recently shared A configuration system for ruby CLIs. If you are designing a new ruby...
If you have developed Rails applications you might be familiar with its configuration system but if...
image credit: pngimg Sometimes yo need to develop an API client for a service that you cannot call....
(cover by @reeto) Many developer job hiring processes include some sort of take-home...
This is a continuation from Neovim config from scratch (Part I). There I covered: Nuke from orbit...
I recently started moving from vim to neovim and trying to port my old config with unsatysfying...
When you are taking part on a job interview for a developer position, it is very difficult to form an...
FizzBuzz is a (in)famous programming puzzle that it is used mainly just to filter people who can code...
I recently saw this tweet: This is not the first time someone is delivering the Real Developer ™ I...
Some time ago I wrote a post called a very classy snake, inspired by a YouTube video and to try to to...
About Us At Returnly we help merchants turn product returns into new revenue streams. We...
When you are opening a position there ius a number of things you can do to try to assess a candidate'...
I recently read 10 Questions I'm Asking All Companies Before Scheduling Any Interviews from ashleembo...
They started using react at work, so I set up myself for the bare minimum tutorial-based experiments...
There are several ways to fix new concepts in your head, to use them, to repeat, to combine with new...
There are a lot of places with obnoxious limitations to the characters you can put on a password, or...
You use jQuery. Everyone does. It is an awesome library, it took us out of the collective pit of de...
Some weeks ago there was a thread about the kind of engineersa startup should be going after. The thr...
Based on Sandi Metz's very precise explanations, I will try to give you the ultimate mnemonic (if you...
Immediately invoked function expression Wow, that's a mouthful. According to wikpedia, an...
I have the habit of start my coding musings by branching away from other people's proposals. In this...
Every Ruby developer loves their hashes, they are available in the core, O(1) (which means fast) for...
Sometimes we use gems like Trailblazer or Interactor just to separate business logic from controllers...