A Guide To Self-Hosting Web Apps On Ubuntu Servers
In this article, I will share a step-by-step guide on how to deploy and serve a web app to an ubuntu server. This applicable for any web app that runs on a port.
Read moreIn this article, I will share a step-by-step guide on how to deploy and serve a web app to an ubuntu server. This applicable for any web app that runs on a port.
Read moreA 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 ResourceThis 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.
Read moreA 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 TemplateA tool to generate the CSS for a customized blur background. Afterward, you can easily copy the code and use it on your website.
Open ResourceA Next.js template for a twitter-like blog. You can write in markdown and upload images and videos.
Open TemplateThis is a simple blog template to quickly get started with writing. It has a clean design and provides a lot of flexibility.
Open TemplateIn this post, I will show how to set up debugging for Javascript in VS Code for Node.js and for React in Firefox or Chrome...
Read moreA curated list of websites that offer collections of free icons.
Read moreA Cheat Sheet to quickly find all functions that can be executed on a JavaScript Object. It includes a quick explanation, the syntax and an example.
Read moreQuickly get the HTML and CSS for a customizable menu. It will be responsive and it turns to a burger menu on mobile, completely without JavaScript.
Open ResourceIn this part, we're creating a DynamoDB. Then we create a Lambda for creating, reading, updating, and deleting entries in that database. And last we create...
Read moreIn this part we're going to add CloudFront to deliver our website content with low latency to the user. Afterward, we'll add a domain with HTTPs for our website...
Read moreIn this series, we're creating a serverless stack using AWS. In this part, I'll show how to serve a static website through an S3 Bucket and how to deploy from your local machine...
Read moreWhen 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 moreA 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 moreA collection of six creative hover effects for your inspiration. All of the effects are available on Codepen for easy copy-pasting.
Open ResourceHandling state, which comes from the server can really cause some headaches in React. There is a lot you have to think about when dealing with asynchronous data, like updating, caching...
Read moreNeed 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 moreA collection of customizable CSS section separators, with the possibility to easily copy the code.
Open ResourceI found myself often copy pasting code from other projects when starting new projects. This is why I created a Yeoman generator, which setups a nextjs project with styled components...
Read moreSometimes it makes total sense to build an old fashioned static website. It can be not only faster, but also simplier than throwing in a full JavaScript framework just to build a website with only a few pages...
Read moreA curated list of websites where you can get creative backgrounds for your websites.
Read moreSpice up your next project with beautiful illustrations from these websites.
Read moreWith 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 ResourceThe best way to learn web development is by practice. But when you get started you might feel lost. There are just so many things to learn, which makes it hard to choose the right project to get started. In the following I'll share some…
Read moreThere 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 moreIn 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 moreIn 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