Content
@
0 reply
0 recast
2 reactions
Gabriel Ayuso
@gabrielayuso.eth
Frameworks and libraries are nice but I encourage everyone to try building with nothing but standard libs at least once. Most modern languages already come with good http libs, encoders/decoders, etc. so it's not too much work to setup an http server to handle requests, serving static files, json, etc. See how far you can get. Even on the client side you can just use standard dom manipulation and css.
5 replies
2 recasts
21 reactions
Ξric Juta
@ericjuta
good side effect is that it's gpt friendly maintenable code
2 replies
0 recast
1 reaction
Gabriel Ayuso
@gabrielayuso.eth
That's a good point. . Also, LLMs can help you gain the dev velocity that using a lib or framework could've.
1 reply
0 recast
0 reaction
Ξric Juta
@ericjuta
I guess there are some exception like async rust lol (personally, probs skill issue)
1 reply
0 recast
1 reaction
Gabriel Ayuso
@gabrielayuso.eth
I experienced that. I was trying out Rust and using it in WASM. LLMs just kept spitting out wrong things when writing an async func. I ended my exploration of Rust and used Go instead. 😅
1 reply
0 recast
0 reaction