How did you get into programming?
Off topic → Programming → How did you get into programming?
As a developer I find it interesting how other people learn and use programming, for me it was quite simple, I just hung around with minecraft developers until I started to think this would be useful in later life as a skill so I started to do website developing in the Github pages that use jekyll, which I found was fun and had endless possibilities,… and then I figured out that it needed to me cross-browser compatible… that ruinied my day.
So I simply ask you to leave a little story about how you got into programming and general coding :-)
-Zyluss
/fly
-plugin was my first. A while after, I started with mods. This is kinda where I am today.similar to rubix, I was told about HTML by a friend, so i went onto Codecademy (this will link peeps right to the HTML course) and i learnt from there, my uncle downloaded Python on my pc, and taught me the basics of python
>>> print("Hello world :D")
Hello world :D
I later began learning js, got bored of that after a day. I’m also gonna ruby soon. thats my story :D #==EDIT==
:o first ever code block! :D
My dad is a computer programmer for a living, and at 6 i got interested at what he was doing. He started to explain to me basics of HTML, like , but I didn’t get the hang of it.
1 YEAR LATER
My dad is lying down on the couch doing some coding that looked completely different from HTML! I was shocked, so I asked him about it. He said it was “Cascading StyleSheets” and that I was too young to understand it yet. I tried to persuade him, and eventually, he showed me how it works. It was easy, I told him. Then we decided to start learning HTML again. He had an old copy of an HTML4 tutorial book, and bought me BBEdit on my computer, so I learned from that. I then wrote a bunch of HTML files that linked to each other in my computer, effectively making a “website” on my computer. (note that, like most people, at this point i did start learning from Codecademy) My dad saw this and decided to get me a domain of my own, so we uploaded the files there and simplified the code. Thats when I learned SQL.
My dad introduced me to SQL and PHP, so I went around the net to look for a tutorial on each. I stumbled upon w3schools which had the easiest tutorials i could find. They even had PHP!
So I made my website function, now you can sign up, and log in. I’m currently working on encrypting the database (thanks Computerphile !), XSS-proofing the SQL, and logging out.
EDIT: website logging in / signing up isnt working, im fixing it right away, detected the problem already :)
Like a lot of people here, I got interested in coding at a young age. My uncle was a computer programmer at our local hospital so I was interested listening to him talking to me about it. One day I was at my Mom’s shop and looked at a tutorial on ‘How to make a website’ from there I used https://www.w3schools.com to get a better understanding of HTML and I eventually learned CSS and a bit of JS from that website. Since then I’ve taught my friend HTML but he has yet to learn css! on other notes I know a bit about a ton of other languages like python, ruby, bootstrap (learned from w3schools) and java. Out of those four I’ve done the best with Java making plugins for servers. The best plugin I have made was a /fly plugin. I know it’s easy but that’s the best I’ve learned. Right not I’m trying to learn more JS and bootstrap a bit.
EDIT: Learning angular js too:D