a thoughtful web.
Good ideas and conversation. No ads, no tracking.   Login or Take a Tour!
cookie's profile
cookie

x 0

stats
following: 0
followed tags: 4
followed domains: 0
badges given: 0 of 0
hubskier for: 3211 days

recent comments, posts, and shares:
cookie  ·  3209 days ago  ·  link  ·    ·  parent  ·  post: Computer Science for everyone

Thanks for sharing. This is what I need to learn more about programming.

cookie  ·  3211 days ago  ·  link  ·    ·  parent  ·  post: What is your exercise routine

I do handstand, pushups, pull-up, squads, L-sit 3 times a week (Monday, Wednesday, Friday). The most difficult is to keep discipline, so you are not ending up quitting later.

cookie  ·  3211 days ago  ·  link  ·    ·  parent  ·  post: How did you learn programming?

I learned Visual Basic when I was a kid. I did write some small application. The problem was I did not understand how the code could tell the computer to do something. It was so frustrated and I quitted coding after that. I didn't understand the abstraction of computer layer machine code, transistor... After that I began to learn electronics, and I realized the brain of the computer was all about logic gate. We human used high level programming languages to make it easier for us to tell the computer what to do. From my experience before learning to code you need to understand the fundamentals of computer. It makes your life easier. And by the way learn by coding, do some real projects. You become better and better every day.