DEV Community

Cover image for From Hardware to Hacking: How Understanding Systems Changed My Approach to Security
siyadhkc
siyadhkc

Posted on

From Hardware to Hacking: How Understanding Systems Changed My Approach to Security

Introduction

I didn’t start my journey in cybersecurity. I started with hardware and networking, learning how systems actually function at a low level — how machines communicate, how configurations impact behavior, and how failures happen.

The Shift to Development

Later, I moved into development, working with Python and full-stack technologies. Building applications helped me understand how software is structured, but it also revealed something important:

Most applications are not built with security as a priority.

The Turning Point

This realization pushed me toward cybersecurity, specifically:

  • Web application security
  • API security
  • Cloud platforms (AWS, Azure, GCP)

Instead of just building systems, I began analyzing how they can be exploited.

A Different Way of Thinking

The biggest shift was in mindset:

From:
“How do I build this system?”

To:
“How can this system fail or be attacked?”

This dual perspective — builder and attacker — is critical in modern cybersecurity.

What’s Next

I’ll be sharing:

  • Practical security insights
  • Real-world learning experiences
  • Breakdowns of vulnerabilities and misconfigurations

If you’re interested in understanding systems deeply — not just building them, but also testing their limits — follow along.

Top comments (0)