JavaScript tricks for every developer

Posted on February 2nd 2022 in JavaScript

JavaScript tricks for every developer

With JavaScript, the most popular programming language for web development for both front-end and back-end, you can do (almost) anything these days. There are countless frameworks that allow you to write web apps quickly and easily. To make it even easier (read: clearer and more maintainable), I've listed some of my favorite tips & tricks here.…

Read more…

Shorthand logging in JavaScript

Posted on November 21st 2020 in JavaScript

Shorthand logging in JavaScript

It often happens that we use the JavaScript console for debugging and want to log variables. However, I noticed that a lot of people are not yet aware of how we can do this in a fast way, with a shortened notation.…

Read more…

Edit every web page

Posted on July 12nd 2020 in JavaScript

Edit every web page

Sometimes it happens that you quickly want to change the content of a website that's already online. Normally you should modify the page offline and re-upload it, but there are use-cases you just want to do it directly.…

Read more…

  • Previous
  • 1(current)
  • Next