#100DaysOfCode is a great engagement to revise some of the concepts that are basic, but externally important. Today, I spent time on revising JavaScript's equality operators and methods. Thought, why not to write about it?
Traditionally JavaScript p... (more…)
Read more »
Functional programming is an awesome tool to have in your arsenal, since it will at least: (more…)
Read more »
Svelte is a set of tools to develop Javascript applications (yet another new JS framework). It is a direct competitor of React or VueJS. After having tried it, I confirm that this project is to be followed with interest. (more…)
Read more »
This is for those familiar with the basics of JavaScript and looking to advance their knowledge and really understand how the language works. We'll cover topics that are essential to help you read, understand, and write better code. Before starting, you s... (more…)
Read more »