DTCode

DTCode

Follow
Follow
homeAboutbadgesnewsletter
Tag

Beginner Developers

#beginners

More content

Read more stories on Hashnode


Articles with this tag

Quick tip: Improve your code blocks with a language tag

Dec 6, 20203 min read226 views

Today I learned something very useful about code blocks on Hashnode (and it probably works on other blogging platforms too) that I immediately wanted...

Quick tip: Improve your code blocks with a language tag

Avoid using ELSE, write a better code

Nov 13, 20205 min read243 views

At the beginning of our career, every developer learns the if else conditionals and immediately start using it everywhere. I would say it is normal...

Avoid using ELSE, write a better code