Simon Depelchin
banner
simondepelchin.be
Simon Depelchin
@simondepelchin.be
Fullstack Developer. Remixing @winamp by day, Laraveling by night.

https://simondepelchin.be
Pinned
👋 Open for work!

After more than 5 years working in the same group in various projects reaching out millions of people every month it's time for me to look for a new challenge!

👇 Check my profile & reach out

#freelance #belgium #jobs
🎉 My first @raycast.com extension is out!

It lets you translate your content with AI thanks to the great Neurooo platform.

I've been using it for a few months, and I really find it most useful to translate smaller pieces of content without having to open a web browser.
Raycast Store: Neurooo Translate
Smart translations with Neurooo.
www.raycast.com
February 28, 2025 at 10:32 AM
👋 Open for work!

After more than 5 years working in the same group in various projects reaching out millions of people every month it's time for me to look for a new challenge!

👇 Check my profile & reach out

#freelance #belgium #jobs
February 21, 2025 at 5:34 PM
Reminder to add `translate="no"` to your React apps.

This will save you a few weeks of debugging for your users that use translation in the browser.

#react #i18n
Fix React issues with Google Translate – Guo Yunhe
guoyunhe.me
January 20, 2025 at 9:30 AM
@raycast.com Wrapped for the year!

Window management is the best improvement to my workflow since I moved to Raycast.

Next year, I'll try to use it more to manage JIRA tickets & VS Code projects
December 18, 2024 at 7:38 PM
Reposted by Simon Depelchin
Ok, share and download them before they’re gone!

jrmybtlr.com/backgrounds
Bootleg Laravel Backgrounds
A collection of Laravel backgrounds
jrmybtlr.com
December 2, 2024 at 11:49 AM
Reposted by Simon Depelchin
The fastest growing app on the App Store is fully open source. You may have heard of it. But do you know how it works? I do now! Huge thanks to everyone who helped me make this one happen 🙏

youtu.be/cIoYUQhKJUo
November 24, 2024 at 7:40 AM
This makes me want to use Nuxt so bad...
Just improved the NuxtHub dashboard ✨

• Show tabs only for enabled features
• Display detected module version
• Explain fixes if module is unreachable

It's live on admin.hub.nuxt.com
November 19, 2024 at 9:40 AM
What gif pops up when you type in your name?
November 19, 2024 at 9:34 AM
Good news, I didn't renew a dozen domains I realized I didn't like.

Bad news, I registered a new domain name.
November 19, 2024 at 9:27 AM
Great explanation!

This is also useful in monorepos
November 15, 2024 at 6:05 PM
This 👇

I think it’s an important part why Laravel makes so much sense as a product developer.

Made by product developers for product developers.
during my 4+ years with laravel, i've learned the importance of balancing open source and product work.

open source is fun, but product work? that's where the real OSS ideas come from, where you actually feel what it's like to use laravel in real life, with all its challenges.
November 10, 2024 at 6:56 AM
Reposted by Simon Depelchin
🤯 I used React.useDeferredValue for the FIRST TIME EVER

I was testing out github.com/bluesky-soci... in iOS and there was this *painful* delay when switching tabs 🫢

Easy, 3️⃣-step fix!

1. `const deferredTab = React.useDeferredValue(tab)`
2. `const isTransitioning = tab !== deferredTab`
3. 🔄
November 4, 2024 at 3:08 AM