Programming 14 July 2020Intro to Programming (C#) - Part 0: Setting Up Your Development EnvironmentTo begin the Intro to Programming (C#) series, I show you how to set up your development environment on Windows with .NET Core and the Visual Studio Community IDE.
Programming 2 July 2020What Would You Like to Learn in Software Dev?Aspiring software developers, what would you like to learn about programming?
Programming 17 April 2019Using MongoDB in Your ASP.NET Core AppLearn how to connect and interface with MongoDB in an ASP.NET Core application.
Programming 15 April 2019Intro to Windows FormsWindows Forms lets you build rich client applications with an event-driven design. Many developers today use it for rapid GUI development, existing in-house tools, and educational purposes. Here is a quick overview of Windows Forms.
Programming 29 May 2018Create a Maven Project from an Archetype in IntelliJ IDEAMaven is a build automation tool for Java that supports archetypes, a way for you to generate a sample project that may provide an example of best practices in usage for a library or framework. In this article, you will learn how to create a new Maven project from an archetype in the IntelliJ IDEA IDE.
Programming 9 May 2018IntelliJ IDEA Dark ThemeIntelliJ IDEA is a powerful Java IDE written by JetBrains that comes with a dark UI theme called Darcula. The theme can begin to feel bland at times if you use the IDE often, so here is a recommendation on another dark UI theme you can use.