Diego Collazo

133 posts

Diego Collazo banner
Diego Collazo

Diego Collazo

@diegoncollazo

Buenos Aires, Argentina Katılım Kasım 2024
29 Takip Edilen4 Takipçiler
Diego Collazo retweetledi
Tendencias en Argentina
Tendencias en Argentina@porqueTTarg·
"Propuesta" Porque una chica le pidió a su suegro que entrara con ella a su casamiento: "No seré tu nena ni tu hija de toda la vida, pero sí desde hace cuatro años. Me sacaste toda la tristeza que me dejó la falta de mi papá...".
Español
161
846
16.7K
450.5K
Diego Collazo retweetledi
Math Hub
Math Hub@mathhub_vn·
Math Hub tweet media
ZXX
2
4
50
1.6K
Nata Flores
Nata Flores@natayadev·
Situación sentimental:
Nata Flores tweet media
Español
3
0
14
1.7K
Diego Collazo retweetledi
Es tendencia en 𝕏
Es tendencia en 𝕏@EsTendenciaEnX·
"Laburo": Porque a un gordo casado le sentaron al lado una bomba del tiempo que lo histeriquea toda la jornada
Español
421
580
23.6K
3.9M
Diego Collazo retweetledi
Formula 1
Formula 1@F1·
Introducing the 2026 F1 opening titles! 😍 #F1 #AusGP
English
2.2K
38.7K
160.9K
10.8M
Diego Collazo retweetledi
PadreEspartano
PadreEspartano@Padreespartano·
Esta chica te explica el tipo de hombre que vuelve loca a una mujer. Su revelación no te la esperas…
Español
431
1.6K
12.7K
950.4K
Diego Collazo retweetledi
Javier Milei
Javier Milei@JMilei·
Argentinos, Feliz Navidad...!!! VLLC!
Español
2.8K
7.2K
85.7K
862.5K
Peluca 🎙️
Peluca 🎙️@Mileinnials·
Un pitbull cazó a un niño en Nueva York y no había forma de que lo suelte, nadie sabía que técnica usar para desprenderlo. x.com/gbgplugged/sta…
Español
2.9K
1.1K
6.7K
2M
Diego Collazo retweetledi
Math Hub
Math Hub@mathhub_vn·
5 ways to define a function in JavaScript
Math Hub tweet media
English
3
28
242
6.8K
Diego Collazo retweetledi
Nicolás Schürmann
Nicolás Schürmann@_nasch_·
Solo una persona irresponsable te dirá que no debes estudiar.
Español
10
35
387
11.8K
Diego Collazo retweetledi
Dhanian 🗯️
Dhanian 🗯️@e_opore·
FULL-STACK_DEVELOPER ROADMAP │ ├── 0_FOUNDATIONS │ ├── Learn_HTML │ ├── Learn_CSS │ ├── Learn_JavaScript_ES6+ │ ├── Understand_HTTP_Requests │ ├── Build_Project: "Personal_Portfolio_Site" │ └── Build_Project: "Responsive_Landing_Page_for_AI_Tool" │ ├── 1_FRONTEND_ENGINEERING │ ├── Pick_Framework │ │ ├── React │ │ ├── Next.js_15 │ │ └── Vue_3 │ ├── Concepts │ │ ├── Components │ │ ├── State_Management │ │ ├── Routing │ │ ├── Async_Data_Fetching │ │ └── UI_Accessibility │ ├── Build_Project: "AI_Image_Gallery_Frontend" │ ├── Build_Project: "News_Aggregator_Using_Live_APIs" │ └── Build_Project: "Dashboard_UI_with_Charts_and_Analytics" │ ├── 2_BACKEND_ENGINEERING │ ├── Choose_Backend_Language │ │ ├── Node.js_Express │ │ ├── Python_FastAPI │ │ └── Go_Fiber │ ├── Learn │ │ ├── REST_APIs │ │ ├── GraphQL │ │ ├── Middleware │ │ └── Error_Handling │ ├── Build_Project: "AI_Prompt_API" │ ├── Build_Project: "RealTime_Notification_Server" │ └── Build_Project: "File_Upload_Service_for_AI_Models" │ ├── 3_DATABASES_AND_STORAGE │ ├── SQL │ │ ├── PostgreSQL │ │ └── MySQL │ ├── NoSQL │ │ ├── MongoDB │ │ └── Firebase │ ├── Cloud_Databases │ │ ├── Supabase │ │ └── PlanetScale │ ├── Build_Project: "AI_Chat_History_Storage" │ ├── Build_Project: "User_Profile_DB_with_Role_Based_Access" │ └── Build_Project: "Vector_Store_Integration_for_AI_Search" │ ├── 4_AUTHENTICATION_AND_SECURITY │ ├── Learn │ │ ├── JWT │ │ ├── OAuth2 │ │ ├── Role_Based_Access_Control │ │ └── API_Rate_Limiting │ ├── Build_Project: "Secure_Login_&_Signup_System" │ ├── Build_Project: "Admin_Dashboard_with_Access_Control" │ └── Build_Project: "API_Key_System_for_AI_Endpoints" │ ├── 5_AI_INTEGRATION_LAYER │ ├── Learn │ │ ├── How_to_Call_AI_APIs │ │ ├── Prompt_Design │ │ ├── Embeddings │ │ └── RAG_(Retrieval_Augmented_Generation) │ ├── AI_Services │ │ ├── OpenAI_API │ │ ├── Gemini │ │ └── Local_LLMs_(Ollama) │ ├── Build_Project: "AI_Generated_Content_Tool" │ ├── Build_Project: "Smart_AI_Search_with_VectorDB" │ ├── Build_Project: "AI_Code_Review_Assistant" │ └── Build_Project: "AI_Automated_Email_Responder" │ ├── 6_FULLSTACK_INTEGRATION/ │ ├── Combine_Frontend_Backend_Database │ ├── Learn │ │ ├── API_Orchestration │ │ ├── RealTime_Data_(WebSockets) │ │ └── Server_Actions_(Next.js_15) │ ├── Build_Project: "FullStack_Task_Manager_with_AI_Task_Suggestions" │ ├── 7_DEVOPS_AND_DEPLOYMENT │ ├── Hosting │ │ ├── Vercel │ │ ├── Render │ │ ├── Netlify │ │ └── AWS_EC2 │ ├── Learn │ │ ├── Docker │ │ ├── CI_CD │ │ ├── Environment_Variables │ │ └── Load_Balancing │ ├── Build_Project: "Deployed_AI_API_on_Cloud" │ ├── 8_RELIABILITY_AND_SCALING │ ├── Caching │ │ ├── Redis │ ├── Monitoring │ │ ├── Grafana │ │ └── Sentry │ ├── Build_Project: "Caching_AI_Responses_with_Redis" ├── 9_ADVANCED_ARCHITECTURE │ ├── Explore │ │ ├── Microservices │ │ ├── Event_Driven_Systems │ │ ├── Webhooks │ │ └── Serverless_Functions │ ├── Build_Project: "Event_Driven_Email_Automation_System" │ └── 10_CAPSTONE_PROJECT ├── Build_Project: "Full_AI_SaaS_Platform" Grab this Ebook to become a Full Stack Developer: codewithdhanian.gumroad.com/l/gzjvj
Dhanian 🗯️ tweet media
English
44
199
978
47.6K
Diego Collazo retweetledi
Quincy Larson
Quincy Larson@ossia·
freeCodeCamp's JavaScript certification is now LIVE. 🏕️ It's 1,033 steps long and you'll build dozens of projects then sit for the final exam. This is a FREE verified certification you can earn then add to your LinkedIn, CV, and portfolio website. Dive in.
Quincy Larson tweet media
English
5
27
149
9.6K
Diego Collazo retweetledi
Miguel Ángel Durán
Miguel Ángel Durán@midudev·
¡Guía para entrevistas técnicas de programación! ✓ Patrones de diseño ✓ Arquitectura de software ✓ Buenas prácticas y Clean Code ✓ Algoritmos y estructuras de datos ✓ Preguntas típicas por lenguaje y tecnología → github.com/DevCaress/guia…
Miguel Ángel Durán tweet media
Español
9
338
2.1K
69.2K
Nata Flores
Nata Flores@natayadev·
Mi #SpotifyWrapped2025 fue LALI, LALI, LALI, Charly García, LALI, Dua Lipa, LALI, LALI... ¿Se entendió? ¿No?
Español
3
0
10
1.6K
Diego Collazo retweetledi
Miguel Ángel Durán
Miguel Ángel Durán@midudev·
¡SORTEO un teclado Keychron K3 mecánico! Con retroiluminación RGB y switches Red o Brown. ¿Cómo participar? → Like y RT a este post → Sígueme ✓ Participación abierta a todo el mundo ✓ Resultado el 6 de diciembre ✓ Envío internacional incluido
Miguel Ángel Durán tweet media
Español
111
1.4K
1.8K
74K
Nata Flores
Nata Flores@natayadev·
El otro día me escribieron de la universidad porque tumbamos el servidor, qué comunidad hermosa y manija son ustedes 🤍 muchos éxitos a los que se pre-inscribieron.
Nata Flores@natayadev

🆕 Nueva carrera de grado en CIBERSEGURIDAD-CIBERDEFENSA, 2026. Con título intermedio. Recomiendo a informáticos, abogados, o a cualquiera que tenga interés. Un área IT que es MUY requerida y bien paga, se necesitan estos perfiles cada vez más. - A distancia - No arancelada

Español
28
22
742
58.3K