Peter Solnica
solnic.dev

solnic.dev

Follow
Follow
homeOpen SourceAboutArchivesnewsletter
Series

Archives


Articles in this series

Rails and its Ruby dialect

Feb 2, 202211 min read

I was born and raised in Kraków, a beautiful city in Poland, maybe you've heard about it, maybe you've even been here. In Poland we speak Polish,...

Rails and its Ruby dialect

The 5 Rules of Simple RSpec Tests

May 11, 20214 min read

The 5 "rules" I try to follow in order to write simple RSpec tests. Let's GO. 1. Max 2 levels of describe/context nesting Everything above 2 is a...

The 5 Rules of Simple RSpec Tests

Fixing Ruby 2.7 compilation error on Big Sur

Dec 9, 20201 min read

We're in the process of upgrading to Ruby 2.7.2 at castle.io and today I had to install it on macOS Big Sur. Unfortunately, I hit a compilation error...

Fixing Ruby 2.7 compilation error on Big Sur

Open Source Status Update - August 2020

Sep 4, 20203 min read

Hey y'all! It's time for another OSS update. I was quite busy with my "normal work" in August so unfortunately I didn't manage to work on rom-rb like...

Open Source Status Update - August 2020

Open Source Status Update – July 2020

Aug 6, 20203 min read

In July I went on holidays and had quite a busy month at my day job but nevertheless I've managed to push things forward. Here's a summary of what...

Open Source Status Update – July 2020

Be cautious with Ruby coercion methods

Jul 29, 20205 min read

Coercion is a tricky problem to solve and it's something we need pretty much everywhere. Whether you're building a web application or a CLI tool, you...

Be cautious with Ruby coercion methods