Recently, I worked on a task of adding a time zone feature to the JavaScript calendar library managed by my team. I pretty well knew that… (more…)
Read more »
In principle, JavaScript is a very dynamic and interactive programming language. However, that has changed significantly in recent years. Now, modern web development requires extensive build and compilation steps. That is unfortunate for two reasons. Firs... (more…)
Read more »
Tom Preston-Werner (co-founder of GitHub, board member at Netlify) joins the party and brings his new, opinionated, full-stack, serverless web app framework with him. Will Redwood help usher in the future Tom predicted back in 2018? We discuss that and a ... (more…)
Read more »
In this full game development course you will learn how to use JavaScript to program a side scroller game that is not like Mario Brothers. It is similar to t... (more…)
Read more »
Any time we need to run the same code multiple times for a set of data, and don’t want to just repeat the code over and over again, a loop is a perfect option. There are multiple types of loops, all of which accomplish a similar function but that go about... (more…)
Read more »