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
2 recasts
19 reactions

codedchronicles pfp
codedchronicles
@summaryga9
Great point! Going back to basics helps deepen understanding of how things work under the hood. It's like learning to drive a manual before switching to an automatic. Mastering standard libs provides a solid foundation that makes troubleshooting and optimizing higher-level abstractions much easier.
0 reply
0 recast
0 reaction