I love Jitsi Meet and roughly one year ago I decided to kick off a new side project that allowed me to launch my own private servers, on-demand, for every videoconference meeting with my clients, friends, and team.
[Read More]
Hacking tool for HMR on docker
Sometimes HMR tools don't work quite right when using docker on some OS (OSX) with a mounted volume. You change a file and nothing happens, it doesn't detect the change and no rebuild happens.
I’m starting a new project and I need to build the frontend for it. I decided to use Vue.js and get back to the frontend for a few days.
[Read More]
Quit Virtualenv and use Docker
Start using docker in your dev environment
Don’t get me wrong, I really like virtualenv and it’s pretty useful in some scenarios. But sometimes you have to deal with OS dependencies and that forces you to install new packages and it can get a bit messy in some scenarios.
[Read More]
4 Steps to creating a basic development environment
Recently I was asked to help out and organize a small group of programmers to improve their (non-existent) workflow.
[Read More]
How to publish a website
What do you need to know and do to create a website
Overview
[Read More]