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.
Server Administration 13 May 2018Create a Linux User with Only SFTP AccessYou should prohibit users within a Linux server from creating a SSH session and only allow them to connect to the SFTP in certain environments such as web hosting. Here is a guide on how to configure your Linux server to work this way.
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.
Me 7 May 2018Welcome!Howdy! My name is Austin. I'm a software developer specializing in web applications and proficient in Java, SQL, PHP, JavaScript, C#, HTML, and CSS. Austin's Dev is a new blog in which I'll be sharing my software development experiences and updates on my products. I'll also share tips covering beginner and advanced topics through articles […]