Ray C Horn


Python, Docker, Security and Microservices
  • The Rescue of my Tweepy Twitter Bot EC2 Instance

    Managing a Tweepy Twitter Bot on an EC2 instance can be challenging, especially when facing unexpected disk space issues. This article recounts my experience of rescuing my EC2 instance, which was running out of space due to Docker, and provides insights on effective resource management. [Read More]
  • Super-Simple Logger Config for Python 3.9.2

    Logging is an essential part of any software development process, providing insights into how code is performing. This article introduces a streamlined logger configuration for Python 3.9.2, making it simpler to manage log files and observe code behavior in the console. [Read More]
  • SmartDict for Python 3.9.2

    Python 3.9.2 introduces some fascinating features, one of which is the SmartDict - a dynamic dictionary object ideal for handling various values for the same key. This article explores the SmartDict’s capabilities, particularly its application in Natural Language Processing (NLP) and Docker management. [Read More]
  • Simple Docker Switch

    The complexity of managing Docker environments can be a challenge, especially when debugging. This article introduces a simple yet effective method to manage docker-compose.yml files, making the debugging process more manageable and efficient. [Read More]