Rado Stankov
banner
rstankov.bsky.social
Rado Stankov
@rstankov.bsky.social
CTO and Co-Founder at Livo.me 😸 Prev Head of Engineering at ProductHunt 📝 Writing a newsletter at http://tips.rstankov.com
Reposted by Rado Stankov
Hey, #ruby folks! I've been one of the #RubyGems maintainers for the last decade.

Ruby Central has forcefully taken control of the RubyGems organization on GitHub, the `rubygems-update` and `bundler` gems on rubygems[.]org, and more.

You can read the details here: pup-e.com/goodbye-ruby...
RubyGems.org | your community gem host
rubygems.org
September 19, 2025 at 7:51 AM
I extracted an ActiveJob batching utility from AngryBuilding

github.com/RStankov/Ang...
GitHub - RStankov/AngryBatch: ActiveJob batch processing with completion hooks
ActiveJob batch processing with completion hooks. Contribute to RStankov/AngryBatch development by creating an account on GitHub.
github.com
July 20, 2025 at 12:00 PM
Reposted by Rado Stankov
Introducing On Rails. A New Podcast.

rubyonrails.org/2025/6/25/on...
June 25, 2025 at 1:11 PM
One of the biggest "AI" powered productivity boosters, started using recently, is CleanShotX Capture text (OCR). I just click CMD+6 pick and area form my screen and get the text there into the clipboard.
April 2, 2025 at 9:47 PM
I'm seriously impressed with the new ChatGPT image generator. I gave him couple screenshots of sales slides. Asked it to generate icons for couple of features. Then change background and replace $ with € in the icons and result were quite good.
March 26, 2025 at 10:01 PM
The best way to avoid database queries is to avoid making them. Counter caches help with that. Active Record built-in counter cache is good but doesn't handle conditions and deltas.

If you want to learn more about counter caches, I have a whole post about them 👉

tips.rstankov.com/p/counter-ca...
January 25, 2025 at 9:07 PM
Reposted by Rado Stankov
After 15 years off the market, I’m available for hire!

I’m an effective, versatile and compassionate technical leader, and an accomplished Rubyist. I’m looking for remote Principal or Staff Engineer roles, at 4 days/week.

Find out more: timriley.info/posts/hire-me
Hire me! - Tim Riley
After 15 years at Buildkite, Culture Amp and Icelab, I’m available for hire! I’m an effective, versatile and compassionate technical leader, and an accomplished Rubyist. I’m looking for remote Princi...
timriley.info
January 20, 2025 at 1:07 AM
Most habits a junior developer picks up in the early days of their career will stick. Here are my tips for developing good habits as a junior developer. 🤓

tips.rstankov.com/p/tips-for-j...
Tips for Junior Developers
Many of the habits and skills you build at this stage in your career will stick, so put extra care into nurturing the right habits. My tips on how to develop soft skills and habits to help to learn an...
tips.rstankov.com
January 18, 2025 at 5:45 PM
One of my favorite git aliases is "git sync". It fetches the main branch and deletes all local branches merged upstream. 💻

Code 👉
January 11, 2025 at 1:14 PM
Reposted by Rado Stankov
Embedding YouTube videos?

Add ?rel=0 to the embed URL to hide those distracting "More videos" suggestions at the end.

Keep your audience focused on YOUR content! 💡
January 10, 2025 at 10:03 AM
One underrated skill for a software engineer is to design database tables/collections/fields and such. There is surprisingly little content about it, and it is an essential skill for most projects.
January 6, 2025 at 5:18 PM
My favourite book of 2024 was The Cuckoo's Egg: Tracking a Spy Through the Maze of Computer Espionage. 📖

It's an amazing book, especially when you realize this is a real story, not just a novel 🤩

www.goodreads.com/book/show/18...
The Cuckoo's Egg: Tracking a Spy Through the Maze of Co…
Before the Internet became widely known as a global too…
www.goodreads.com
January 4, 2025 at 10:09 AM
Here are some tips on how to write less JavaScript. People often write JS for things that the browser can do automatically.
What tips do you have where we can use CSS instead of JavaScript? 🤔

tips.rstankov.com/p/tips-for-u...
Tips for Using Less JavaScript
Practical tips to optimize your web performance by using HTML and CSS instead of JavaScript for common tasks like state management, responsive design, and UI elements.
tips.rstankov.com
December 28, 2024 at 11:33 AM
People always ask how to become a top engineer. One easy trick is to check your production error tracking weekly and fix several errors every week.

Engaging with your production error tracker is not just about fixing errors. It's a valuable learning journey.
December 21, 2024 at 4:53 PM
Reposted by Rado Stankov
I uploaded my screen recording from the recent Ruby Banitsa conf. It's pretty loose and informal!

We had a really fun conversation towards the end with @rstankov.bsky.social and @ventsi.bsky.social chiming in! Hope my mic picked it up 😂

www.youtube.com/watch?v=Md90...
Express your video by writing your own gems — Ruby Banitsa conf 2024
YouTube video by Kasper Timm Hansen
www.youtube.com
December 20, 2024 at 7:25 PM
Reposted by Rado Stankov
I've been polishing up the github.com/kaspth/activ... README.

You can now see all the benefits and more praise quotes now that people are seeing this in practice — I'm really proud of where this is going! 🚀
December 16, 2024 at 6:38 PM
Reposted by Rado Stankov
2024 is the year with the most Ruby talks in a single year, ever!

This is the first time we beat the previous all-time record from 2015!

Ruby is so back!
December 17, 2024 at 1:13 AM
ISO 8601 has a standard for durations 📅

en.wikipedia.org/wiki/ISO_860...

This is very well supported. Ruby on Rails Active Support works with it and they are many JS libraries.
December 14, 2024 at 9:08 AM
Reposted by Rado Stankov
Let’s recall the talk by Radoslav Stankov (@rstankov), CTO and Co-Founder at AngryBuilding.

youtu.be/4iQHtPrf8wI

#rubyconference #balticruby #conference #rubycommunity #cfp #lineup #ruby #rails
December 11, 2024 at 9:57 AM
Here are my sliders for Ruby Banica conf - Rails the missing part … or the code I copy/paste project to project

speakerdeck.com/rstankov/rai...
Rails: The Missing Parts
speakerdeck.com
December 7, 2024 at 9:48 AM
Almost time for Ruby Banitsa Conf

conf.rubybanitsa.com
December 7, 2024 at 7:39 AM
One of my favorite UI features of linear is that all action menus have action filtering. ✨

This is something that should be part of every UI component library.
December 4, 2024 at 6:26 AM
In the same way, I believe every engineer should read at least a couple of times "The Pragmatic Programmer". Every manager should read Andrew S. Grove's "High Output Management". 🤩

I won't summarize it for you -> you should read it. 😇
www.goodreads.com/book/show/32...
High Output Management
In this legendary business book and Silicon Valley stap…
www.goodreads.com
December 3, 2024 at 2:23 PM
I think that every software engineer should read "The Pragmatic Programmer". I personal re-read it every couple of years. It such a master piece. 📚

pragprog.com/titles/tpp20...
The Pragmatic Programmer, 20th Anniversary Edition
Andy and Dave wrote this seminal, classic book to help their clients create better software and rediscover the joy of coding. For over 20 years, the Pragmatic philosophy has spawned hundreds of our bo...
pragprog.com
December 1, 2024 at 7:01 AM