Jakob Skjerning

10.3K posts

Jakob Skjerning banner
Jakob Skjerning

Jakob Skjerning

@mentalizer

Web application developer, consultancy owner, and dad joke appreciator. 🦋https://t.co/lePvPQUSMs

Kolding, Denmark Katılım Nisan 2008
901 Takip Edilen1K Takipçiler
Jakob Skjerning
Jakob Skjerning@mentalizer·
ActiveRecord has a `saved_changes` method that returns the attribute changes that were saved last #TIL #ruby #rails #method-i-saved_changes" target="_blank" rel="nofollow noopener">api.rubyonrails.org/v7.2.2/classes…
Jakob Skjerning tweet media
English
0
0
1
81
Jakob Skjerning
Jakob Skjerning@mentalizer·
Rails has a method that returns a correctly formatted string for the name attribute on input elements. I've been doing this manually for years whenever I needed to manually build fields! See #method-i-field_name" target="_blank" rel="nofollow noopener">api.rubyonrails.org/v7.2.2/classes… #TIL #ruby #rails
Jakob Skjerning tweet media
English
0
0
2
120
Jakob Skjerning
Jakob Skjerning@mentalizer·
There have been many interpretations of the anatomy of Minecrafts probably most iconic mob, the Creeper. This is my interpretation rendered in LEGO. 1900 bricks, standing 42 cm tall, this harbinger of boom will sneak up on when you least expect it. #lego #afol #moc #minecraft
Jakob Skjerning tweet media
English
0
0
5
361
Jakob Skjerning
Jakob Skjerning@mentalizer·
@Supernorn “Surely, no one is _ever_ going to click on that with this while this is happening” 😁
English
0
0
0
16
Jakob Skjerning
Jakob Skjerning@mentalizer·
What is the best, preferably written, tutorial to get someone into building their first Rails app when they have programming experience but limited Ruby experience? I’ve had good success with the one from Rails Girls, but I fear it might be getting dated.
English
0
0
0
125
Jakob Skjerning
Jakob Skjerning@mentalizer·
Could/should an ESP check and verify DMARC before sending an email campaign - what's the point of sending if the recipient is going to reject it? 🤔 @jessethanley This feels like something you might have thoughts about?
English
1
0
0
142
Peter Suhm
Peter Suhm@petersuhm·
I love personal blogs like @mentalizer's that have been around for over 20 years!
English
2
0
1
348
Jakob Skjerning
Jakob Skjerning@mentalizer·
Already in alpha-release, Rails 8.0 is great. The Solid-* stuff, asset pipeline simplification, Hotwire goodness, and SQLite embrace all play so well into the One Person Framework idea. These are exiting times!
English
0
0
2
109
Jakob Skjerning retweetledi
Simon Høiberg
Simon Høiberg@SimonHoiberg·
8 rapid-fire truths about being a bootstrapped founder 👇 1. You don't need to be an expert. 2. Most of your ideas will fail (so come up with many). 3. Building a great product is the easy part. 4. Marketing is where most founders struggle. 5. No, AI won't replace you. It'll help you. 6. You don't need VC money. 7. It's not as hard as you think. 8. But it takes longer than you think.
English
5
2
28
3.5K
tveskov
tveskov@tveskov·
The Circle
tveskov tweet media
English
2
0
0
446
Jakob Skjerning
Jakob Skjerning@mentalizer·
The original goatse?! 🙈
Jakob Skjerning tweet media
English
0
0
0
234
Jakob Skjerning
Jakob Skjerning@mentalizer·
@nateberkopec Whats the cache expiry story? If 1 user is touched, will the cache for all have to be rebuilt, or just for that single user?
English
1
0
1
661
Nate Berkopec
Nate Berkopec@nateberkopec·
Common cache use mistake in Rails views: <% @users.each do |user| %> <% cache user do %> ... results in @users.size number of cache calls. <%= render partial: 'user', collection: @users, cached: true %> ...results in 1 cache call, via multi-fetch.
English
2
12
132
6.4K