Visual Studio Code Extension – Live Share
Here is an extension that I highly recommend to everyone that collaborates with anyone else. If you’re asking for help with your code or want to help someone else with their code. Instead of copying and pasting into cha
Read moreGitHub Copilot
A long time ago I had heard of an AI assisted app that will help with programming. A few months ago I received an email to say that I now have access. I installed it ASAP 😀I thoroughly enjoy using GitHub Copilot, it is an
Read moreJavaScript Coding – Fury Typing
To refresh myself with JavaScript and a bit of CSS, to learn HTML5 and Canvas in 2014 I decided to create a web game. I decided to take a bit of elements from Tetris, Guitar Hero and typing games and put them all together and
Read moreAtom – A hackable text editor for the 21st century
If you do a lot of programming you’re going to want to check out Atom. Atom is a powerful modular text editor software that will allow you to write your code effortlessly. You can easily install new features that you ar
Read moreUsing ddclient with multiple DynDNS providers
This has been tested on Raspberry pi but should work on any Linux system. When this script is run it will update your WAN IP address with DynDNS providers. In this example we used changeip.com and Google Domains and we have a
Read moreReport WAN IP address changes to Discord Webhook
This script creates a file called ipinfo.db that contains your current WAN IP address. When this script is scheduled to run, it will check to see if if your WAN IP has changed. If it has, it will report back to your Discord w
Read more