Mahesh Kasbe Profile picture
GSoC'23 @ NRNB | LFX'23 @CNCF | 🥑 DevRel @NapptiveCompany | @Kubernetesio @Hyperledger Contributor | Open Source Developer @Tracetest_io
Dec 27, 2022 13 tweets 2 min read
Introduction to MicroServices !

A thread ☄️ Image What are Microservices ?

Microservices are applications which are loosely coupled services each represents separate business goal, the advantage of using microservices is they can be easily developed and maintained individually. It also gives developer freedom to choose stack.
Oct 7, 2022 7 tweets 2 min read
Top Systems Design Free Resources !

A thread ✨ Learn How to design large scaled Distributed Systems

github.com/donnemartin/sy…
Mar 17, 2022 7 tweets 2 min read
Machine Learning Projects for Beginner's

#MachineLearning #DeepLearning 1 . House Price Prediction
Algorithm : Linear Regression
Jan 23, 2022 11 tweets 3 min read
Kubernetes Architecture

A thread 👇

#Devops #Kubernetes #100Devs Image Kubernetes Architecture consists of master node which manages other worker nodes. Worker nodes are nothing but virtual machines running within a data center. They expose the underlying network and storage resources to the application Image
Jan 22, 2022 5 tweets 1 min read
Best Github Repositories for Devops

A thread 👇 Devops Exercise

⭐ 20.5k / 4.2k Forks

github.com/bregman-arie/d…
Jan 20, 2022 7 tweets 3 min read
5 best resources to learn kubernetes for free
#Kubernetes #devops #100Devs

A thread 👇 1. Introduction to kubernetes

training.linuxfoundation.org/training/intro…
Jan 19, 2022 12 tweets 3 min read
10 JavaScript concepts you need to learn before getting into ReactJS

#JavaScript

A thread 1. Arrow Functions

programiz.com/javascript/arr…
Jan 9, 2022 9 tweets 3 min read
Devops Roadmap from a begginers perspective = () =>

#DevOps #Linux #Docker #Kubernetes

Here's a thread : 1. Learn & Understand OS Concepts :
Get familiar with Linux understand the different process of memory & process management learn about virtualization Image