Jérôme - 제롬
banner
jers.dev
Jérôme - 제롬
@jers.dev
French Web developer lost in Korea 🇫🇷🇰🇷
Fellow beam enjoyer and go fanatic
Yet mostly only do react and typescript. ㅋ

Spend more time learning about stuff than doing my job
Weren’t we already supposed to have hoverboards and flying cars for years now? So I guess no later than the 2000
April 7, 2025 at 3:01 PM
I don’t have any experience with connectrpc unfortunately !
I use the gRPC protocol directly.
On the nextjs side I use grpc-js to create the client and on the go side I use directly the google grpc package

pkg.go.dev/google.golan...

www.npmjs.com/package/@grp...
@grpc/grpc-js
gRPC Library for Node - pure JS implementation. Latest version: 1.12.6, last published: 7 days ago. Start using @grpc/grpc-js in your project by running `npm i @grpc/grpc-js`. There are 2418 other pro...
www.npmjs.com
February 11, 2025 at 4:14 PM
If you like tRPC then you will love gRPC !
That’s my favorite way to connect my go backend with my nextjs app
February 11, 2025 at 3:58 PM
The compiler will add semicolon at the end of each block so the code would become
if … {
};
else {
};

And a statement cannot start with else in Go.

go.dev/ref/spec#Sem...
The Go Programming Language Specification - The Go Programming Language
go.dev
February 11, 2025 at 3:56 PM
I have been using Fresh
(github.com/bunopnu/fresh)
It’s built on top of the Mint ecosystem and basically works as a drop in replacement for Websockex
GitHub - bunopnu/fresh: WebSocket client for Elixir, built atop the Mint ecosystem
WebSocket client for Elixir, built atop the Mint ecosystem - bunopnu/fresh
github.com
December 24, 2024 at 12:53 AM
I am French living in South Korea, for me everywhere I look government are collapsing this days 🙄
December 8, 2024 at 2:46 PM
IMO a division by 0 is not intended and so not crashing but instead returning 0 is just silencing the error which is actually worse than NaN
December 5, 2024 at 11:50 AM
Friday night ruined: ✅
November 29, 2024 at 1:04 PM
What if I told you that you don't _even_ need loops?
November 26, 2024 at 7:08 AM
I was using VS Code + supermaven for a while but recently felt in love again with WebStorm. Their AI tools are definitely not as good as the others IMO, but with supermaven it’s actually pretty nice.
November 25, 2024 at 11:13 PM
We actually learned writing by writing in cursive. I wasn’t really allowed to write differently until a few years later.
November 25, 2024 at 11:08 PM