Tag: fullstack
-
Refactoring Isn’t Optional: A Senior Developer’s Perspective
As developers, we often find ourselves in a peculiar situation. We know our code needs cleaning up, yet we keep pushing it off to some mythical “later” that never comes. After 15 years of building software across startups and enterprises, I’ve seen this pattern repeat itself countless times. Let me share why refactoring isn’t just […]
-
How to become a full stack developer — Backend
Contents Articles of the series: A server is the one who stores the code and the Database. Web browsers or any other client software interacts with a server through a series of requests. Usually, HTTP protocol used for major part of operations. Requests There are two basic types of requests: POST and GET.. GET — […]
-
How to become a full stack developer -Intro
Contents In the next articles we will discuss the following topics: In my career many times I used articles or tutorials of other developers. Learning could’ve been much longer and harder if I didn’t have those materials. So the best way to thank all those people is to give back to the community. I’d like […]