Category: JavaScript

JavaScript has become one of the most popular and widely used scripting languages in recent years. Through Node.js JavaScript has also found its way into server-side programming and through the countless front-end frameworks such as Vue.js, React.js and AngularJS it is very popular among most web developers!

You can now take your chance and learn more about the exciting scripting language through the numerous articles about JavaScript.

You're interested in JavaScript?
Then subscribe our newsletter!

20 Best VSCode Extensions to increase your productivity!

VSCode (Visual Studio Code) is a very widely used and free code editor. With countless VSCode extensions you can program in any language and much […]
Read more

Progressive Web Apps: How to create your own PWA

A Progressive Web App (PWA) is a form of mobile application that features fast load times, offline functionality, and an optimized user experience. As a […]
Read more

Building JavaScript Real Time Charts and Graphs: A Step-by-Step Tutorial

Create dynamic and engaging data visualizations with JavaScript Real Time Charts and Graphs. Follow this step-by-step tutorial to learn how to build them from scratch […]
Read more

How to build Vue.js apps without Node, Webpack, npm, build tools or CLI

I love Vue.js and for larger applications the development with Node.js is quite feasible. However, if you want to build a “normal” website it’s often […]
Read more

RegEx Validation: Cheatsheet of the most common regular expressions for validation (+ HowTo)

Regular expressions are often used to validate user input. These are repeated when validating the same input. Therefore I have created a list with the […]
Read more

WordPress: Pass PHP Variables to JavaScript

WordPress provides a simple, secure and fast way to pass arbitrary PHP variables to a JavaScript file.
Read more

JavaScript Arrays – JS Array Functions Explained (Cheatsheet)

JavaScript arrays are list-like structures, can store data and are necessary for almost every program. I explain the most important JavaScript array functions here.
Read more

Programming Reading Position Indicator (CSS & JavaScript)

The Reading Position Indicator is a bar on your website that shows how much the visitor has already read of your content – and you […]
Read more

How to use Ajax in WordPress: The right way (+ Example)

With Ajax you can exchange data with a server without having to reload the page. I’ll show you how to use Ajax correctly in WordPress […]
Read more

Rest API Testing with Postman: An Introduction

Testing of Rest APIs is one of the most important tasks in application development. A good strategy of approach can detect many errors before the […]
Read more

How to integrate Google Analytics into your Vue.js App

Google Analytics is a free tracking tool to analyse your website visitors – this is also possible in Vue.js Apps. Here you can find out […]
Read more

JavaScript Speech Recognition – A Voice controlled ToDo List

With the JavaScript Speech Recoginition API you can implement quite simply ingenious functions that can quickly make native apps look old. This article will show […]
Read more

Double Opt-In in Node.js: Sending User Confirmation Emails

The double opt-in procedure has established itself as the standard for all types of registrations on the Internet in recent years. I will show you […]
Read more

Detect tab changes in the browser: JavaScript Blur & Focus

By detecting the tab change in the browser you can conjure up some cool functions. And you can find out how to do this here!
Read more

How to integrate Matomo into your Vue.js application

Matomo allows us to perform analysis and tracking under privacy protection. Matomo is also easy to integrate into Vue.js. I will show you how it […]
Read more

Convert jQuery to Vanilla JS – with AI! (Cheatsheet & Workflow)

Moving from jQuery to JavaScript offers several advantages. Besides removing dead code, you can also increase your website speed for SEO.
Read more

Node.js tutorial for beginners: Learn the basics of server-side backend development

This Node.js tutorial is aimed at absolute beginners who want to learn how to program with Node.js.
Read more

Programming a game with Vue.js? – Of course!

Programming multiplayer games is a dream for many! I will show you with a practical example that you can develop a multiplayer game with Vue.js.
Read more

Vue.js Login System with Vuex & Axios

In this article you will learn how to create a complete Vue.js login system with Vue.js, Vuex and Axios.
Read more

Node.js Login System with Express, JWT & MySQL (Authentication)

In this tutorial we build a Node.js login with Express, JWT and MySQL – a very simple, but powerful Authentication. You can then connect this […]
Read more

Vue i18n: How to translate your Vue.js App with vue-i18n

Multilingual Vue.js Apps? No problem! In this tutorial you’ll learn how to use the Vue i18n library to translate your Vue App.
Read more

Programming JavaScript Equalizer

Simply as a design element or functional, this equalizer is a real eye-catcher! Here I explain to you how you can program this equalizer yourself […]
Read more

Test AdBlocker (Adblocker Detection Script)

Do you want to test your AdBlocker or check if your website visitors have activated an AdBlocker? Then you’ve come to the right place!
Read more

Program your own WYSIWYG editor – with HTML, CSS & JavaScript

Are you annoyed by missing or unnecessary functions in WYSIWYG editors? No problem! Here I show you how to create your own fully functional WYSIWYG […]
Read more