I noticed that that the status bar at the bottom of VS Code would “sometimes” be purple and at other times it would be blue. The reason for the difference is VS Code will display a blue status bar when you open a folder. At all other times it will […]
Estimated reading time: 37 seconds
This post shows you how to configure the Oracle Developer Tools extension for VS Code and then use it to query an existing table, create or alter database objects and execute PL/SQL. Prerequisites The versions I have used are shown in brackets Microsoft VS Code (1.35.1) Oracle Database ( XE 18.4.0.0.0) […]
Estimated reading time: 3 minutes
Here is my C# and .NET Core FizzBuzz program. Prerequisites The versions of the following items that I used are displayed in brackets. Install Visual Studio Code. (1.34) Install the .NET Core SDK. (2.2.300) Install the C# extension for Visual Studio Code (1.19.1) FizzBuzz Start Visual Studio Code, open the Integrated Terminal (CTRL + […]
Estimated reading time: 1 minute
The Reload button in Chrome has three options. If you open the Chrome DevTools (F12) the three options are visible by holding down the “Reload this page” button. Normal Reload Windows keyboard shortcut: F5 or CTRL + R Reloads the current page. Hard Reload Windows keyboard shortcut: CTRL + Shift […]
Estimated reading time: 1 minute
I have wanted to volunteer to help run a Code Club since first hearing about it back in June 2013 thanks to this episode of the Ubuntu Podcast where they interviewed one of the founders; Linda Sandvik The universe had different plans for me for a while but it was […]
Estimated reading time: 5 minutes