AAAnkit Agarwalinagarwalankit.hashnode.dev·Sep 6, 2021 · 3 min readT shaped individualI receive a lot of questions on how to master multiple programming languages, what to prefer, in which order to start, etc. While these questions make perfect sense, it is important to determine the motive behind these questions. Learning a lot of p...00
AAAnkit Agarwalinagarwalankit.hashnode.dev·Sep 1, 2021 · 2 min readMicroservices Design pattern: SidecarAs we move monolithic applications to microservices or develop microservices for new requirements, the suite of services keeps growing. There are multiple requirements that are common to each of these services such as configuration management, monito...02KC
AAAnkit Agarwalinagarwalankit.hashnode.dev·Aug 22, 2021 · 2 min readMicroservices: Design patternsMicroservices are like a hot cake today, most organizations are shifting monolithic applications to microservices. This involves a lot of refactoring efforts, testing, and releases. With so many resources and costs being incurred, it's important to d...00
AAAnkit Agarwalinagarwalankit.hashnode.dev·Aug 16, 2021 · 5 min read12 Factor AppWith the advent of microservices, there is a constant need to think about how to manage a huge number of apps, repository management, DevSecOps, independent deployments, resiliency, scaling, tracking, and monitoring. 12-factor app is a set of guiding...03PNF