I get a ton of questions regarding the coding books I read to my 15 month old son, specifically on my Instagram.
Since I have purchased quite a few, here are my top 4 coding book suggestions for babies/young kids:
A great introduction to basic coding and web concepts for children in the form of the alphabet!
Introduces basic coding concepts in an engaging &easy-to-understand format. My favorite part about this book are the flaps — introducing a concept on the outside with a definition underneath.
Teach young children the basic programming skills and concepts necessary to code, including sequencing and loops, without a computer.
Since this book is more complex, I would recommend it for ages 4 & up.
This book introduces STEM topics in a developmentally appropriate way.
There were many updates brought by ES6. One of the Syntax updates introduced was the concept of declaring variables with let andconst instead of var
To understand whylet & constwere introduced, we must first understand how var works & the concept of hoisting → That being said, here are the 5 questions we will cover in order:
I recently passed the AWS Solutions Architect Associate Exam and would like to share some of the resources I used to study for the exam. I used 2 different online courses to study, did the labs included with those courses, & took a few practice tests.
Background: My goal when studying was to really understand and be able to use what I learned on the job. I currently work as a web developer so I do...
What is Binary?