Back to articles
What I Learned After Completing a MySQL Course as a Beginner Developer
How-ToSystems

What I Learned After Completing a MySQL Course as a Beginner Developer

via Dev.toSamson Thuo

My name is Samson, and I’m currently learning backend development. When I started, one of the hardest things for me to understand was databases. I spent a lot of time on YouTube, but honestly, most tutorials left me more confused than before. Some were too fast, others skipped important steps, and I never really felt confident. Everything started to change when I found Scrimba. After completing their MySQL course, I finally understand how databases work and how they are used in real applications. If you're starting out, you can check it here: [ https://scrimba.com/?via=community ] The Turning Point for Me Before this course, SQL just looked like randomn commands I had to memorize. But during the course, something clicked. Instead of just copying code, I started understanding: Why we create tables How data is structured How backend systems actually use databases That shift from confusion to understanding made a huge difference for me. What I Learned Tables, Rows, and Columns At first, t

Continue reading on Dev.to

Opens in a new tab

Read Full Article
2 views

Related Articles