Published onJanuary 25, 2023Merging Dictionaries In PythonPythonDictDictionariesDictionaryDeveloperIn this article learn a quick and simple strategy to merge dictionaries with Nonetype values for similar keys.
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?
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...
Published onMay 27, 2022Making Python Classes JSON SerializablePythonJSONOOPIteratorsDunder-MethodsDo you send data from Python to a web service? I bet you did not know your classes could be JSON serializable. Herein I'll show you how.
Published onMay 12, 2022Theming RedocReactRedocOpenapiDocumentationAPIDid you know that you can theme your Redoc component and app renders? I'll show you how in this article.