The article is originally posted on my blog - catalins.tech. You usually find me hanging there or on my Twitter.
There are countless resources to learn JavaScript, and that is both a bad and a good thing. The good thing is that we have many options t... (more…)
Read more »
Here's how to make a simple carousel slider with HTML, CSS and JavaScript. We use good code practices, make it accessible and discuss testing. (more…)
Read more »
Whether it's a new button, new page or even route to new functionality, applications are all about features. We build them so th...
Read more »
Logical operators are important in JavaScript applications. We constantly need to compare variables and do something based on that comparison. If some comparison is true, take path A; if it’s false, take path B. If we don’t understand the order of precede... (more…)
Read more »