
News, Resources and Articles, Templates about Web-Development
Latest Articles & Tools


Pure CSS Loader Generator
A code generator that helps you to create simple CSS spinners. You can choose between four different types of CSS spinners and customize them by adjusting the settings.

Coding your own AI in 2023 with fastai
This is a guide, which focuses on the critical parts of the fastai course. I'll cover how to set up the ecosystem and how to create, train and deploy an AI model.

Next.js Web App Template
A template to quickly set up a web app or SaaS. It includes the basic authentication logic using MongoDB as well as password reset logic with nodemailer.



Next.js Blog Template
This is a simple blog template to quickly get started with writing. It has a clean design and provides a lot of flexibility.








How to craft appealing websites
When I started developing websites I never knew where to start, when creating a new one. Over time I came up with a process that helped me not only getting started, but also making the websites...

JavaScript Array Functions Cheat Sheet
A Cheat Sheet to quickly find all functions that can be executed on a JavaScript Array. It includes a quick explanation, the syntax, an example, and the browser support.

Creative Hover Effects
A collection of six creative hover effects for your inspiration. All of the effects are available on Codepen for easy copy-pasting.


Websites For Inspiration
Need some inspiration for your project? With this list of 23 websites, which you can check for inspiration, you'll never run out of ideas for your website again.






Animated CSS Background Generator
With this tool you can quickly create and customize animated CSS backgrounds for your website. It includes a total of three different pure CSS animated backgrounds.


The best note taking apps for developers
There are tons of note taking apps out there. But which ones are best suitable for developers? In the following I'll introduce three note taking apps for developers with good code support. + Available for: Mac, Windows, Android, iOS + Nice Code editor with a…

How to toggle an array item with Javascript in React State
In this short article I will demonstrate how to write a function to toggle array items with Javascript and inside of React state. First of all let’s have a look how to toggle an array item with Javascript (ES6): This function will get an array and…

Widget based website with dynamic Vue.js components
In this post I will explain how to generate a webpage using dynamic Vue.js components. This could be the foundation of a CMS based on Vue. The finished project can be found here First of all install the vue-cli if you havent already. To do so open…