As you become fluent in writing code in a particular language, you will start noticing blocks of code written over and over. Writing the same code can be tedious and take the focus away from organizing and creating your project. A solution to this problem is using snippets...
The ECMA2017 (ES8) version of JavaScript consists of many new features to help you write cleaner code. The features we will go over in this article are...
I recently read A Mind for Numbers by Barbara Oakley, Ph.D. I learned a lot about how the brain works when learning new material and many great tips on effective and ineffective studying....
I recently came across a great tool to have in your tool belt. If you are a Web Developer wanting to deploy your static web projects online for the world to see, you need a way to complete this task...