1 follower
A blog about development, frontend tips & web's modern capabilities 💻
Subscribe to my newsletter and never miss my upcoming articles
Like certainly many of you, I am unfortunately confined for an indefinite period in order to reduce the spread of this terrible coronavirus. Moreover, the project I'm working on at Decathlon has just gone into standby and so I now have before me a ve...
Who has never been copying paste a piece of code in a simple notebook? Built with Electron & Vue.js, Code Notes is the open source & free solution to easily organize and find your snippets & Github gists! Today, through this article, I would like to ...
Who has never been in front of a JavaScript code w/ a WTF effect in certain situations? In this series of articles, we will return to basics by discovering the essential concepts of JavaScript. Today, we will talk about hoisting. "Hoisting", what?! B...
Who has never been in front of a JavaScript code w/ a WTF effect in certain situations? In this series of articles, we will return to basics by discovering the essential concepts of JavaScript. Today, we will talk about variable scope. The var keywor...