Software development articles (Laravel, Vue, PHP, Javascript, Typescript)... (more…)
Read more »
In this tutorial we're going to see how to create an Infinite Scrolling effect using JavaScript. Source Code: https://codepen.io/FlorinPop17/pen/RwwvKYJ Load... (more…)
Read more »
Software developers produce code and introduce bugs, not intentionally, but they do. (more…)
Read more »
I was doing code review for a coworker yesterday, and it soon became obvious that he used a linter and that the linter gave him a bright idea: use strict comparisons. Using strict comparisons is a great rule to follow. === instead of ==, !== instead of !=... (more…)
Read more »
Over a month ago we have introduced Quokka.js — the Live Scratchpad for JavaScript in your editor, with access to your project’s files… (more…)
Read more »