Building a simple app with this excellent alternative to ReduxFor the past 6 years, React has been my go-to solution for developing web interfaces. Its concepts are simple to grasp, and I also love how it allows me to build
Christos Sotiriou
A collection of 109 posts
How to write your own strapi upload provider
One of the features that strapi comes out of the box with, is static file uploading. Strapi comes prepackaged with a module to allow file uploading to the local disk. If you are deploying in the cloud, however, you will most probably need to upload your static files.
Remembering the original Doom game
The original Doom game, some of the most popular source ports, and its legacy.
Using Streams efficiently in NodeJS
How to download and parse a file containing a few millions of entries (around 500Mbytes) and then perform operations based on the content. How to perform efficient backpressuring by leveraging NodeJS streams
Digital Experience Layer (Vodafone Greece)
The Digital eXperience Layer (DXL) is a Kubernetes middleware aimed at becoming the backbone of Vodafone Greece's digital services.
Fault Tolerance for Microservices
What is it, why you should care, and how to apply it using Quarkus.
Tips for developers during the Coronavirus quarantine
If you are used to working on-premises, you may find that adapting to working from home may have left you a bit disoriented.
Your Private CI/CD using self-hosted GitLab and Docker
Leverage Gitlab and Docker and use them as a CI/CD infrastructure It's very often that I need a deployment environment while developing personal projects. I have tried many alternatives to test, package, and deploy my solutions when developing. If
Human Aspects of Working as a Software Engineer
A small collection of cases that frequently occur when working in the field of Software.We are Software Engineers. We pride ourselves to write the most concise code, to create good architectural designs. We tend to believe that our professional
Using three of the top NodeJS Web REST API Frameworks
Javascript is full of options. And over the years, I have found myself running through the same problems over and over again and solving them each time using a slightly improved method over the last one. In this post, I am sharing my experience with a set of the most popular NodeJS frameworks.
Do you need a Computer Science Degree?
Yes, but not just for the obvious reasons.As Software Development is becoming more accessible through internet media, I see more and more places on the Internet with people asking, “Do I really need a Software Engineering (or Computer Science)
Microservices: Have you thought this through?
Regardless of the traction that microservices architectures have, there are technical areas and essential matters that you should take into consideration before developing in a microservices structure.