Post Categories Computer Mac Post dateOctober 29, 2023Post last updated dateUpdated January 4, 2025 Add an Alias to MacOS Terminal Post author GregPost read time1 min read If you find yourself typing in cd… a lot in MacOS Terminal and you’re...
Post Categories Coding git gitkraken Post dateMay 29, 2021Post last updated dateUpdated January 4, 2025 GitKraken or How I Learned to Love Git Post author GregPost read time1 min read I’ll be honest. I don’t have a lot of experience in git. Most of...
Post Categories Coding Post dateJanuary 16, 2021Post last updated dateUpdated January 16, 2021 useState props Post author GregPost read time43 sec read Whenever you call useState in React, you get back two elements. The first value...
Post Categories Coding Post dateDecember 22, 2020Post last updated dateUpdated December 22, 2020 Redux Reducers Post author GregPost read time1 min read In my current self directed learning path about React, I’m wrapping my head around...
Post Categories Coding Post dateOctober 18, 2020Post last updated dateUpdated January 4, 2025 Stateful Components in React Post author GregPost read time37 sec read I haven’t jumped into state in functional components yet. But I am learning about...
Post Categories Coding Post dateAugust 10, 2020Post last updated dateUpdated January 4, 2025 How To Start with src and tests Folders in your Solution File in VS2019 Post author GregPost read time1 min read Organizing your code into src and tests folders on GitHub seems to be getting...
Post Categories Coding Post dateAugust 8, 2020Post last updated dateUpdated January 4, 2025 .NET Core 3.1 Missing From Target Framework in VS2019 Post author GregPost read time41 sec read I cloned a repository that was targeting .NET Core 3.1. Trying to run it...