Title: Building Scalable Infrastructure: A Guide for CTOsIntroduction: As technology continues to evolve at a rapid pace, the need for scalable infrastructure is more critical than ever. As a…Nov 28, 2023Nov 28, 2023
Fullstack Apollo+React GraphQL setupIn my recent commercial greenfield 🍏 project we decided to use GraphQL. The main reasons why our decision shifted towards it:May 14, 2022May 14, 2022
[Part 2] How to setup ECS for a scalable web applicationThis is part 2 of a series How to deploy a scalable web applicationNov 14, 2021Nov 14, 2021
[Part 1] How to deploy a scalable web applicationToday I will be writing a series consisting of three parts explaining how to deploy a scalable web application through Github Actions to…Oct 24, 2021Oct 24, 2021
Message queues — what are they?To understand what messaging queues are we first we need to understand how services usually communicate with each other. There are…Oct 16, 2021Oct 16, 2021
What is API-Gateway and when is it needed?So what is this mythical API-gateway? Sounds like some mumbo-jumbo phrase programmers use to throw people off.Oct 9, 20212Oct 9, 20212
React hooks and why should they get you “hooked” ?You must have heard about React hooks by now. They let you use state and other React features without writing a class.Apr 17, 2021Apr 17, 2021
React with TypeScriptI have been coding with React for over 5 years now. At first when I started I always felt like something was missing. React itself doesn’t…Apr 10, 2021Apr 10, 2021
React’s Higher Order Components I use the mostI have already written an article explaining what Higher Order Components (HOCs) are and about the advantages they offer. If you’re new to…Apr 3, 2021Apr 3, 2021
Server-side rendering in ReactOriginally when Single Page Applications weren’t a thing every page was a different HTML returned from a response to a HTTP call. Either a…Mar 29, 2021Mar 29, 2021