cookie

We use cookies to improve your browsing experience. By clicking «Accept all», you agree to the use of cookies.

avatar

Geeky Career

Random stuff about Tech, IT, Startups #DevOps #AWS #Backend #Python #JavaScript Who Am I? https://mmoallemi99.com https://linkedin.com/in/mmoallemi99 Blog: https://mmoallemi99.com/blog/ ID: @MMoallemi99

Show more
Iran140 866English113 859The category is not specified
Advertising posts
552
Subscribers
No data24 hours
+37 days
+630 days

Data loading in progress...

Subscriber growth rate

Data loading in progress...

@Geeky_Career CAP Theorem Simplified https://www.youtube.com/watch?v=BHqjEjzAicA #system_design #databses #cap
Show all...
CAP Theorem Simplified

Subscribe to our weekly system design newsletter:

https://bit.ly/3tfAlYD

Checkout our bestselling System Design Interview books: Volume 1:

https://amzn.to/3Ou7gkd

Volume 2:

https://amzn.to/3HqGozy

Other things we made: Digital version of System Design Interview books:

https://bit.ly/3mlDSk9

Twitter:

https://bit.ly/3HqEz5G

LinkedIn:

https://bit.ly/39h22JK

Animation tools: Illustrator and After Effects ABOUT US: Covering topics and trends in large-scale system design, from the authors of the best-selling System Design Interview series.

@Geeky_Career How to Answer System Design Interview Questions (Complete Guide) https://youtu.be/L9TfZdODuFQ?si=7VNtIH3XY6vM2LZS #interview #system_design #career
Show all...
How to Answer System Design Interview Questions (Complete Guide)

Make sure you're interview-ready with Exponent's system design interview prep course:

https://bit.ly/3M6qTj1

Read our complete guide to system design interviews here:

https://www.tryexponent.com/blog/system-design-interview-guide

The system design interview evaluates your ability to design a system or architecture to solve a complex problem in a semi-real-world setting. It doesn’t aim to test your ability to create a 100% perfect solution; instead, the interview assesses your ability to: - Design the blueprint of the architecture - Analyze a complex problem - Discuss multiple solutions - Weigh the pros and cons to reach a workable solution In this video, Neamah explains a helpful high-level framework for system design interviews. 0:00 - Introduction 0:20 - What is a system design interview? 1:24 - Step 1: Defining the problem 1:43 - Functional and non-functional requirements 2:40 - Estimating data 3:10 - Step 2: High-level design 3:30 - APIs 4:00 - Diagramming 4:20 - Step 3: Deep dive 5:10 - Step 4: Scaling and bottlenecks 6:20 - Step 5: Review and wrap up Watch more system design videos here: - Meta engineering manager answers a rate limiter interview question:

https://youtu.be/SgWb6tWx3S8

- Google SWE answers an algorithms interview question:

https://youtu.be/NRRyk0XqkkA

- Google TPM answers Tiktok system design interview question:

https://youtu.be/Z-0g_aJL5Fw

- Flipkart EM “Design Amazon Prime Video” system design interview question:

https://youtu.be/PuU_0esYyhg

👉 Subscribe to our channel: http://bit.ly/exponentyt 🕊️ Follow us on Twitter: http://bit.ly/exptweet 💙 Like us on Facebook for special discounts: http://bit.ly/exponentfb 📷 Check us out on Instagram: http://bit.ly/exponentig 📹 Watch us on TikTok:

https://bit.ly/exponenttikttok

ABOUT US: Want to land your dream career in tech? Exponent is an online community, course, and coaching platform to help you ace your upcoming system design interviews. Exponent has helped hundreds of thousands of candidates pursue and land their dream careers at companies like Google, Microsoft, Amazon, and high-growth startups. Exponent is currently licensed by Stanford, Yale, UW, and others. Our system design courses include interview lessons, questions, and complete answers with video walkthroughs. Get access to hours of real interview videos, where we analyze what went right or wrong, and our community of expert coaches and industry professionals to help you get your dream job and more!

@Geeky_Career System Design Interview: A Step-By-Step Guide https://www.youtube.com/watch?v=i7twT3x5yv8 #interview #system_design #career
Show all...
System Design Interview: A Step-By-Step Guide

Learn something new every week by subscribing to our newsletter:

https://bit.ly/3tfAlYD

Checkout our bestselling System Design Interview books: Volume 1:

https://amzn.to/3Ou7gkd

Volume 2:

https://amzn.to/3HqGozy

ABOUT US: Covering topics and trends in large-scale system design, from the authors of the best-selling System Design Interview series.

@Geeky_Career System Design Interview: A Step-By-Step Guide https://www.youtube.com/watch?v=i7twT3x5yv8 #interview #system_design #career
Show all...
System Design Interview: A Step-By-Step Guide

Learn something new every week by subscribing to our newsletter:

https://bit.ly/3tfAlYD

Checkout our bestselling System Design Interview books: Volume 1:

https://amzn.to/3Ou7gkd

Volume 2:

https://amzn.to/3HqGozy

ABOUT US: Covering topics and trends in large-scale system design, from the authors of the best-selling System Design Interview series.

@Geeky_Career How to Load PyTorch Models 340 Times Faster with Ray https://medium.com/ibm-data-ai/how-to-load-pytorch-models-340-times-faster-with-ray-8be751a6944c #ray #ml #ai #mlops
Show all...
How to Load PyTorch Models 340 Times Faster with Ray

