If you find yourself typing in cd… a lot in MacOS Terminal and you’re running zsh, you can add a shortcut, or alias to your…
Leave a CommentGreg DeMaderios Posts
I’ll be honest. I don’t have a lot of experience in git. Most of my experience, for one reason or another is with SVN and…
Leave a CommentWhenever you call useState in React, you get back two elements. The first value will always be its most recent state and the second value…
Leave a CommentIn my current self directed learning path about React, I’m wrapping my head around Redux and how it’s used to manage state. In C# we…
Leave a CommentI haven’t dove into state in functional components yet. But I am learning about state in class components. When building a class in React, it’s…
Leave a CommentOrganizing your code into src and tests folders on GitHub seems to be getting more and more popular. However, in Visual Studio 2019, it’s not…
Leave a CommentI cloned a repository that was targeting .NET Core 3.1. Trying to run it in VS 2019 ended with this error: The current .NET SDK…
Leave a Comment