#beginners
Read more stories on Hashnode
Articles with this tag
https://www.youtube.com/watch?v=MsqQCfq5xNY Programming principles tell us that naming in code is important. This article aims to be a complete...
In this post we'll look at how to make a simple carousel with HTML, CSS and JavaScript. We will use good code practices, keep accessibility in mind...
This article is the beginner's introductory guide to programming principles. First we're going to examine what good code is. The qualities of good...
https://www.youtube.com/watch?v=LfEMBnUrMuU Code units at the edges of your application should be small, independent and only do one thing. This is a...