How you will be spending all your free time
How you will be spending all your free time
Iβm available for hire.
Iβm an experienced Ruby, TypeScript and CSS engineer looking for a new full-time position.
I can help you with performance, concurrency, testing, architecture and API design problems on tooling or product teams.
Iβd really appreciate any personal introductions. DMs open. π
One thing I loved about DarkSky is to get an idea of what the weather is usually like in some location at a given time of year. Whatβs a good app for that these days?
This game is far from over!
My 8yr old son is a huge Lions fan. I am happy/sad no matter what.
What a game.
Whatever happens in the second half, it has been awesome to see my hometown Washington Commanders good at football again.
#Commanders #Lions
Confession time: I have spent way too much time watching Chris Cornellβs video game music breakdowns. So many classics from my childhood still live in my head rent free even though I havenβt played these games in years and years.
www.youtube.com/watch?v=h-_d...
To give you some idea on how fast I am to adopt new tech, my car has a CD player
If you want to take your Rails career to the next level, you need to start digging into Rails.
Don't sleep on becoming a better code reader, it's a force multiplier (ask me how I know lol).
Sign up here:
lu.ma/dv5yvj4n
Thanks ππ»
Generally very positive in the comments too!
Only problem seems to be the site isnβt working for a small subset of visitors. Havenβt been able to track down enough info yet to diagnose the problem.
I didnβt want to miss out on all the fun π€·πΌββοΈ
Interesting! I havenβt played with Rust yet. Waiting for you to write βRust for Rubyistsβ π
Use cases for lazy are few and far between but itβs a good tool to have in the toolbox.
Glad to hear it! Trying to do something a little different.
The animation is React and SVG. Hereβs the source: github.com/joyofrails/r...
π
Glad to hear it. Trying to spice things up a bit π
Thanks! It was a fun project
I made a thing to help you visualize how Rubyβs Lazy Enumerator works, so your code can do less work.
joyofrails.com/articles/sim...
Guess heβs still feline things out
2024 ended up a pretty solid writing year for me. Here are the top 10 posts by views. Of them, 8 were written in 2024 (tanstack and pgbouncer have had alot of staying power, they're from 2023). I'll link to each after this, in case you'd like to check them out!
Iβve got too much imposter syndrome to refer myself
A few seasons in and my biggest takeaway so far is pretty much everyone in The Sopranos is a horrible person.
All Hans really wanted was to be sitting on a beach, earning 20%
This was fun. Not bad considering my place of work doesnβt use GitHub.
git-wrapped.com/profiles/ros...
100% I say both βsequelβ and βS-Q-Lβ. Context matters.
Day 15
Gems that have inspired me in some way.
One gem per day for 20 days, in no particular order. (15/20)
github.com/ruby/rake
#20DayGemChallenge #ruby #rails #distilled.rb
Edited the post a little to provide a little more context and be a little less harsh.
www.konnorrogers.com/posts/2024/e...
I donβt recall ever needing a reason to nest method definitions, but somehow now surprised that this appears to be valid Ruby:
def outer
def inner
end
end
This could be a fun "Think like a Ruby Parser" series