-
Building Your Coding Toolbox: Installing Visual Studio 2022
In the last post, I outlined the application stack you’ll need to follow along in this series. Now it’s time to set up what developers call the development environment. As I mention before, we will be using Visual Studio Community Edition. You can download the installer here. Newer versions of Visual Studio exist, but Visual…
-
Building your First Toolbox – Getting Started

So, you want to learn how to code. You’re determined. You’re ready. You’re completely lost on where to start. No problem. That’s what this blog is all about. Before we start in earnest, let’s talk about the tools you’ll need to learn to code. Today I’ll describe what needs to go into your first toolbox.…
-
CTEs, Bane, Boon, or Both?
Common table expressions, often referred to as CTEs, are a commonly taught tool used in SQL. In my own experience supporting other developers’ code, CTEs have proven to be both a boon and a bane. They are incredibly useful tools and should be in every developer’s toolbox, regardless of their level of experience. However, like…
-
Starting Over
Welcome to the re-imagined Russel Codes Blog. I am Russel, a developer with almost three decades of experience in SQL and web application development. My first experience with SQL was when I was handed a Microsoft Back Office box full of floppy disks and told to install both SQL Server and Exchange. It was an…
