Does coding is enough to become a good backend engineer?

Manish Tiwari
bitesinbyte
Published in
3 min readMar 22, 2022

--

we are living in a world where most of the things are dominated by targeted ads and search engine ranking, whenever I try to watch anything on YouTube I always greeted with ads and to be honest these ads sometimes misleading for example now days I am seeing so many people are promoting there websites to learn data structures, algorithms etc. so here is the main question does coding or DS, algorithm or programming language if enough to be a GOOD software engineer?

this can be a very controversial topic but this is my thoughts so if you have any disagreement please add a comment.

About me

before I start this blog let me introduce myself, I am a software engineer born in India, got a CSE degree from an average college and after 4 years I am in Germany and working for a good organization.

when I say India you will imagine either a lot of people, IT engineers or scammers, which is correct, Indian education system produces more the 10Lakh engineer every year and most of them join big service based companies in India but I was not one of them, I got an offer from big MNC but I choose to work in a startup.

Lets come back to the question, and the answer is NO. coding is not enough.

so now you will be asking so what is important, should I stop practicing coding? what should I do?

Don't worry I will provide a list of things a backend software should know.

Coding is only 30% of total backend engineering. if you have an degree of CSE then you are expected to know something and it should work, so what additional things you should know?

  1. CI/CD -> Now days whenever I take interviews I always prefer people who knows how to create a build and release pipelines and TBH it is essential because if you know coding you should be able to automate the building process and deployment process. (20%)
  2. Databases -> I think you already knowing some of the databases mostly relational databases which is great but always try to learn one NoSQL database like MongoDb. I am not saying become an master just see how you connect to the database from you project and what are the popular framework you can use. (10%)
  3. Docker and Kubernetes -> Docker or containerization is not a new thing in the market but for now only DevOps are the one who knows about these things, so as a backend…

--

--