sql
sql
When I first started learning SQL, I made all the wrong moves:
– Watching 8-hour tutorials
– Memorizing queries without context
– Switching platforms every other day
And after 3 months, I still couldn’t solve a basic SQL case study.
That’s when I stepped back and created a focused, 14-day roadmap built specifically
for data analyst interviews.
Here’s the exact structure that helped me master SQL (and land interview calls
fast):
Day 3: Aggregation
– Use COUNT, SUM, AVG
– Group data using GROUP BY and filter groups with HAVING
Day 6: Subqueries
– Write subqueries in SELECT, FROM, and WHERE clauses
– Use them to find max values, filtered data, or rankings
11️⃣Hireline
Especializada en talento tech. Súper activa en vacantes 100% remotas.
3️⃣ Automattic
Sí, los creadores de WordPress. ¡100% remoto desde siempre!
4️⃣ Mibucle
Plataforma argentina con enfoque humano. Su modelo de trabajo es híbrido o remoto
según la vacante.
¿Estás comenzando en redes? Aquí tienes los comandos básicos para configurar VLANs
en switches Cisco
Las VLAN (Redes de Área Local Virtual) son fundamentales para segmentar tu red,
mejorar la seguridad y organizar mejor los recursos. Aquí te dejo una guía rápida
en español:
1. Crear VLAN:
Switch(config)# vlan 10
Switch(config-vlan)# name Ventas
3. Verificar configuración:
Switch# show vlan brief
Switch# show interfaces status
4. Guardar configuración:
Switch# write memory
Switch# copy running-config startup-config
Consejo: Nombra tus VLANs de acuerdo con las áreas (por ejemplo, “Ventas”,
“Soporte”, “RRHH”) para facilitar su administración.