webdeasy.de — Backend-Development, DevOps & Co.

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 generate Git SSH Keys (Windows, Mac & Linux)

In this tutorial, you will learn step-by-step how to generate, set up and store a Git SSH key for repository cloning.
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

15 genius CSS Hamburger Menus (+ animations)

Responsive web design has long been standard on the web. Almost every website has a menu on mobile devices, which is mostly realized by a […]
Read more

Website Security: 11 Steps to protect your Website from Attacks

At this very moment, countless websites become targets of hacker attacks. Often, uninstalled updates and ignorance are to blame. What you can do to prevent […]
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

Windows: (S)FTP Server as a Network Drive (with Drive Letter)

You want to manage files on your (S)FTP server, but the normal Windows network drive can’t do many functions? I’ll show you a free tool […]
Read more

20 Basic Linux Commands for Beginners (+ Explanations)

New to the Linux world and no idea which commands you need for what? Then you are not alone: All beginnings are difficult, but here […]
Read more

60 CSS Loader (Loading animations & Spinner)

Looking for creative and inspiring CSS Loaders to bridge website wait times? Our selection of the most innovative CSS Loading animations and Spinners is 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

8 Free SEO Tools for your SEO/search engine optimisation

In this article, I’ll show you 8 free SEO tools that will help you with your search engine optimisation – completely free!
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

30 HTML 404 Page Template Inspirations

When you call up a page that does not (or no longer) exist, you are redirected to 404 pages. But this is not directly bad, […]
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

15 useful WordPress Code Snippets to improve your website!

WordPress Code Snippets can replace plugins, as plugins often make your site slow and often include too many features. With these 15 WordPress Snippets you […]
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

How the Domain Name System (DNS) works – Basics

DNS stands for Domain Name System and is one of the many systems that have been labelled as complicated. The concept is as simple as […]
Read more

How to create a Table of Contents in WordPress (without plugin, my free code)

A table of contents for WordPress posts and articles is a clever thing. Visitors have a quick overview, SEO benefits and chic design really enhance […]
Read more

Google AdSense FAQ: Explaining the Basics (Ultimate Beginner Guide)

Google AdSense is one of the best known advertising services on the Internet and is therefore the first choice for many. There are many questions, […]
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

Most important HTML meta tags at a glance

Every website has HTML meta tags in the head section that describe properties of the page. Many of them are mandatory, others are great features […]
Read more