Ray’s Plasma object store can reduce the cost of loading deep learning models for inference almost to zero.

@Geeky_Career Gismo for Ray: A Multi-Node Shared Memory Object Store That Accelerates Ray Workloads https://www.youtube.com/watch?v=sJmM47ce48I #ray # ml #ai #mlops #distributed_systems
Show all...
Gismo for Ray: A Multi-Node Shared Memory Object Store That Accelerates Ray Workloads

Ray is a powerful distributed computing framework. However, as data sets grow and computation requirements become more complex, managing memory usage across multiple computing nodes becomes increasingly challenging. Issues that slow down performance include the data copying between the computing nodes, data spilling out of memory into storage, and the data skew among computing nodes. We'll introduce Gismo, a multi-node shared memory object store based on Compute Express Link (CXL) technology to address this challenge. With the help of Gismo, Ray does not need to serialize and transfer the extra copies of the objects across network. Data spill and skew issues will be minimized because each host has direct memory access to the whole object store. This talk will demonstrate how Gismo is integrated with Ray and showcase how it improves overall performance and reduces memory overhead for Ray users. Find the slide deck here:

https://drive.google.com/file/d/1Be3_JymDOIccHoLDxhLcApF_IYVGYjy-/view?usp=drive_link

About Anyscale --- Anyscale is the AI Application Platform for developing, running, and scaling AI.

https://www.anyscale.com/

If you're interested in a managed Ray service, check out:

https://www.anyscale.com/signup/

About Ray --- Ray is the most popular open source framework for scaling and productionizing AI workloads. From Generative AI and LLMs to computer vision, Ray powers the world’s most ambitious AI workloads.

https://docs.ray.io/en/latest/

#llm #machinelearning #ray #deeplearning #distributedsystems #python #genai

Photo unavailableShow in Telegram
@Geeky_Career Turbocharge ArgoCD with App of Apps Pattern and Kustomized Helm https://medium.com/dzerolabs/turbocharge-argocd-with-app-of-apps-pattern-and-kustomized-helm-ea4993190e7c #argocd #k8s #kubernetes #gitops #devops
Show all...
👍 1
Photo unavailableShow in Telegram
Show all...
@Geeky_Career Terraforming ArgoCD: The GitOps Bridge - Brian Fox, Midnite https://www.youtube.com/watch?v=TrTRy8ahIHc #argocd #k8s #kubernetes #gitops #devops #terraform
Show all...
Terraforming ArgoCD: The GitOps Bridge - Brian Fox, Midnite

Terraforming ArgoCD: The GitOps Bridge - Brian Fox, Midnite Terraform may not be the first tool that comes to mind when thinking about managing resources in ArgoCD. The Terraform Provider for ArgoCD can, both literally and metaphorically, bridge the worlds of IaC and GitOps. In the literal sense, it provides a relatively simple mechanism to enable application workloads to be configured using resources provisioned via Terraform. In the metaphorical sense, it provides a stepping stone between working with conventional IaC pipelines and Kubernetes-based GitOps operators. Building on the speaker's experience helping teams migrate workloads from ECS to EKS, this talk looks at the use of the Terraform provider for ArgoCD within existing Terraform-based deployment pipelines. The practice can be a powerful tool that simplifies migrating application workloads to Kubernetes; by reducing the scope of a migration effort and the impact on existing workflows, we can enable golden paths that limit the cognitive load on application teams. But, as always, there are trade-offs involved, and the approach falls short of meeting the GitOps principles.

@Geeky_Career ArgoCD Starter Guide: Full Tutorial for ArgoCD in Kubernetes https://www.youtube.com/watch?v=JLrR9RV9AFA #argocd #k8s #kubernetes #gitops #devops
Show all...
ArgoCD Starter Guide: Full Tutorial for ArgoCD in Kubernetes

Want to learn GitOps? ArgoCD is GitOps for Kubernetes. In this practical tutorial video I teach you everything you need to know get started with ArgoCD on your Kubernetes cluster. Watch or follow along with your own Kubernetes cluster and let's implement ArgoCD! 🛍️ Amazon Store (homelab/youtube setup):

https://www.amazon.com/shop/devopsjourney

☕ Buy me a coffee: 

https://www.buymeacoffee.com/bradmorg

📁 Code Available here:

https://github.com/devopsjourney1/argo-examples

📘 Chapters: 00:00 What you will learn in this video 0:30 Helm Theory - Everything you need to know 1:33 Example Pipeline for ArgoCD 2:45 ArgoCD Disaster Recovery and Multi-Cluster Support 3:36 What we will do in the Lab 4:15 Installing ArgoCD, Portforward, Argo Password, Login 6:39 Deploying a Helm Application with ArgoCD 15:12 ArgoCD to Rollback applications 17:48 Deploying a Kustomize application with ArgoCD 19:44 Kustomize vs Helm Configmap Demonstration 25:13 Using ArgoCD CLI to create, sync, delete and troubleshoot 👨‍💻 Join our Discord Community of DevOps Engineers:

https://discord.com/invite/NW98QYW

#Kubernetes #ArgoCD #GitOps #Tutorial #GettingStarted #Declarative #Configuration #ContiuousDelivery #Deployment

👍 1 1
Choose a Different Plan

Your current plan allows analytics for only 5 channels. To get more, please choose a different plan.