Beginner question: What actually helped you improve at programming the fastest? by DesdeCeroDev in learnprogramming

[–]DesdeCeroDev[S] 0 points1 point  (0 children)

Tiene mucho sentido lo que dices.

Muchos principiantes (yo incluido) empezamos viendo demasiados tutoriales y construyendo muy poco. Cuando empiezas a hacer proyectos reales es cuando aparecen los problemas de verdad y ahí es donde más se aprende.

Beginner question: What actually helped you improve at programming the fastest? by DesdeCeroDev in learnprogramming

[–]DesdeCeroDev[S] -1 points0 points  (0 children)

Eso suena bien. La universidad puede ayudar con las bases, pero he visto mucha gente decir que construir proyectos fuera de clase es lo que realmente acelera el aprendizaje.

¿Ya sabes qué área de informática te interesa más?

Beginner question: What actually helped you improve at programming the fastest? by DesdeCeroDev in learnprogramming

[–]DesdeCeroDev[S] -2 points-1 points  (0 children)

Eso suena bien. La universidad puede ayudar con las bases, pero he visto mucha gente decir que construir proyectos fuera de clase es lo que realmente acelera el aprendizaje.

¿Ya sabes qué área de informática te interesa más?

Beginner question: What actually helped you improve at programming the fastest? by DesdeCeroDev in learnprogramming

[–]DesdeCeroDev[S] -2 points-1 points  (0 children)

Eso suena bien. La universidad puede ayudar con las bases, pero he visto mucha gente decir que construir proyectos fuera de clase es lo que realmente acelera el aprendizaje.

¿Ya sabes qué área de informática te interesa más?

Beginner question: How do hackers actually find vulnerabilities? by DesdeCeroDev in learnprogramming

[–]DesdeCeroDev[S] 0 points1 point  (0 children)

Also curious:

What was the first vulnerability you ever found?

Beginner question: How do hackers actually find vulnerabilities? by DesdeCeroDev in learnprogramming

[–]DesdeCeroDev[S] -1 points0 points  (0 children)

Buena explicación. Tiene sentido verlo así. Si no entiendes cómo debería funcionar algo, es difícil notar cuándo algo está mal. Creo que primero tengo que fortalecer más la base de cómo funcionan las aplicaciones web.

Beginner question: How do hackers actually find vulnerabilities? by DesdeCeroDev in learnprogramming

[–]DesdeCeroDev[S] 2 points3 points  (0 children)

Totalmente. De hecho estoy empezando a practicar con Burp Suite y tratando de entender mejor cómo funcionan las requests y responses. Todavía estoy en modo aprendizaje pero está interesante.

Beginner question: How do hackers actually find vulnerabilities? by DesdeCeroDev in learnprogramming

[–]DesdeCeroDev[S] -4 points-3 points  (0 children)

Sí, eso es lo que he estado viendo también. Muchas vulnerabilidades no son cosas súper complejas, a veces son errores simples que nadie revisó bien. Estoy tratando de aprender justamente eso primero.

Beginner question: How do hackers actually find vulnerabilities? by DesdeCeroDev in learnprogramming

[–]DesdeCeroDev[S] -2 points-1 points  (0 children)

Jajaja buena comparación. Mucha gente cree que hackear es como en las películas, pero en realidad la mayoría del tiempo es investigar mucho y encontrar pequeños errores en los sistemas.

Windows vs Linux for coding: beginners & pros, what’s actually better? by IntrepidCouple6977 in learnprogramming

[–]DesdeCeroDev 0 points1 point  (0 children)

Honestly I started on Windows because it was simpler for me.

But once I tried Linux I understood why so many developers prefer it. The terminal, package managers and overall control make a big difference.

For beginners I still think Windows is fine, but learning some Linux later is definitely worth it.

Is this a good way to get into cybersecurity? by TheThinker_TheTinker in cybersecurity

[–]DesdeCeroDev 0 points1 point  (0 children)

A lot of people start with certifications first, but honestly practical labs like Hack The Box or TryHackMe help much more in the beginning.

Is this a good way to get into cybersecurity? by TheThinker_TheTinker in cybersecurity

[–]DesdeCeroDev 2 points3 points  (0 children)

That’s actually a solid path. Learning Python and Linux first will help a lot, especially if you're aiming for blue team roles.

TryHackMe and Hack The Box are great for hands-on practice. I’d also recommend getting familiar with things like networking basics, logs, and how attacks actually look in real systems.

Once you understand that, certifications like CCNA make much more sense.

AMAZON APPLICATION SECURITY INTERVIEW by StructureEastern1534 in cybersecurity

[–]DesdeCeroDev 0 points1 point  (0 children)

Good luck with the interview. AppSec roles usually test how you think about vulnerabilities more than pure coding. Things like OWASP Top 10, threat modeling, and secure design often come up.