Hebilicious's Avatar

Hebilicious

@emmanuel.style.bsky.social

Hi

394 Followers  |  54 Following  |  24 Posts  |  Joined: 03.07.2023  |  2.0517

Latest posts by emmanuel.style on Bluesky

I'm curious about this : worldwide there's 70-90% male devs depending on the data you look at, so that wouldn't be surprising. Regarding country diversity, English channel => English speaking countries => US/Europe/India for population... Are you willing to share what you're seeing ?

09.07.2025 09:19 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

I'm not sure I would be of any help, it was too long ago, iirc we used msn to talk back in the days... I don't have any contact with this community anymore.
But feel free to dm me

19.05.2025 06:32 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Really cool to see it in action !

05.04.2025 21:57 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

100% disagree, it's like saying someone new to programming will have an easier time to be effective with JavaScript than someone who has deep knowledge of C and assembly. General programming skills translate very well into AI/agents.

27.03.2025 15:20 β€” πŸ‘ 6    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Can't believe we're so close to get this ! @function is available too, right ?

27.03.2025 14:40 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Looks great ! For GraphQL I'd like to see how it would play with urql, since urql is modular I'm hoping to see a clean integration, perhaps directly with urql-core instead of urql-vue ?

27.03.2025 14:37 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
GitHub - developit/web-worker: Consistent Web Workers in browser and Node. Consistent Web Workers in browser and Node. Contribute to developit/web-worker development by creating an account on GitHub.

Not sure if you can use them together but :
github.com/developit/we... for isomorphic node + web

github.com/GoogleChrome... for typesafety and calling functions directly

Hard part is bundling workers in a lib, recently had to write a custom rollup plugin to do that, see github.com/surma/rollup...

18.01.2025 21:32 β€” πŸ‘ 4    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Hope I'm not too late ! Happy New Year :)

01.01.2025 15:48 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Just watch this video it was so great, this hobby looks so fun !

01.01.2025 01:41 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

This looks nice. I haven't tried any desktop app yet.
Are you planning on open sourcing it ?

10.12.2024 14:50 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Looking Good! I've been thinking that adding a feature to support different markdown renderers (like vitepress or mdx) could help people using other tools migrate to nuxt content. Would that be possible ?

09.12.2024 18:55 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

It does sound like a graphql schema would fit your use case perfectly, but if you are very opinionated against it, writing the OpenAPI schema would be the next best thing imo.
In both cases I would use the description field to document their behaviour.

02.12.2024 13:49 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Pokemon - La référence Pokémon - Pokémon version noir ! - P-pokemon Puissance Pokemon, meilleur site Pokemon sur Pokemon Platine - Diamant - Perle ! Pour tous les fans de Pokemon, la référence francophone en ce qui concerne le monde Pokemon. Solutions complètes, Astuc...

Managed to find it back in the archive...

web.archive.org/web/20120430...

30.11.2024 17:55 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

The website doesn't exist anymore apparently. But it was called "puissance pokemon" (French website).

17.11.2024 09:37 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

writing articles for a pokemon fansite when I had my first internet connection, a long long time ago

04.11.2024 08:31 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

hi

03.11.2024 09:31 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Yeah no US politics, onlyfans bots, useless threads and random elon musk shitposts everywhere feels very refreshing

03.11.2024 05:01 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Ah nice, I wasn't following you here. Looks like webdev Twitter is migrating for good.

03.11.2024 04:58 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Maybe we should provide some official recipes/examples/starter-kits or something in those lines for people interested in these Laravel + Nuxt setups

01.11.2024 09:16 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

That's good to know, I've actually never tried it

13.07.2023 12:52 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Also since you're already cloudflare, you can use turnstile for your captchas. @danielroe.dev actually made a module for that https://github.com/nuxt-modules/turnstile

03.07.2023 20:18 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

You might not know this but you can actually send emails for free from cloudflare workers/pages
https://blog.cloudflare.com/sending-email-from-workers-with-mailchannels/
It is poorly documented but really cool

03.07.2023 20:06 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 2    πŸ“Œ 0

Let me know if you find out

03.07.2023 19:57 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I was there before it was cool

03.07.2023 07:43 β€” πŸ‘ 6    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

@emmanuel.style is following 20 prominent accounts