#javascript
Read more stories on Hashnode
Articles with this tag
What should a program do when it encounters errors? In my experience, a lot of programs hardly give any thought to this. Usually it's just the bare...
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=Sz-m3i66DZs This is an intermediate / advanced functional programming challenge I had to solve in an interview. I...
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...