7 minMicroservices Architecture | Ultimate GuideOver the last decade, web applications have grown to host millions of users and produce terabytes of data. Users of these applications...
4 minIntroduction to serverless databasesServerless is a new paradigm in which servers operate on a more automated level, freeing developers from the time and effort of managing...
2 minTwo 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 minWhy 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...
5 minWhat 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...