Modernizing the internals of an old notes taking app
Many years ago I worked on a PHP based notes taking app named after a friendly cat in our family back then. I still use it from time to time, but because it’s obsolete, time has come to give it…
Many years ago I worked on a PHP based notes taking app named after a friendly cat in our family back then. I still use it from time to time, but because it’s obsolete, time has come to give it…
I was recently asked to help with creating a form to submit certain tax redirections for a non-profit organization.
Lumen is the younger brother of Laravel. It is supposed to be faster and it is especially designed for building APIs. With this project, we aim to create a JSON API which will also provide OAuth support, mainly for using…
Nowadays there are quite many tools out there to help the process of developing apps. To easily manage them, I decided to go with a docker-compose approach on a VPS running ubuntu.
In an effort for setting development tools in the most economical way (and also learn stuff about as much as possible), I am now trying to install docker-compose on a fresh Ubuntu 18.04 instance. At the end, an nginx is…