top of page


Microservices Architecture | Ultimate Guide
Over the last decade, web applications have grown to host millions of users and produce terabytes of data. Users of these applications...
7 min read


Introduction to serverless databases
Serverless is a new paradigm in which servers operate on a more automated level, freeing developers from the time and effort of managing...
4 min read


Two lines of CSS that boosts 7x rendering performance!
I'll jump directly to the two line of css that you need to add to improve your performance by approx 7x: { content-visibility: auto;...
2 min read


Why is a senior engineer… senior?
What makes one become a senior engineer? Although you might think that it depends on your technical skills, let me tell you that you...
2 min read


What is a Service Mesh?
A Service Mesh is a system that carries the requests and responses that microservices send each other. This traffic ultimately travels...
5 min read
bottom of page