MNMd Nazmus Shakibinnazshakib.hashnode.dev·Feb 17, 2023 · 3 min read5 simple tips for writing clean codeIf you write a program but other's developers do not understand it then there is no point in writing such a code. Because no one wants to continue a project with a messy code base. Also if you want to scale a project later on, it will take so much ti...02RM
MNMd Nazmus Shakibinnazshakib.hashnode.dev·Jan 16, 2023 · 2 min readHow do I resolve bugs/errors in coding?Solving errors/bugs is the daily work of a developer. No one does perfect coding. Beginners often get nervous when they get errors, sometimes they give up. Here I have tried to share some steps on how I usually solve any error or bug. First of all, ...00