Most Confused Basics to Software Devs - Git → Version control system. GitHub → Remote hosting + collaboration - SQL → Query language. MySQL/Postgres → Databases that use SQL. - Library → Reusable collection of functions/classes Framework → Full structure controlling flow - Authentication → Who are you? Authorization → What can you do? - Processes → Independent execution units. Threads → Lightweight tasks inside a process - Encryption → Scramble data → unreadable without key. Hashing → One-way transformation, fixed output
2
22
134
6K
135
@theskilledcoder great breakdown, clarifying these terms saves a lot of headaches