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
Tag: NodeJS
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
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)
Proto-dev log
I have a long term goal of writing a video game. But as I write this in March of 2019 I would consider my programming knowledge very much "barely existing". I mean by own standards that's what I would consider it. I did go through a Udemy course on JavaScript. It was kind of a … Continue reading Proto-dev log