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
[–] shufflerofrocks 4 points 1 year ago

Honestly I was put off from programming as a child because we had a bad teacher.

I got into it a few years later because of a desire for understanding and independance - I wanted to be able to understand all these complicated tools and languages, be able to make my own judgements about tech, and be able to use all these things to build stuff.

Even now, making a simple script to automate a task is fulfilling as hell.

Started with c++, java, then python, then c#, then js and it's many flavours, then flutter/dart.

I like to think myself as a generalist who knows a little bit about everything and how they all work together. I'm ideal for building things, but not optimal for scaling or optimising stuff.