内容简介:My initial plan was to be a math teacher or a doctor like my parents. I've become a software developer by chance ... and because of a broken computer.When I was 10 my father bought me an Amiga computer. The kind that you would have to connect to your TV as
My initial plan was to be a math teacher or a doctor like my parents. I've become a software developer by chance ... and because of a broken computer.
When I was 10 my father bought me an Amiga computer. The kind that you would have to connect to your TV as it did not have a monitor.
At the beginning of the 90's this was considered a hi-tech device :grinning:
But that computer was broken and could not be connected to a cassette player. This meant that I could not load and play any games on it. Cuz, yes during those times a game was stored on a cassette tape.
The only thing I could do with that that computer was to run the BASIC programming language on it.
However, I've managed to get my hands on a book with a title like "How to make 10 games in BASIC".
I was typing about 3-4 pages of code to get a basic game up. A very complex game. Something like a red dot chasing two other blue dots.
I had no idea what I was doing. Lucky the BASIC programing language is made of short lines, so it was quite easy to track down a typo. Mostly I was copying the code like a monkey.
Another downside of not being able to connect this computer to a cassette player was that I did not have any way to save that code. When the computer was unplugged I was losing all of my code and had start from scratch again.
The funny thing was that after you write that code for enough number of times, those stage lines start to have some logic. I've started to change the color codes, the pixel values and see what was happening. Trial and error.
I was feeling like a wizard learning spells.
This did not get any practical application until highschool when I've discovered that I can skip a lot of the boring classes by taking part in some scholar computer contests.
And from there realized I could make this into a job and so on ...
So, a few takeaways from the story:
- programming can be thought at a very young age. I was 10 year when started how to code, and for sure I don't have any special IQ.
- video games are good; if it was not for the need to play those video games, maybe I would not be a programmer today. For sure I would not be interested in learning how to code if the aim was to solve a math equation.
- it's ok, in the beginning to just copy. I think that the human brain, especially the brain of children, is super good in recognizing and learning patterns and adapt.
Cheers and happy learning!
I hope you have enjoyed this article and if you would like to get more articles about React and frontend development you can always sign up for my email list.
以上所述就是小编给大家介绍的《How I’ve started to learn programming》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Java Web编程从入门到实践
徐林林 / 清华大学出版社 / 2010-3 / 59.80元
《Java Web编程从入门到实践》内容简介:Java Web开发是目前最流行的网络开发技术之一。《Java Web编程从入门到实践》由浅入深,结合大量的实例系统地讲解了关于Java Web开发方面的知识。全书内容包括Java Web开发的基础知识、Java Web开发环境的搭建、JSP技术详解、Servlet技术详解、JSP+Servlet+JavaBean开发模式、JDBC接口的使用方法、Hi......一起来看看 《Java Web编程从入门到实践》 这本书的介绍吧!