Joined January 2017
320 Photos and videos
I finished the Python track over on exercism.org. That's three completed tracks: C#, JavaScript, and Python. I originally started the Python track seven years ago. (Lots of break time/years in-between of course).
#100DaysOfCode Day 100. I finished hooray! I extended yesterday's code, and made it load an obj file instead. Now it show off the Utah Teapot. As you can see my texture coordinates look all wrong. Remind me to do it again next year, but tell me to plan out projects first.
23
#100DaysOfCode Day 99 - I should do something nice for the final two days. So I decided on a Menger Sponge (3D Fractal) for today. It runs slow at three iterations but is ok at two.
1
12
2,071
#100DaysOfCode Day 98 - Just two days left. Cleaned up the rest I could in the old exercism.org solutions. I also did a new one locomotive engineer on the python track which was harder for me than it should have been.
15
#100DaysOfCode Day 97. I updated eighteen exercism.org solutions that used to work, but no longer do. Why does test status = failed not pull things in latest test status = failed? Eight of them were just hiding, had to go look for them. Still have five left.
15
#100DaysOfCode Day 96 - I did the final two exercises to finish the JavaScript track. Remaining exercises for 100 Days of Code will come from the Python track.
19
#100DaysOfCode Day 93-95. Still sick, but getting better. I am hanging on with some exercism.org exercises, but that is it. They are taking me a good amount of time at least. I have only two left on the JavaScript track. Happy Easter
17
#100DaysOfCode Day 91, and 92. I am sick. Not sure if it is cold or flu but it is bad. Last two days I only had energy to finished a couple of exercism.org exercises. That will be all until I start feeling better. May want to switch to a shorter project at that point.
21
#100DaysOfCode Day 90. I added a .env file to the code and some JWT token create and parse functions, nothing to really show off. Haven't really tested it yet either.
1
19
#100DaysOfCode Day 89 - Switch the database code to use GORM instead of direct SQL calls. Don't like the new cruft in the test output. Took some work to get everything to work again.
18
#100DaysOfCode Day 88 - I finished the tutorial from yesterday and the tests now pass. I am wondering if I should swap SQL calls out for an ORM like gorm.
24
#100DaysOfCode Day 87 - Following along on another REST API tutorial in go. So far I have a bunch of test cases that fail. I did want to get to automated testing in go eventually so lets go with it and I will have to fix them when I mutate the code into the API I want.
11
#100DaysOfCode Day 86 - I finished the go tutorial I was working through. Final project was a REST API. I think for the remainder of 100 Days of Code I want to start working on a Food Logger/Tracker website. Rest API in go, and Front End in Angular. Too optimistic?
1
19
#100DaysOfCode Day 84 and 85. I am kind of at a loss of what to work on next so I started doing research on Angular yesterday and Go today. Which will I choose.
12
#100DaysOfCode Day 83. I think I am done with my wish list for the DVD logo bouncing program. It now has music on channel 2 and a sound effect on channel 3 with some bounce randomization. Do I keep going and make a breakout clone or switch to another topic?
41
#100DaysOfCode Day 81, 82. I finished the HTMX book. HTMX is kind of cool, but I think it is best suited for small projects where you have full-control the service that the site is calling.
21
#100DaysOfCode Day 80. Needed a simpler project for the weekend. I have the book "HTMX Crash Course" by Greg Lim. I did the first two chapters and have a BMI calculator. Feel like express is the one doing the heavy lifting. I am 4/5th done now!
29
#100 Days of Code Day 79. On the Game Boy front, I changed the DVD logo bouncing program to be in color. Not much left I wanted to do with it. Might turn it into a breakout/arkanoid type thing. Yes that music was supposed to be jingle bells too.
19
#100DaysOfCode Day 78 - I worked on getting some background music on the DVD logo program. I am not good at music. I asked AI to transcribe Jingle Bells for me. This noise is what I got back. My old Jingle Bells notes sound the same when transcribed so it's not the new code.
22
#100DaysOfCode Day 77. Today's exercise was the reactive system again but this time in JavaScript. I ported yesterday's movement upgrades to the Gameboy assembly program. Well most of it, randomizing a bit on bounce is still pending.
1
29