dung_phan12js's profile picture. 🇻🇳

JasonP

@dung_phan12js

🇻🇳

JasonP 님이 재게시함

Project Management

guideforman's tweet image. Project Management

JasonP 님이 재게시함

Kubernetes Deployment Strategies need not be that complex to understand. Here, I’ve made this to simplify the understanding. 54K+ read my DevOps and Cloud newsletter: techopsexamples.com/subscribe What do we cover: DevOps, Cloud, Kubernetes, IaC, GitOps, MLOps 🔁 Consider a Repost…

techopsexamples's tweet image. Kubernetes Deployment Strategies need not be that complex to understand.

Here, I’ve made this to simplify the understanding.

54K+ read my DevOps and Cloud newsletter: techopsexamples.com/subscribe

What do we cover:

DevOps, Cloud, Kubernetes, IaC, GitOps, MLOps

🔁 Consider a Repost…

JasonP 님이 재게시함

If you want to reduce latency, learn these 10 rules:

systemdesignone's tweet image. If you want to reduce latency, learn these 10 rules:

JasonP 님이 재게시함

Preparing for a system design interview? Think Tradeoffs, Not Just Tech [1.] CAP Theorem Consistency vs. Availability vs. Partition Tolerance Choose 2 - Consistent data, high availability or tolerance to network failures. (It's actually a choice between C & A) [2.] Latency…

techNmak's tweet image. Preparing for a system design interview?

Think Tradeoffs, Not Just Tech

[1.] CAP Theorem
Consistency vs. Availability vs. Partition Tolerance
Choose 2 - Consistent data, high availability or tolerance to network failures.

(It's actually a choice between C & A)

[2.] Latency…

JasonP 님이 재게시함

All System Design Patterns You Should Know [Cheatsheet] 👉

iamsaquibdev's tweet image. All System Design Patterns You Should Know [Cheatsheet] 👉

JasonP 님이 재게시함

Essential strategy frameworks for leaders

AlwaysKeepL's tweet image. Essential strategy frameworks for leaders

JasonP 님이 재게시함

The Ultimate System Design Reference: Everything in One Place System design is vast. From scalability techniques to caching strategies, from security measures to monitoring tools, there’s so much to keep track of. That’s why having a single reference sheet helps you quickly…

goyalshaliniuk's tweet image. The Ultimate System Design Reference: Everything in One Place

System design is vast. From scalability techniques to caching strategies, from security measures to monitoring tools, there’s so much to keep track of. That’s why having a single reference sheet helps you quickly…

JasonP 님이 재게시함

Many Kubernetes Engineers don’t fully understand Kubernetes autoscaling and how HPA vs VPA vs KEDA work. Here, I’ve made this to help you better understand. 🔴 52K+ read my DevOps and Cloud newsletter: techopsexamples.com/subscribe What do we cover: DevOps, Cloud, Kubernetes, IaC,…

govardhana_mk's tweet image. Many Kubernetes Engineers don’t fully understand Kubernetes autoscaling and how HPA vs VPA vs KEDA work.

Here, I’ve made this to help you better understand.

🔴 52K+ read my DevOps and Cloud newsletter: techopsexamples.com/subscribe

What do we cover: 
DevOps, Cloud, Kubernetes, IaC,…

JasonP 님이 재게시함

Caching (Redis, Memcached) What is Caching? Caching is the process of storing frequently accessed data in a temporary storage (cache) so future requests can be served faster. Instead of querying the database every time, the system retrieves data from the cache, reducing…

e_opore's tweet image. Caching (Redis, Memcached)

What is Caching?

Caching is the process of storing frequently accessed data in a temporary storage (cache) so future requests can be served faster. Instead of querying the database every time, the system retrieves data from the cache, reducing…

JasonP 님이 재게시함

Docker 101: Create, Start, Stop, and Remove Containers 🔽 Some Docker commands resemble typical Linux process management operations, while others sound more like operations on a filesystem. Explore the dual nature of containers (hands-on): labs.iximiuz.com/challenges/doc…

iximiuz's tweet image. Docker 101: Create, Start, Stop, and Remove Containers 🔽

Some Docker commands resemble typical Linux process management operations, while others sound more like operations on a filesystem.

Explore the dual nature of containers (hands-on):  labs.iximiuz.com/challenges/doc…

JasonP 님이 재게시함

The ultimate git cheatsheet from beginner → advanced → intermediate

freshakafrancis's tweet image. The ultimate git cheatsheet 

from beginner  → advanced  →  intermediate

JasonP 님이 재게시함

Top 12 system design components

Python_Dv's tweet image. Top 12 system design components

JasonP 님이 재게시함

Kubernetes Cost Reduction Techniques 👇 Each technique enables organizations to optimize Kubernetes usage and minimize expenses. Right Sizing → Adjust CPU/memory to avoid over-provisioning. Auto Scaling → Scale nodes/pods dynamically to reduce idle costs. Pod Disruption…

govardhana_mk's tweet image. Kubernetes Cost Reduction Techniques 👇

Each technique enables organizations to optimize Kubernetes usage and minimize expenses.

Right Sizing → Adjust CPU/memory to avoid over-provisioning.  

Auto Scaling → Scale nodes/pods dynamically to reduce idle costs.  

Pod Disruption…

JasonP 님이 재게시함

𝗪𝗵𝗶𝗰𝗵 𝗗𝗲𝘀𝗶𝗴𝗻 𝗣𝗮𝘁𝘁𝗲𝗿𝗻𝘀 𝗗𝗼 𝗬𝗼𝘂 𝗥𝗲𝗮𝗹𝗹𝘆 𝗡𝗲𝗲𝗱? Not everyone needs to know every pattern But there are the most important ones; every developer should master them as they grow in seniority to develop better software Here’s a roadmap: ➡️…

milan_milanovic's tweet image. 𝗪𝗵𝗶𝗰𝗵 𝗗𝗲𝘀𝗶𝗴𝗻 𝗣𝗮𝘁𝘁𝗲𝗿𝗻𝘀 𝗗𝗼 𝗬𝗼𝘂 𝗥𝗲𝗮𝗹𝗹𝘆 𝗡𝗲𝗲𝗱?

Not everyone needs to know every pattern

But there are the most important ones; every developer should master them as they grow in seniority to develop better software

Here’s a roadmap:

➡️…

JasonP 님이 재게시함

24 questions to sharpen your critical thinking: (Bookmark it)

growthhub_'s tweet image. 24 questions to sharpen your critical thinking:

(Bookmark it)

JasonP 님이 재게시함

Docker Run vs. Attach vs. Exec 🔽 Explore how these key Docker commands work under the hood in my most recent write-up labs.iximiuz.com/tutorials/dock… Why bother: A fundamental understanding of how tech works enables you to apply the knowledge to new domains and synthesize hard skills.

iximiuz's tweet image. Docker Run vs. Attach vs. Exec 🔽

Explore how these key Docker commands work under the hood in my most recent write-up labs.iximiuz.com/tutorials/dock…

Why bother: A fundamental understanding of how tech works enables you to apply the knowledge to new domains and synthesize hard skills.

JasonP 님이 재게시함

Complete Interview Cheatsheet 📘 📚 Save it for later ✅️💯 #sql

Krishnasagrawal's tweet image. Complete  Interview Cheatsheet 📘 📚

Save it for later ✅️💯

#sql

It’s wild… GPT-5, Claude 4.1, Midjourney V7, Google Veo 3… along with 100+ AI tools, in one dashboard, working together, saving me hours & money every month 🤯 Here’s how you can use it as well:



JasonP 님이 재게시함

Modern Frontend Folder Structure. Get The Frontend Blueprint today;codewithdhanian.gumroad.com/l/sxpyzb

e_opore's tweet image. Modern Frontend Folder Structure.

Get The Frontend Blueprint today;codewithdhanian.gumroad.com/l/sxpyzb

JasonP 님이 재게시함

10 essential coding patterns for interviews 1. Two Pointers 2. Sliding Window 3. In-place Reversal of a Linked List 4. K-way Merge 5. Dynamic Programming 6. Matrices 7. Tree Depth First Search 8. BFS 9. Hash Maps learn more on ByteByteGo - bytebytego.com/pricing?fpr=ja…

javarevisited's tweet image. 10 essential coding patterns for interviews
1. Two Pointers
2. Sliding Window
3. In-place Reversal of a Linked List
4. K-way Merge
5. Dynamic Programming
6. Matrices
7. Tree Depth First Search
8. BFS
9. Hash Maps
learn more on ByteByteGo  -  bytebytego.com/pricing?fpr=ja…

JasonP 님이 재게시함

10 Microservice Design Principles Java developers should learn 1. CQRS 2. SAGA 3. Database Per Service 4. Circuit-breaker 5. API Gateway 6. Event Sourcing 7. Strangular 8. Ext. Configuration learn more on Grokking Microservices Design Patterns designgurus.io/course/grokkin…

javinpaul's tweet image. 10 Microservice Design Principles Java developers should learn 
1. CQRS
2. SAGA
3. Database Per Service
4. Circuit-breaker
5. API Gateway
6. Event Sourcing
7. Strangular
8. Ext. Configuration
learn more on  Grokking Microservices Design Patterns
designgurus.io/course/grokkin…

Loading...

Something went wrong.


Something went wrong.