There are great tools around to manage your k8s resources and probably the most important is Helm! Read through this https://helm.sh/docs/topics/chart_template_guide/. Very helpful to clearly understand template engine, especially when will
TL;DR AWS EKS is way behind what Google Cloud provides. Details We are dealing with kubernetes in the cloud already 4 years but on Google Cloud. Recently client asked to
Why Do We Need User-Friendly Designs and How to Create them? The most essential feature of any product, be it a service or an application, is user-friendliness. The same can
A quick introduction. So, what is React Native? React Native lets you build mobile apps using only JavaScript. It actually produces just native mobile app and has very similar syntax
MySQL can create composite indexes (that is, indexes on multiple columns). An index may consist of up to 16 columns. For certain data types, you can index a prefix of
Pipes No need to have ugly nested calls or chains – just pipe the data through functions. Patters on function calls You do not need to have conditions within the
What I was busy with these two weeks So darlings… Let’s sum up. I know, I know… I want to summarise in the beginning. So I am… All these two
tl;dr Logically ECS Cluster is a virtual unit which got computing resource attached to and receives tasks to schedule. Technically ECS Cluster is nothing but service running on regular EC2 instances. Some
TLDR; Two main rules to Domain Driven Design: do not share models (and data) keep your business logic away from view and infrastructure Do not share models It is better to
One needs to have events in place for two major reasons. Scale organisation Domains can only grow without being blocked only when they can have a channel to monitor each other without