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

What is CI/CD? Definitions, concepts and CI/CD tools at a glance

What do the terms CI/CD, CI/CD pipeline, CI/CD tools and DevOps mean? In this article you will get a comprehensive explanation of all the terms, […]
Read more

Docker vs. Virtual Machines (VMs): Understanding the Key Differences

Docker vs. virtual machines: What’s the difference between Docker and a VM? What do they have in common, and when should you use which virtualisation […]
Read more

30 awesome CSS Background Patterns (Collection)

With these 30 CSS Background Patterns you are sure to find the perfect background for your app or website.
Read more

TOP 20 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

Password Manager: Keep your passwords safe (tutorial)

Would you like to use a password manager to keep your passwords safe, simple and digital instead of writing them on a piece of paper? […]
Read more

ChatGPT and AI in software development (best practices)

The importance of integrating artificial intelligence (AI) into software development has increased in recent years. ChatGPT serves as a key exemplar of this technology. This […]
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

2-Year Ezoic Review: My Experience with AI-Optimized Ads and Improved User Engagement

Find out if Ezoic, the full-service platform, which uses artificial intelligence to serve ads and improve user experience, is really as simple and effective as […]
Read more

Set up Security Camera Livestream on Raspberry Pi (with USB webcam)

Security camera livestream with a Raspberry Pi? Of course! With a few tools it’s very easy and works great. Security cameras are often very expensive […]
Read more

Setting up VPN with DynDNS on the FRITZ!Box

VPNs are more popular than ever. But did you know that you can also use your FRITZX!Box as a VPN server? In combination with DynDNS, […]
Read more

Building JavaScript Graphs & Real Time Charts: Step-by-Step Tutorial

Create dynamic and engaging data visualizations with JavaScript graphs and real-time charts. Follow this step-by-step tutorial to learn how to build them from scratch and […]
Read more

CI/CD in Plesk: Deploy Node.js, React, Angular, Vue & Co. automatically

With Plesk CI/CD, you can automatically deploy Node.js, React, Angular, Vue and other technologies to the server. In this article, I’ll show you how Plesk […]
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

15 beautiful CSS Forms

CSS Forms should not only serve their practical purpose, but can also look very nice on the side! A list of very descriptive forms can […]
Read more

Install Twitch App on Samsung TV – Here’s how!

Samsung currently does not offer an official Twitch app for Samsung Smart TVs. However, there is a way to install a Twitch app on a […]
Read more

Adding WordPress Admin Bar Item (incl. Icon)

Here you will learn how to add your own Items to the WordPress Admin Bar with just a few lines of code and customize them […]
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

Add WYSIWYG editor in WordPress comments (without plugin)

By default, WordPress comments can only be written as plain text. I’ll show you how to add a WYSIWYG editor so visitors can format their […]
Read more

Indispensable: The 9 best WordPress plugins (all free!)

The free CMS WordPress officially has almost 60,000 plugins. But which WordPress plugins do you really need? I present you 9 free WordPress plugins that […]
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

Git SSH Keys: Use private GitHub repository (clone, push, etc.)

To work with a private GitHub repository you need an SSH key to authenticate yourself to GitHub. You can learn how to set this up […]
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