PrivacyData Privacy Tips for 2021Intro Data has become the currency of the web. Full featured software and services such as Facebook and Google’s app (Gmail, search, maps…
GitUsing Multiple Accounts on GitHubIf you’ve found this post, you very likely came across an error while trying to push code to a new second GitHub account. The issue is…
Visual Studio CodeHow to use Visual Studio Code as your Diagram ToolThis video shows you how to use our favorite editor, vscode, to create any type of diagram you want. This is super useful for things like…
Visual Studio CodeHow to Use Visual Studio Code as your MongoDB IDEThis video will should you how to use the official MongoDB extension for Visual Studio Code. This awesome extension allows you to connect…
JavaSpring Boot Development Using Command Line OnlyIntro So this one is mostly for fun, but I wanted to see how difficult it would be to develop a basic Spring Boot project using command line…
GhostFree Ghost CMS Blogging With Gatsby and NetlifyIntro While its easier than ever to create a new website, web app, or blog today, the availability of quality free hosting providers…
LinuxLinux Auto Backup Files to Synology DeviceSince I actually use virtual machines for all of my work, standard backups of the VM files are very important to me. I recently decided to…
Visual Studio CodeMy First Visual Studio Code Extension! - Spring Boot SnippetsHey everyone and welcome back to Developer Soapbox. In this post, I’d like to share with you some details on how to install and use my new…
virtualboxUnstable 3D Graphics on Windows 10 VM for Nvidia Card On Linux HostProblem Enabling 3D graphics for a Windows 10 guest VM on Virtualbox would cause unpredictable visual effects and transparent start menu…
virtualboxGuest Auto Resize Issue Virtualbox 6.1Issue I recently reformatted my computer and proceeded to install Virtualbox, which I use extensively for development and making videos…
.NET Core.NET Core ScaffoldingSimilar to Ruby on Rails, .NET has a really cool command line interface (CLI) utility for easily creating boilerplate code such as MVC…
DatabaseH2 Database BasicsRequirements The only requirement is that you must have Java JRE installed on your system, and PATH variable updated so that “java” command…
JavaJava Connect to SQLite using Spring BootWhat You’ll Need Java JDK 8+ installed IDE (Eclipse, IntelliJ, etc) What You’ll Get A bare bones Spring Boot command line app which connects…
GraalVMGraalVM Ruby BasicsWhat You’ll Need GraalVM installed and bin directory in your PATH variable Text editor (VS Code, vi, etc) REST API client (cURL, Postman…
jrubyInstalling JRuby on Windows 101. Download JRuby Zip Go to https://www.jruby.org/download and download the option named “JRuby Binary.zip” for the latest available…
jrubyConnect to MS Access Database using JRubyThe example below will show you how to query a Microsoft Access database using JRuby and JDBC. I have to say that this was probably the…
kotlinUsing Spring JdbcTemplate with KotlinWhat You’ll Need Java JDK and Kotlin compiler installed Kotlin IDE. IntelliJ recommended. What You’ll Get A simple CRUD application to…
Spring BootEasiest Way to Generate Spring Boot Project Visual Studio Code - Spring Initializer PluginIn the video below, you’ll learn the quickest way to get a Spring Boot project up and running in VS Code using the Spring Initializer Plugin…
MS AccessProgramming Java and Spring Boot to Connect to a MS Access DatabaseIn the video below, you’ll see how to connect to a Microsoft Access database using Java and Spring Boot.
PostmanHow to View Postman Result as HTML TableIn the video below, you’ll see how to use the awesome Visualize feature in Postman to convert your JSON to an easy to ready HTML table.
Top 4 Windows 10 Linux Command Line Tools (out the box - NO linux subsystem needed)!Starting with build 17063, Windows 10 now has some great linux command line tools available out the box! This video provides a basic…
Visual Studio CodeVisual Studio Code SQL Server Development BasicsThe video below is a simple and concise walk-through of how to use Visual Studio Code to connect to a SQL Server database, execute SQL…
GraalVMGraalVM for Beginners - Windows 10 Install and Basic UsageIn the video below, I want to show you what GraalVM is at a high level, how to install it in Windows 10, and some basic commands. This is…
MS AccessCall ANY Function or Stored Procedure from Microsoft AccessThe video below shows you how to call ANY native server side SQL statement from MS Access. This includes functions, stored procedures, DDL…
OracleCreating Oracle Database XE 18C Docker Container1. Download Oracle XE Database Select download based on your OS from here https://www.oracle.com/database/technologies/xe-downloads.html…
Spring BootUsing Spring Boot with IntelliJ Community EditionFrom my initial introduction to Java back in college, Eclipse has been my primary choice as an IDE. Nowadays however, I feel like an old…
VBACreate a Simple VBA Function in ExcelMicrosoft Excel provides most functions you will ever need out of the box. By chaining the built in functions, almost anything can be…
LinuxEnable Auto Login in CENTOS 6First a word of warning. Unless you have a good reason, you should not disable the login step. OS login could save your personal data from…
LinuxInstall VirtualBox Guest Additions in CENTOS 61. Install required packages Install the required packages in the CENTOS guest OS by executing the following: After installing, restart…