Profile avatar
rogierderuijter.bsky.social
Excited Web Developer at the VPRO 📺
42 posts 13 followers 91 following
Regular Contributor
Conversation Starter

On a functional programming bender. I am loving it!

I can’t believe that this is actually a reality. Node.js running typescript natively 🤩🤩 who would have thought. nodejs.org/en/learn/typ...

Node testing tools are awesome. They are exactly what I want them to be 🥰🥰 nodejs.org/api/test.html

Does anyone know if there is package out there that can highlight .mdx files? A treesitter plugin that could parses them would be great 😃

Subgrid and container queries are very nice. But they are very complicated to me. I am betting on it getting easier with more experience 😅

Making breaking model changes in a CMS is scary. Still looking for good ways to migrate the data from the old model to the new model.

Aligning items with subgrid is my happy place

Looking for a place to learn about svg! Any suggestions??

‘git blame’ I wanna start a petition to rename this to ‘git who-to-ask’, much nicer

‘git rebase’ I am getting there. Soon I’ll be a no merge commits kinda person.

It's done. Now it’s your turn, Oracle. We’ve submitted a formal petition to cancel the JavaScript trademark: it is generic, Oracle has abandoned it, and Oracle committed fraud on the USPTO during the last trademark renewal. It's time to #FreeJavaScript. deno.com/blog/deno-v-...

Whimsical

I love using neovim, but tmux has been the actual game changer for me. Switching between projects in tmux is so easy. Because switching is so easy now it had allowed me to quickly create a new directory, create an index.html file and reproduce an issue or experiment with a new api. This is gold 😍

A meme that helps you grasp the basics of alt text: #socialwork

This is me today. Also doing other stuff no worries

i don’t want to “carve out a few minutes to connect about this role”, i want to carve out a little plot of land in the wild western united states and watch the sun rise over the rockies and watch the steam from my coffee drift up to intermingle with the cool mists of the morning

@maestria02.shy.cat this 3% battery icon in your name gives me anxiety

#tinyjavascripttip You can handle breaking api changes in the frontend by using ‘Promise.any’ Promise.any([ currentAPI, newAPI ]);

WebKit is also satisfied with the CSS anchor positioning spec 🎉🎉🎉 github.com/WebKit/stand...

Stackoverflow > ChatGPT. If you can handle people bullying you for: - asking the question with the wrong words - the question is a duplicate - stackoverflow is not the right place for your question - Your question is silly and you should have know better Nvm I’ll just use ChatGPT

I love figuring out a frontend solution in a simple index.html. Makes me happy 😁💻🖥️

Using Neovim made me a better programmer

Enjoyed reading this book so much. Reminds me so much of the tv show: “Better Call Saul”. This feeling that the creator is not making up a story but is putting the characters in different situations and discovering how they would react.

Shout out WebKit team for the speed at which they have been fixing bugs! Really happy with the ‘width: fit-content’ fix 🎉🎉 bugs.webkit.org/show_bug.cgi... @jensimmons.bsky.social

Really excited about this Popover API + Web component marriage. I believe using a web component to encapsulate behaviour rather than content is a way to make them shine ✨ For more details: rogierderuijter.com#/blog?post=i...

09:00 start learning web workers 10:11 rewriting my webserver to Deno It is so lovely and frustrating to start one thing and end up doing something completely different.