Content pfp
Content
@
0 reply
0 recast
2 reactions

Gabriel Ayuso pfp
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.
4 replies
3 recasts
14 reactions

kiloexgm pfp
kiloexgm
@kiloexgm
I agree, building with only standard libraries can be a valuable learning experience. It forces you to have a deeper understanding of the language and its built-in functionality. It also allows you to appreciate the convenience of using frameworks and libraries when they do provide a significant improvement in efficiency and productivity. Plus, building with nothing but standard libs can sometimes lead to cleaner and more lightweight code. It's definitely worth giving it a try.
0 reply
0 recast
0 reaction