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…
Recently – rather recently, as it has been happening around me for a few years now 🙂 – I have felt the benefits of automating repetitive tasks, build processes, using CI/CD pipelines. Even if not necessarily in my field of…
This article is about cristidraghici The content is about taking it from the form of a basic git project with many manual actions – yes, old is not a good word, maybe classic is a better one – to one…
Some time ago, after an (un ?) fortunate chain of events, I got my hands on an Alcatel Pixi 8079 – which has really-really low performance. This is why some of the preinstalled apps need to go. The problem is…
The following code seems like a nice approach to remove property from a javascript object without mutating it const removeKey = (data, key) => { return {...data, [key]: undefined} } Source:
MediaWiki is growing on me more and more as far as organising information to share between the members of a team. Sure, it has downsides which are rather obvious (e.g. maybe complicated to update), but all in all it is…
On my development server, while trying to access Jailkit Jail Manager in Webmin, I stumbled upon the error above: “Perl. Can’t locate Config; (and some more details). Obviously, Jailkit was not working.