jessevdp_ Profile Banner
Jesse van der Pluijm Profile
Jesse van der Pluijm

@jessevdp_

Followers
56
Following
205
Media
22
Statuses
365

Ruby on Rails programmer @iodigital_com. Programmer with a passion for design. šŸ“§ [email protected]

The Netherlands
Joined August 2018
Don't wanna be here? Send us removal request.
@jessevdp_
Jesse van der Pluijm
21 days
RT @jeremysmithco: Kasper hits on several things that bothered me about delegated types, but I couldn't articulate. It's nice to see a diff….
Tweet media one
kaspth.com
This past week, I was having a conversation with a reader and he brought up the example of Rails’ delegated_type. While I’ve never been a fan of the name, because...
0
9
0
@jessevdp_
Jesse van der Pluijm
2 months
I got a ticket! #RailsWorld.
0
0
1
@jessevdp_
Jesse van der Pluijm
2 months
RT @theorosendorf: Papal Condemnation of Typographic Heresy. Issued to: Vatican City State.Re: Tomb of Pope Francis. Hear now the wrath of….
0
3
0
@jessevdp_
Jesse van der Pluijm
6 months
I hacked together a fun little ā€œsign of lifeā€ display for CodeCompanion.nvim using fidget.nvim. It pops up whenever CodeCompanion makes a request to an LLM and shows some context & feedback. Fun weekend project 😁.
0
0
4
@jessevdp_
Jesse van der Pluijm
8 months
I just completed "Historian Hysteria" - Day 1 - Advent of Code 2024 #AdventOfCode.
0
0
1
@jessevdp_
Jesse van der Pluijm
9 months
RT @thorstenball: "does bacon work with bun? when I try to run chai in fish my gerkin is complaining". This is what we sound like, friends.
0
235
0
@jessevdp_
Jesse van der Pluijm
10 months
RT @vinistock: The just released Ruby LSP v0.19 series includes a few new features!. Rename support for constants, find references support….
0
16
0
@jessevdp_
Jesse van der Pluijm
10 months
RT @typecraft_dev: Giving a workshop at #RailsWorld was incredible. But there is a story behind how I got here, and I want to share it wit….
0
10
0
@jessevdp_
Jesse van der Pluijm
1 year
Yo @typecraft_dev, your Neovim for newbs playlist on YouTube is so fucking rad!!. Actually configuring Vim for myself has always felt daunting. I’ve tried on a couple weekends but never finish. This series breaks it down perfectly, it seems really quite simple now!. Thanks nerd!.
1
0
5
@jessevdp_
Jesse van der Pluijm
1 year
Am I missing something when I say there should be a RuboCop cop for that?. To my surprise… it doesn’t seem to exist šŸ¤”.
@hopsoft
Nate Hopkins
1 year
More folks should be using Rails 7 "Strict Locals" when using ERB and partials. - Code clarity.- Better maintainability.- Performance (deterministic template compilation on boot).
0
0
0
@jessevdp_
Jesse van der Pluijm
1 year
I usually use the CLI + Github Desktop but I've been trying out the Lazygit terminal UI by @DuffieldJesse (great name! šŸ˜‰) and damn that's good. .
1
0
1
@jessevdp_
Jesse van der Pluijm
1 year
About last night 🤩
Tweet media one
1
0
4
@jessevdp_
Jesse van der Pluijm
1 year
Man… pair-programming with AI is so freaking amazing when it comes to domains you’re not familiar with. I’ve recently had to deal with a lot of cryptography: keys, signing certs etc. Most code it writes isn’t at all good… but it’s amazing for getting a sense of direction!.
0
0
1
@jessevdp_
Jesse van der Pluijm
1 year
RT @nateberkopec: In the Rails ecosystem, 15+ years in:. If you follow the conventions, the Rails Way/golden path, and do things like every….
0
34
0
@jessevdp_
Jesse van der Pluijm
1 year
RT @rafaelfranca: Ruby might be faster than you think.
0
78
0
@jessevdp_
Jesse van der Pluijm
1 year
@fxn sorry to tag you directly… especially on a long-ish thread like this. But you’re like the absolute authority on this topic. 😁😁. Any tips or insights?.
1
0
1
@jessevdp_
Jesse van der Pluijm
1 year
I would probably forget to remove those require statements. Especially if I’d put them all in the main entrypoint. How does Rails just magically load them all for us? They’re all just available. And is that something that we can (and should want to) achieve in a Gem?. 7/7.
2
0
1
@jessevdp_
Jesse van der Pluijm
1 year
Think of Struct, OpenStruct, Data. But maybe also Base64, JSON, URI, SecureRandom. Things that you might explicitly rely on at some point. but then maybe refactor away from. Or something like Time, which you only have to require when you need the additional methods. 6/7.
1
0
1
@jessevdp_
Jesse van der Pluijm
1 year
Where I think that becomes more of a ā€œproblemā€ (or at least where I’d appreciate that Rails-like magic the most) is with dependencies that are more incidental. 5/7.
1
0
1