
A modern Vue 3 application for showing TV shows information
We will use Typescript, Vue 3, vite, pinia, cypress and other fancy things to create an app which will consume the TVmaze API to display movie information.
Articles shown in the homepage
We will use Typescript, Vue 3, vite, pinia, cypress and other fancy things to create an app which will consume the TVmaze API to display movie information.
Finding an efficient workflow is not as easy as one would expect. For me it’s been years and trying, searching, applying suggestions. It’s still an ongoing process, sure, but I have reached a point where I am happy with the…
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 try.
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. Therefore, in the following article we will try to find…
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 us the opportunity to polish the website creation process and…
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, mainly for personal usage.
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 meaning, one which would be self-explanatory, for which you needn’t…
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 my hands dirty, I have decided to try Debian –…
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 small resource requirements, simplicity and security.
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…