So what are some things that make you a bad Software Engineer?
My name is Christos Sotiriou. I am a Software Engineer & Team Lead. I build cool stuff.
3 Reasons Why You Are Not Yet A Good Software Engineer
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
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.
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
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.
Goodbye iOS... Hello Web development
The last year has been one hell of a year for me. After eight years of full-time iOS development and 11 years of developing for Apple devices, I decided to move on to something new that I have wanted for
Speed up NodeJS server-side development with Webpack 4 + HMR.
When webpack 4.0 came out, I decided to migrate my codebase implementing webpack for the frontend to webpack 4.0. One thing I hadn’t invested time to do however, is to enable HMR in my backend code. I
8 months with Texture (a.k.a. AsyncDisplayKit)
I have to admit that I love React & React Native. I began using React in 2014, and React Native in 2016. I loved RN not because of its cross-platform mechanics, but for its pragmatic approach when designing user interfaces