A Hundred Days of Code, Day 017

Finally done with the program! It’s a tiny little game. You’re a wizard battling monsters in a forest. This was really difficult for me to write and understand. But I kinda do now, and am better off for it. Totally worth the slog. I learnt, the basics of object oriented programming how to write classes how to inherit classes the basics of polymorphism I’d heard of programming ‘paradigms’ before. OOP was one of the most bandied about terms I’d heard. ...

April 29, 2020 · Mario Jason Braganza

A Hundred Days of Code, Day 016

Slogged a lot. Got confused a lot. Packing up for the day.

April 28, 2020 · Mario Jason Braganza

A Hundred Days of Code, Day 015

Started up with a new app. Trying to follow along and write independently as I watch the videos.

April 27, 2020 · Mario Jason Braganza

A Hundred Days of Code, Day 014

Had time, so finished up the app! Hurrah! Ok, so this makes up for one of my missed days, so I have to do a hundred and one only. Running the app, downloads some lolcat images from the net, saves them to a folder and then opens up the folder for you to enjoy :) The last app taught me how to download text over the internet. This one taught me to download binary data (images in our program) learnt how to detect what operating system runs on my computer learnt how to reach out to the operating systems shell and run commands The amount of modules that I am now being exposed to is a bit dizzying. A long term plan, would be to look at the more common ones and study them in depth.1 ...

April 26, 2020 · Mario Jason Braganza

A Hundred Days of Code, Day 013

The program is almost done. Had lots of fun. Today was the first time, I went over a huge, run – see error – fix error – run again loop. Drove me absolutely batty. I managed to get it all up and running. Documentation pending. Hope to have it all neatly tied with a bow, tomorrow.

April 26, 2020 · Mario Jason Braganza

A Hundred Days of Code, Day 012

Started up with a new program. While the last one dealt with working with text on the internet, this one deals with binary data. The point to go get some images (lolcats) in my case, download them to a folder and display them. Watched all the videos today. More tomorrow.

April 25, 2020 · Mario Jason Braganza