5 days 5 blogposts - the summary of the Arkademy.dev blogging challenge
5 days 5 blogposts was an idea for a challenge that appeared in my head some time ago. I never rememb...
Tag archive
5 days 5 blogposts was an idea for a challenge that appeared in my head some time ago. I never rememb...
We always try to avoid adding comments to our code. There may be some exceptions but ideally the code...
Today I've had one of those irritating problems with Rails that I know one day I will have again. So,...

First, let's do a quick recap of all of the possible string formatting techniques in...
Rails scaffold is a technique for quickly generating a typical CRUD UI. It's a server-side rendered...

I always feel sorry for fellow developers who only use console.log for debugging. To me having the de...
Event system is not hard to build on your own. There are plenty of libraries ready to use, but for be...
There is a group of testers, that adopt certain behaviours, when it comes to testing. Sometimes,...
Bash if-statements often look bloated to me, especially when the script aims to accomplish quite simp...
To the point! On a job interview listen carefully what the team you are supposed to join s...
You might see the build error TS5055 due to various reasons. It can happen for instance when building...
Yesterday I wrote a post highlighting Basic Auth and how can we protect Rack applications mounted in...