For reasons I won't go into I didn't make as much progress today as I wish I had. It seems, despite even writing a blog post about my "git workflow" my git workflow managed to fail me somehow. I really thought I had "pushed" my changes before leaving home but having not double checked the … Continue reading 100 days of code: Day 6
Category: Programming
100 days of code: Day 5
I am tracking notes on PowerShell in PS1 files on my git hub repository. You can see all 100 days of code entries on the blog category page. Today I made it through chapter 7 of the PS book relatively quickly. I have a feeling this was something of a setup/scaffolding chapter...if that's a thing...acting … Continue reading 100 days of code: Day 5
100 days of code: Day 4
I am tracking notes on PowerShell in PS1 files on my git hub repository. You can see all 100 days of code entries on the blog category page. Today I worked my way through chapter 6 of the book: all about the pipeline. The book doesn't draw any comparisons between connecting commands with pipes and … Continue reading 100 days of code: Day 4
100 days of code: Day 3
I am tracking notes on PowerShell in PS1 files on my git hub repository. You can see all 100 days of code entries on the blog category page. Today I made it through chapter 5 of the book. And by "made it through" I mean I pretty much re-read the whole while taking notes and … Continue reading 100 days of code: Day 3
100 days of code: Day 2
I am tracking notes on PowerShell in PS1 files on my git hub repository. You can see all 100 days of code entries on the blog category page. I am now glad I have that I have this portrait mode 1080p screen as it makes issuing PS commands a little easier. Today I started on … Continue reading 100 days of code: Day 2
100 days of code: Day 1
I am tracking notes on PowerShell in PS1 files on my git hub repository. You can see all 100 days of code entries on the blog category page. As at least inferred on my Day 0 post, a lot this PowerShell stuff will be in the context of re-writing the advib utility (more on this … Continue reading 100 days of code: Day 1
100 days of code: Day 0
I am tracking notes on PowerShell in PS1 files on my git hub repository. You can see all 100 days of code entries on the blog category page. This was going to be day 1 but then I thought I should make the day 1 entry more of a day one entry. So this entry … Continue reading 100 days of code: Day 0
That’s Some PS (PowerShell #1)
I seem to pop around interests a lot. That seems to be my personality. How I learn and how I find stuff I'm interested in. I was doing pretty good with JS instruction videos for a month or two there right up until I wasn't. I had sworn this time it would be different. This … Continue reading That’s Some PS (PowerShell #1)
JavaScript via Games (part 1)
Most of my experience at this point is with the Udemy JS course How to Program Games: Tile Classics in JS for HTML5 Canvas. I'll mention that even though it was not part of the official course instructions I actually used GitHub to make my progress available as I went. This was to learn git … Continue reading JavaScript via Games (part 1)
Upgrading NodeJS (on Windows)
As briefly mentioned in the prior entry, the NodeJS class instructor revved the version number of his course (resetting my progress but that's more a side note). This new version of the course also switched to the latest version of node for the time: 11.0.0 (in the brief time since, NodeJS has moved to 11.1.0). … Continue reading Upgrading NodeJS (on Windows)