gibran.py

118 posts

gibran.py banner
gibran.py

gibran.py

@AlejandroG34321

- AI, ML & DL ❤️ - B.S. Computer Systems Engineering 📚 - Data Analyst Intern 📊 https://t.co/EsTQMsEzVr 🐍🐧

Morelia, Michoacán de Ocampo Katılım Ağustos 2025
47 Takip Edilen3 Takipçiler
Tymofii Antonenko
Tymofii Antonenko@tymofii·
@wordsofnishant Unpaid with that list? That's a full-stack senior role, not an internship. Focus on HTML/CSS/JS and one framework to start. Good luck with your search.
English
2
0
1
15
Nishant Makwana
Nishant Makwana@wordsofnishant·
Hiring nowdays as an unpaid intern frontend developer Must haves skills : Python C C++ Java HTML CSS JavaScript TypeScript React Next.js Vue Angular Svelte Node.js Express Django Flask FastAPI Spring Boot PHP Laravel Ruby Ruby on Rails Go Rust Kotlin Swift C# .NET SQL MySQL
English
1
0
0
86
Ritesh Roushan
Ritesh Roushan@devXritesh·
[ System Design Series - Week 2/12 Wrapped 🔥 ] Week 2 is officially complete Days 5-7: We went deep on caching and honestly… this is where most apps go from “slow & expensive” to “blazing fast & cheap”. Here’s the complete recap: DAY 5: Redis Caching Fundamentals - 800ms → 12ms (67x faster) - In-memory vs disk I/O - Cache-aside pattern + TTL strategies DAY 6: Cache Invalidation - TTL (simple but eventual) - Write-Through vs Write-Aside - Stampede protection (the real killer) DAY 7: CDN Caching - Edge locations = 200ms → 20ms latency - Static files only - Origin server finally gets to breathe The Golden Pattern We Learned: Caching Layers (use all three): 1. CDN → Static files (images, CSS, JS, fonts) 2. Redis → Dynamic data (prices, user sessions, API responses) 3. Database → Source of truth (only hit on cache misses) Combined effect? 1000x faster than hitting the database every time. Real Production Impact: Without caching → Database dies at 10K req/sec With proper caching → - CDN handles 8K req/sec - Redis handles 1.9K req/sec - Database chills at ~100 req/sec Your app scales. Your bill drops. Users stay happy. Most common question this week: “When do I invalidate the cache?” Answer: - Use TTL for stuff that can be slightly stale - Use manual invalidation for critical data (inventory, prices) - Best move? Use both TTL as safety net. Never rely on just one strategy. Tomorrow, I’m dropping the full Medium article: “Caching Strategies in Production: From Redis to CDN” (5000+ words, real code, diagrams, exact production patterns). But right now Week 2 Q&A is open: Hit me with any caching doubt: - Redis setup/config - Invalidation strategies - TTL vs Write-Aside - CDN gotchas - Multi-layer caching - Production war stories Every single question gets answered today's Drop them below 👇 Let’s clear everything before Week 3 starts Tuesday Who’s still with me on this 90-day journey? 🔥 #SystemDesign #Caching #Week2
Ritesh Roushan tweet media
English
19
6
88
2.1K
Drak
Drak@drakvynhost·
Bueno, se anda pasando gente por acá así que la tiro y quieren conectar o ser amiwos Tengo 29, Senior Software Engineer (a veces), haciendo Ciberseguridad, me gustan los idiomas, el anime, manga, jueguitos, leer, la estética y2k y Linux. Para contexto, me veo más o menos así
Drak tweet media
Español
9
0
27
652
serial
serial@serialdotai·
@devXritesh this is nice bro, I think I should do something like this but for ml may I adopt your method?
English
2
0
2
25
jay
jay@jay23601627785·
@JOBCORNER247 ADIE JULIUS OKOLI Remote Virtual Assistant | Content Creator | AI Prompt Engineer | Social Media Manager 📧 juliusadieokoli@gmail.com | 📞 +234 806 543 5412 🌍 Remote | Flexible Time Zones PROFESSIONAL SUMMARY Detail-oriented and highly adaptable Virtual Assistant
Català
1
0
1
177
Job Corner
Job Corner@JOBCORNER247·
Who is interested in an internship, entry-level role or a remote job? I got you! Indicate your interest in the comments 🙋🙋‍♀️
English
256
20
292
22.4K
charm
charm@charmcgi·
tomorrow is my last day at my job! i’m going spend the next 3 months exploring my interests full time: robotics, embodied ai, and information theory + physics
English
24
7
414
10.3K
gibran.py
gibran.py@AlejandroG34321·
I just do vibe-coding while I'm building the front-end of my app
English
0
0
0
9
Om
Om@Om7248·
As a dev, Which backend framework do you prefer?
Om tweet media
English
12
1
16
294
Shikamaru ☕
Shikamaru ☕@pranavcodes_·
Which programming language is this? 🤔
Shikamaru ☕ tweet media
English
25
1
33
1.6K
gibran.py
gibran.py@AlejandroG34321·
If I know C++ can I say I know C? Isn't it the same like java and js? Fr, can I add C to my cv?
English
0
0
0
27
gibran.py
gibran.py@AlejandroG34321·
I have a good knowledge of SQL but... Why is it a "programming" language?
English
0
0
0
10
gibran.py
gibran.py@AlejandroG34321·
I use python for AI/ML + backend + dsa One language for everything I stop using java, C++, javascript Maybe I use SQL too 🤔
English
0
0
0
11
gibran.py
gibran.py@AlejandroG34321·
I don't like C++ anymore, I'll take it back when I will need to learn cuda
English
0
0
0
17
gibran.py
gibran.py@AlejandroG34321·
@tymofii @Om7248 If I know FasAPI and basics of Django, Should I master Django for ML + Backend? 🤔
English
1
0
1
13
Tymofii Antonenko
Tymofii Antonenko@tymofii·
@Om7248 For new projects, FastAPI's simplicity and async support are hard to beat. But if you're already in a large Java/Kotlin ecosystem, Spring Boot's maturity is the pragmatic choice.
English
2
0
2
29
gibran.py
gibran.py@AlejandroG34321·
Does it have sense to learn C without those "++"? 🤔
English
0
0
0
2
Frederik Jacques
Frederik Jacques@thenerd_be·
Today is my first day at Anthropic. Super excited I shipped my first change today, added source maps so debugging is easier. Can’t wait to show you all what I’ve been working on! cc: @AnthropicAI
Frederik Jacques tweet media
English
594
547
18.3K
785.3K
Priyanshu Pratap Singh
Priyanshu Pratap Singh@PriyanshuP86428·
Fastapi is one of my favourite backend choice...things build in minutes and i enjoy learning more about it becaus of its super well maintained docs Today i get invited for fastapi cloud ...really excited to test it Thanks @tiangolo for this
Priyanshu Pratap Singh tweet media
English
2
0
4
527