Vim setup: The never-ending story Joy! I’ve gotten my Python virtual environment set up, installed Flake8() and managed to trouble-shoot a problem with the Syntastic auto-running of Flake8() on save... read more
Test Driven Development (A cure for Refactor-phobia) There is an entire C# application running at CritiqueWheel... read more
Sometimes it takes more than Motivation Lessons learned: It’s so easy to fall out of practice A short break, to catch up on some reading, a delve into some other interests and lo-and-behold I felt almost back at stage one when I tried to do a Leetcode exercise.. read more
The last week It’s been a strange week. My regular job has dwindled to a minimum and with the extra time comes extra worry about income... read more
That’s Better Had a moment of “what’s happening”, but I get it now... read more
It’s been a full few days The Educative OOP course is almost done... read more
A Banking Class Example Following the tutorials in Educative I wrote my first class with inheritance... read more
Time to Tweak the Terminal Having played around with and gotten some comfort level with Vim with VS Code, I feel it’s time to start exploring using Vim from the terminal... read more
Parent Class Parent Class (Super Class or Base Class): This class allows the reuse of its public properties in another class... read more
Information Hiding The process of hiding the ‘inner workings’ of a method or class by providing only an interface to access the object... read more
Share This Post Widget I’m working on implementing the code and methods detailed by Christian Oliff at this page... read more
Classes and Methods: Some Notes If you don’t initialize the values of properties, the code will not compile... read more
Projects for Python Use There are a plethora of project suggestions on the webs, but I’m keen to try something of my own, that has immediate impact on what I’m working on... read more
Adding Some Flair I was unhappy with the functionality of the standard list page of the minima theme... read more
Vim Update I’m feeling more comfortable using Vim these last few days, although I admit the arrow keys are getting too much attention... read more
Too Many Vim Commands Getting back into Vim again and decided this time to take it slower and get the basics well in place before I try and incorporate too many commands... read more
Binary Search Recommended Youtube Playlist Binary searching has been a difficult learning curve for me... read more
Binary Search The divide and conquer search method. Linear Search The sequential searching through all data entries one by until until we find a match... read more
Tentative steps. Today, I took some first tentative steps into understanding Hash tables:.. read more
This post is a culmination of previous project related posts. It’s useful for me to see the needs develop and to decide when and what to implement and how I can combine the requirements into clear actions to take... read more
Definition A binary search tree (BST) is a tree data structure in which nodes are arranged according to the following property... read more
Definition Level Order traversal is a breath first transversal. The traversal starts at the root and explores all the nodes at the same depth prior to moving onto the next depth level... read more
Tree Traversals (Preorder, Inorder and Postorder) From the root of a binary tree, traverse deeper before going laterally... read more
Binary Tree Terms A tree has a root and leaves... read more
Certificates Section Next mini-project here on this site is to start to put together a list of certificates and courses I’ve done... read more
Finished the Arrays section I’ve been working through the Data Structures and Algorithms course on Educative to develop my python skills... read more
Let’s try out PlantUML PlantUML seems at first glance somewhat similar to Mermaid but with a wider function list... read more
Mermaid setup. Really basic first effort. I created a shortcodes folder under my theme layouts folder, adn there created a mermaid... read more
Okay so that’s better. A simpler approach worked. I got playing with a copy of my primary *... read more
Question: If I just copy the template? What happens if I just copy the single... read more
Hugo Section: A different look and feel. I though that in order to set a different look and feel for a Hugo section, I’d create a folder in the current theme layout folder with the same name as the section... read more
Raison d’être o el porque I built and deployed the Beta version of the critique wheel site in response to a need for the fiction writers in my writing groups to get faster and more actionable critiques on their short stories... read more
Start here As of today, I’ve been re-experimenting with programming for 13 months... read more