
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.
Smaller solutions in my every day work. Also solving more complex problems I have encountered . If I may, reflections of my experience so far.
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…
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…
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…
The latest versions of php come with big performance improvements. However, a downside is that older code might have unexpected behaviour – as the improvement list is quite long.
I have recently taken a look through the portfolio projects on my website. It is a nice walk down memory lane, but also a misrepresentation of what I do nowadays. It is also true about content I have created a…