Category page

👨‍💻 Programming

Do I Need to Know Math to Code? Advice From A Self-Taught Programmer

Teaching yourself to code? How much math do you need to know to have a successful career? In this article, I’ll answer that as well as provide resources for you to fill the gaps. Quick Nav Do You Need To Be Good At Math To Code? My Own Math Struggles and Success Yes and No. […]

How to Use GitHub Copilot in Vscode

Learn how to use GitHub Copilot in Visual Studio Code. This extension with its new AI Technology literally writes code for you based on your instruction. In this tutorial, we’ll test it out. Quick Nav I Finally Got Access How To Install GitHub Copilot in VSCode? How To Use GitHub Copilot in VSCode? How I […]

How to Create a React App and .NET API in Vscode

In this tutorial, we’ll create a React App with a .NET API Backend. We’ll also utilize Entity Framework Core for our ORM and Postgres as the database. Quick Nav Prerequisites Let’s Build a React App with a .NET Api 1. Bootstrap the .NET/React Project 2. Set Up the Postgres Database 3. Set Up Your Model […]

5 Steps for Learning React JS in 2022: A Blueprint

Planning on learning React JS in 2022? This React JS learning roadmap will take you from absolute beginner to industry-ready in 2022. Quick Nav Why Learn React? 5 Steps For Learning React in 2022 * A Recommended JS Course 1. First, Learn JavaScript 2. You Must Learn ES6 Prior to React 3. Take this ENTIRE […]

React Hook Form Controller v7 Examples (MaterialUI, AntD, and more)

React Hook Form has a Controller component that allows you to use your third-party UI library components with its hook and custom register. In this post, we’ll look at a handful of examples of how to use the Controller component with various libraries like AntD and Material UI. Quick Nav React Hook Form Controller Examples […]

My Top 5 Resources for Learning Golang: Beginner to Advanced

In this post, I’ll share my top 5 resources for learning Golang. Whether you are new and looking for a basic Golang tutorial, or advanced looking to go deeper, you’re sure to find a solid resource here. Quick Nav Is Golang Worth Learning? Money Saving Tips on Learning Never Pay Full Price for a Udemy […]

How To Configure C# AWS SDK Credentials In Your Project

The AWS SDK for C# allows you to easily configure credentials in your application. Learn how to include these in your project to authenticate with this practical, hands-on tutorial. Quick Nav Two Ways to Setup C# AWS SDK Credentials 1. Use your local, default AWS credentials 2. Programmatically create a new profile or update existing […]

How To Use the C# AWS SDK Documentation: A Guide For Developers

The C# AWS SDK is a complete set of libraries that allow you to develop applications that interact with Amazon Web Services. This article will provide you with the real-world examples needed to set up and use this AWS SDK in your next C# project. Quick Nav Create a New Project AWS Credentials Setup Learning […]

How to Run C# in VSCode (and Compile, Debug, and Create a Project)

While many developers use Visual Studio for C# development, I still use VSCode. In this post, I’ll show you how to run C# in VSCode, as well as create a project, execute the code, debug, and compile it. Quick Nav How to Run C# in VSCode 1. Install .NET 5.0 2. Create a new C# […]

Top 12 Oh My Zsh Themes For Productive Developers

Zshell is a powerful terminal and popular alternative to bash. Oh My Zsh is an open source framework for Zshell with many themes and plugins. In this post, I’ll share my top 12 themes that will accommodate any developer. Quick Nav How to Install Themes in Zsh Top 12 Oh My Zsh Themes for Productive […]