this post was submitted on 02 Jun 2023
30 points (100.0% liked)

Programming

13381 readers
1 users here now

All things programming and coding related. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

Personally, I started off with Roblox back in the early 2010s, and taught myself Lua. I really liked those Tycoon games, and wanted to see how they worked.

I eventually found Minecraft (like every kid back in the day did), and learnt Java to make Bukkit server mods.

Around 2016 I thought websites were kinda cool, so I started learning HTML, CSS, and JS, and I've been in the web dev space ever since.

What about the rest of y'all? What's your personal programming path?

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

I don't really remember what made me start but I do remember my first project being a hilariously bad c++ blackjack game, all spaghetti code. Also learned a lot by building Minecraft redstone circuits. I remember building a thing that sent a piece of data over a single redstone wire and stored it in redstone memory, I was so proud of myself for figuring it out lol

Did a little java to make Minecraft mods but eventually I stumbled on python and it stuck bc it was so easy to use.

[–] strudel6242 3 points 1 year ago (1 children)

Yeah, I got a lot of fundamental computer science from Minecraft's redstone too. Making a 3x3 piston door was basically a work of art haha

[–] Xor 3 points 1 year ago

Can't believe how much time I spent as kid squinting at poorly drawn diagrams on the minecraft forums and trying to figure out what the hell I'm supposed to building haha