Using the Context API in a React/Typescript project
The Context API is quite trendy these days and people say that it might even be good enough to replace redux. In the following lines, we will give it a…
The Context API is quite trendy these days and people say that it might even be good enough to replace redux. In the following lines, we will give it a…
Throwing resources at a problem is rarely the right solution. Having a very powerful server waiting to process updates you might do once a week basically translates to wasting money.…
A lot of people love Gnome. It hasn’t clicked with me so far, but probably I did not give it a proper chance. It’s time to do that.
It is already a long time since I wanted to have some hands on experience with kubernetes.
Even if programming is still needed, it is not anymore the main hurdle when creating a new website. Nowadays we have many-many other platforms and content management systems, which give…
Recently, because of the fan activity/noise, I have been tempted to try some monitoring tool. I was pleasantly surprised by Fanny.
With the come of spring, new OS versions and more knowledge about Linux, I think time has come to make another tutorial about how to setup a small hosting server,…
Naming variables has always been a source of debates around developers. The general idea is that you should pick a name as short as possible, but long enough to provide…
As my adventure with using Linux goes on and on, I am learning about advantages and disadvantages of distributions, desktop environments and window managers. Mainly for curiosity and for getting…
For the old hardware, I would much rather find new ways to use it, rather than just throwing it away. The Alpine Linux is a non-comercial distribution known for its…
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…
Online security should be a constant concern for all internet users. One important rule is to use different passwords with each of your online accounts. Other rules could be to…