Latest Articles & Tools

Pure CSS Loader Generator
Resource

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.

Open Resource
Next.js Web App Template
Template

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.

Open Template
Next.js Blog Template
Template

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.

Open Template
How to craft appealing websites
Article

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...

Read more
JavaScript Array Functions Cheat Sheet
Article

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.

Read more
Creative Hover Effects
Resource

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.

Open Resource
Websites For Inspiration
ArticleUpdated:

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.

Read more
Animated CSS Background Generator
Resource

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.

Open Resource
The best note taking apps for developers
ArticleUpdated:

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…

Read more
How to toggle an array item with Javascript in React State
Article

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…

Read more
Widget based website with dynamic Vue.js components
Article

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…

Read more