I am doing this. I have 25 days left to Christmas. This year I am kicking off my cloud-native-mas, inspired by #javascriptmas drive by Scrimba. Here are the numbers: 25 days left to Christmas 510 pages left to study from the book Cloud Native Spring in Action 20 pages / day I will blog about my progress every day. I am …
Read MoreChapter 2 had 3 main parts: The 15 factors for building cloud native applications. The hands-on exercise to design, develop, and deploy the first service in the system, the catalog-service. The system requirements and architecture. It then provided an overview of all the concepts and technologies that will be covered …
Read MoreChapter 1 is Introduction to Cloud Native. In this chapter I learned: Cloud native is an approach to software development which involves designing, developing, and deploying distributed systems in the cloud, in a way that takes advantage of the cloud. It aims to achieve scalability, resilience, agility, and lower cost. …
Read MoreIn chapter 0, i.e. all the pages before chapter 1 of the book, here are my key learnings: This book is full of useful information. I will learn plenty reading it. This book is about system design. It is system design in action. I will design a system, develop, and deploy it. It has 16 chapters. I would like to study …
Read MoreCloud Native Spring in Action in 16 Days
Nov 14, 2023 · 1 min read · spring cloud native spring cloud kubernetes backend system design job ready ·I will finish reading the book Cloud Native Spring in Action by Thomas Vitale by the end of November. Why: I will learn a lot about my profession by reading it. I got KCNA-certified so that I could read through it more easily. It will help me gain the experience for the system design interviews I am preparing for. I …
Read MoreMany software developers and even authoritative voices in the software industry use the terms cloud native and microservices interchangeably. While studying with the excellent book Cloud Native Spring, I decided to dig deeper into the differences between those two approaches. The experienced Thomas Vitale emphasizes …
Read MoreBootstrapping Microservices
Jul 23, 2023 · 1 min read · microservices book book review javascript cloud native project technical editing ·Today I finished reading and working through the awesome book Bootstrapping Microservices, by Ashley Davis. What I accomplished: I build the complete FlixTube application along the way. This helped me solidify my hands-on experience with a rich list of technologies: JavaScript Node.js Express Docker Docker Compose …
Read MorePractice React Basics The last section of Module 11 is all about practicing React basics. Things I looked at: Lazy state initialization: It's when you pass on a function as the initial value of the state. The function only runs once. split('\n')[0] to get the first line from a string. Study K8s and Cloud Native …
Read More