Bakul Warikoobwarikoo.hashnode.dev·Sep 27, 2023Docker: Architecture and more...Hi everyone! Welcome back to the Docker series. Today, we are going to cover the architecture of Docker. Also, we are going to see how we can install and set up Docker in an Ubuntu instance. Are you ready? Let's go!! Architecture Docker makes use of...DiscussDocker
Arthur CARLIblog.carli.dev·Sep 23, 2023June-July-August picks - A curated list of tech articles from the webHere is a list of articles about tech that I found interesting during the months of June, July and August. Enjoy! Craft / Architecting The case for server side tracking Beyond Clean Architecture and Domain Driven Design with Functional Core & Impe...DiscussThe tech monitorarchitecture
Arthur CARLIblog.carli.dev·Sep 23, 2023Early 2023 picks - A curated list of tech articles from the webHere is a list of tech articles that I found interesting during the months of February / March / April / May. Enjoy! Node.js / Typescript Express outperformed by Fastify when it comes to JSON processing Node.js 20 is out with among other things pe...DiscussThe tech monitorTypeScript
Umesh Pardeshipardeshiumesh.hashnode.dev·Sep 18, 2023Day 31 Task: Launching your First Kubernetes Cluster with Nginx runningWhat is minikube? Minikube is a tool that quickly sets up a local Kubernetes cluster on macOS, Linux, and Windows. It can deploy as a VM, a container, or on bare metal. Minikube is a pared-down version of Kubernetes that gives you all the benefits of...DiscussKubernetes
Krishna N Mehtakrishnanmehta.hashnode.dev·Sep 11, 2023Hypercube to Petaflops: A Journey Through Supercomputing EvolutionOur voyage through the annals of supercomputing history continues, and we find ourselves at the precipice of the 21st century. In this leg of our journey, we'll explore the remarkable machines that led us to the era of petaflops, shedding light on th...Discussparallelism
Chris BathProblog.bluurr.com·Sep 9, 2023Microservices - Help my data is stuck in the monolithI'm always hearing of organisations that are looking to embark on the journey of decomposing their monolith into microservices. This post explores near real-time data migration challenges from monolithic to microservices architecture. Several strateg...Discuss·44 readsarchitecture
Amr Elhewyhewi.blog·Sep 9, 2023Microservices Communication Made Simple: Exploring Mediator and Broker PatternsHello everyone! Today I'll be talking about two event-driven approaches in microservices, I'll be explaining the differences between both along with some code written in Golang explaining the thought process. Let's start. The event-driven architectur...Discuss·37 readssoftware development
Vikash Kumarvikashkumar.hashnode.dev·Sep 9, 2023Simplifying Kubernetes Architecture: A Whirlwind Adventure! 🚀Hey there, fellow tech enthusiasts! Ever heard of Kubernetes? I guess Yes. It's like the wizard of the tech world, conjuring containers and orchestrating them like a maestro 🧙♂️. In this blog, we're diving headfirst into the magical realm of Kubern...DiscussKubernetes
Abou Zuhayrblog.zuhayr.codes·Sep 5, 2023Introduction to MVVM in Android: (Day 01)The Model-View-ViewModel (MVVM) architectural pattern has gained significant traction in the Android development community over the past few years. It offers a structured approach to design and develop Android applications, ensuring a clear separatio...DiscussArchitecture Patterns in AndroidMVVM
Mayank Mudgalmayank1728.hashnode.dev·Aug 30, 2023ELI5: MVC PatternThings can become messy really fast depending upon the application you are building. That's why we have a way of building and organizing things called the MVC pattern. Here we divide the application into 3 parts: Model, View and Controllers. In one w...DiscussFlutter