this post was submitted on 21 Aug 2023
1021 points (98.1% liked)

Programmer Humor

19171 readers
1132 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 year ago (1 children)

If you have to run a real world project before you can consider a tool "learned" none of us would have jobs lol

[–] [email protected] 1 points 1 year ago

You don't have to actually do a real project. It's more about doing a task that requires you to create outside the hand holding.

After 15 years of OS and embedded systems development I learned web dev by creating a SaaS for my HOA's property manager to communicate with tenants. Node, React, MongoDB, docker, iOS and Android apps. Did the project look good? Nope. Did I have to dig into manuals and debug for weeks, yep. But I easily stepped into a new role in an industry I had never worked in because I really learned the tech stack. Actually using the app wasn't necessary, just that I actually had to create things requiring me to design around the technology I was learning.

Pick a problem in your life and solve it. Doesn't need to become something you sell or publish or even use after you're done learning. But the point is to actually use your skills.