code
Code/Scripts
Throughout my professional career, I have done programming in C, C++, Java, .NET C# and Python but I have not started blogging until I became fascinated with Python and its ecosystem of libraries and machine learning capabilities. That's why you will mostly see my posts about Python for now. If you are looking for my software engineering and software architecture posts, click here.
Some Random Examples:
Circuit Breaker Example (Explanation, Working-Sample)
Emulate Database in Client/HTML/Javascript code (Explanation, Working-Sample)
Kids & Information Security - Encoding/Decoding samples (Explanation, Working-Sample 1, Working Sample 2 )
Python Examples:
My fascination with Python is explained in this blog post: LINK
Each link indicates what version of Python I used to prepare this code.
List files in a directory in reverse alphabetical order and find the top file using a name pattern
Snippet of code from my Python module doing requests.put call to a microservice
Getting DynamoDB item by partition and SORT key using Python
Snippet of code that reads XML, encodes it, and returns a dictionary within my API-test framework
Snippet of Python code that gets the input data for API calls in my little API-testing framework
Python Programming Series - For Beginners:
Python Programming Series - Part 2- String Manipulation Example
Python Programming Series - Part 3 - Read a file and write into a file
Python Programming Series - Part 4 - Factory Pattern Example