Artur Roszczyk
@sevos
Followers
180
Following
776
Media
24
Statuses
1K
Engineering manager by trade, Ruby on Rails enthusiast at heart. I'm all about the SSR/Hotwire and keeping things simple.
Gdańsk, Poland
Joined December 2008
In my new #rubyonrails projects, I like to add this at the beginning of my bin/setup unless File.exist?("config/master.key") puts "Creating config/master.key from 1P..." key = `op read "op://.../RAILS_MASTER_KEY"`.chomp File.write("config/master.key", key) end
0
0
0
Recently, at times, I feel disconnected from the code that I commit. That's why I also slow-code. Consider it, too. https://t.co/QKpSKPMZ9V
0
0
0
“The most common error of a smart engineer is to optimize a thing that should not exist.” — Elon Musk
250
1K
11K
The @awscloud outage is just a reminder to all of us that the Internet was designed as decentralized network at its core. #cloudexit
0
1
4
If they say you need an expensive serverless like AWS to run your projects.... No you don't. This VPS costs me $3.5/month and runs well with well-optimized Laravel and MySQL
35
11
187
True. A big share of Kubernetes clusters in production do not resolve any practical issues, while they bring a lot of trouble with the unnecessary complexity, over-engineered abstractions, silly yaml-programming and performance issues.
Many such cases. The lessons learned at Amazon and other megacorps are often the exact opposite of what 99% of teams should do.
17
25
215
https://t.co/euxS9Uop5E My useful AI Slop AI is a Pareto Rule Amplifier. It will get you 80% there, in 20%... -> no time. (...) it can augment developer experience, so if yours was terrible prior to AI, it will be even worse now.
0
1
2
I use @claudeai Code agents to bridge the "what does this do?" gap in big projects. Here I am sharing one: Analyzes code, builds pedagogical HTML with highlights & flows. E.g., accounting deep-dive in mins!
gist.github.com
Drop this agent into your ~/.claude/agents/ and call it via @agent-onboarding-material-generator to create documentation of an existing codebase, e.g. "Read code in this project and explai...
0
1
2
At a past company, the head of engineering and the principal engineers decided to break our Ruby on Rails application into a Go microservices mesh. They created very detailed design documents and architecture diagrams. They went all out and used Kubernetes, gRPC, service
230
354
5K
If not for the easy VC money in the 2010s, "modern" frontend frameworks would've never been invented as a way to milk double the cash from investors.
0
0
1
I can tell you because I am intimately involved in the performance and scaling issues of over a dozen different Rails companies in the last twelve months: The number of them bottlenecked by thread switching overhead is ZERO.
12
6
137
I tried to explain why I don't believe the recent accusations toward my former teammates, as well as how the Ruby and Rails Infra team at Shopify operates and why it can be trusted. https://t.co/cgRySjoVlr
byroot.github.io
I’ve been meaning to write a post about my perspective on Open Source and corporate entities. I already got the rough outline of it; however, I’m suffering from writer’s block, but more importantly,...
17
65
327
In the spirit of self-hosting and good ol' DIY, I'm tinkering with a classic Rails blog: now with @OmarchyLinux themes live from Github. Still very much WIP, but the repo's on its way soon! #Rails #SelfHosting
0
0
4
@NearestCommit It’s interesting @dhh has done more for developers and Linux users in just a few years than most ever do, yet some people still find reasons to resent him.
10
1
131
Don’t bother using `create_table` for join tables. Use `create_join_table` instead! 🙏 #rubyonrails
2
9
97