Published onOctober 3, 2023Indexing and Slicing Arrays in JavaScript and other languagesJavaScriptSoftware-developmentBeginnerBugsProgramming-LanguagesPythonC++GoDig into a simple outline of array indexing and slicing in JavaScript, Python and C++.Read more →
Published onAugust 3, 2023A Simple Bug Hunting FormulaPythonSoftware-developmentPytestTestingBugsDo you hunt for bugs? If not, your software doesn't work. For those of you with working software, here's a formula for bug hunting successfully.Read more →
Published onJanuary 25, 2023Merging Dictionaries In PythonPythonDictDictionariesDictionaryDeveloperIn this article learn a quick and simple strategy to merge dictionaries with Nonetype values for similar keys.Read more →
Published onJuly 15, 2022Better Cron EmailsGNU/LinuxBash-ScriptCLICronCronicDo you get a lot of 'cram' these days with all your cron jobs blasting you emails by default?Read more →
Published onJune 15, 2022Automagically Increment Objects in PythonPythonStandard-LibraryOOPCollectionsDeveloperDo you loop through dictionaries to increment values? Of course you do! There's a better way...Read more →