Open source

Deployment

Deploying an app with independent Django backend and React frontend with Netlify

Having your own services for frontend and backend is really great for development. But it’s also hard in terms of deployment.

Read
Crawling

Web Crawling with node.js and cheerio

You want to get started with web crawling in node.js? Cheerio is a popular choice because of its similarities with jQuery.

Read
Testing

How to use Selenium with Zalenium on your Mac

Getting started with using Zalenium to reach a new level of automating and recording your selenium tests on your MacOS.

Read
Docker

Setup your local Parse.js server with Docker Compose

Even if you have already some good experience with docker and docker compose, like i do, you can sometimes have a hard time setup a new service. In this short article i want to give you a quick gist to setup your local Parse.js server with docker-compose.

Read