The ABC of getting your own website up and running
Even as a developer, from time to time you might get confused about the exact steps to take when you what to register a domain and create some hosting for it, with minimal costs.
Smaller solutions in my every day work. Also solving more complex problems I have encountered . If I may, reflections of my experience so far.
Even as a developer, from time to time you might get confused about the exact steps to take when you what to register a domain and create some hosting for it, with minimal costs.
For a couple of years now, I have been using Docker for development. It is an amazing tool which highly improves the developer’s job. However, it does not make very good friends with Windows Home, which was the OEM operating…
The Great Suspender is a plugin which promises to lower the memory usage for the chrome browser, when many tabs are open. In short, whenever a tab is not used, it changes into a “suspended” state.
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.
It appears that though very popular, RVM overrides the cd shell command, which could lead to unexpected behavior.
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…
Any server should have backup setup – first obvious statement. Backups should be located outside the server being backed up – second obvious question.
Having your name or your company’s name next to HTTPS in the browser is done by using the EV (Extended Validation) Certificate.
The following code seems like a nice approach to remove property from a javascript object without mutating it: Source: