Some instructions on how to get started with interfacing Python with Cisco APIC REST API.I found this blog post by Wim Wauters particularly useful, and I have used much of …
Some instructions on getting started with using Postman with Cisco APIC REST API.Click on any of the images / screenshots shown to enlarge.Some of this material was lifted from Du’An …
Download example Python project here: working_directoryStep 1: Set up your Visual Studio Code environmentOpen a terminal window and enter the command pipenv installOn attempting this install you may get the …
A cheat sheet demonstrating an XSLT example for a number of commonly used transformation technuiques.For reference a link to a free online XSLT formatter.Shortcuts to each XSLT example covered in …
A summary of SOLID Principles as implemented in the C# language.Useful link: https://code-maze.com/solid-principles/1. Single Responsibility PrincipleEvery class should have only one responsibility. Consider the class PersonalDetails whose responsibility is to …
This post is a how-to guide on how to get up and running with using the tesseract optical character recognition (OCR) library in a Microsoft Visual Studio environment.The original link …
Some tips and tricks for using the Google search engine effectively. Instructions on how to make your internet searches more powerful by utilising various search techniques that Google provides.1. Searching …
A simple guide, to explain how to change the WordPress database table prefix of your WordPress installation from its ‘wp_’ into something else .It is recommended that you change this …
Simple exampleTaken from chocolatey.org documentation that shows you how to create a basic package to install Notepad++.Open a command prompt and navigate to a preferred location and enter ‘choco new …
A quick cheat sheet for using Notepad++ to find and replace text in Notepad++.In all examples, use select Find and Replace (Ctrl + H) to replace all the matches with …