henryeleonu.comImportance of Writing Only A Single Task in a FunctionI will be talking about the importance of writing only a single task in a function based on my recent experience in a project I was involved with. I was engaged in making some updates to simulation software for transport and logistics, and I noticed ...May 7, 2023·2 min read
henryeleonu.comSome Best Practices for Improving Code Maintainability and QualityI will discuss my experience while maintaining simulation software written in Python. I was engaged in making some updates to simulation software for transport and logistics, and I noticed that the transport and logistics department, which was suppos...May 7, 2023·2 min read
henryeleonu.comHow To Encourage Best Practices in Python Programming By Complying With PEP8 Style GuideAs part of this blog post, I have added a YouTube demo on how to enable PEP8 compliance in Visual Studio Code. Enabling PEP8 Compatibility of Python Code in Visual Studio Code - YouTube https://www.youtube.com/watch?v=ZkwHwQ6l4wI Some of the best p...Apr 17, 2023·3 min read
henryeleonu.comDeploy Jupyter Notebook and Spark on AWS Elastic Kubernetes Service (EKS)In this article, I am going to show the steps to follow to enable you to run Apache Spark on a cluster managed by Kubernetes. But before this, you have to first create the EKS cluster. I have another article on how to create an EKS cluster in AWS. Sp...Dec 20, 2022·4 min read
henryeleonu.comHow To Deploy PostgreSQL on AWS Elastic Kubernetes Service (EKS)In this post, I am going to explain the step I followed to deploy PostgreSQL running in docker containers to AWS EKS. The YAML files I used for this deployment can be found in my GitHub repository: https://github.com/henryeleonu/spark-kubernetes/tree...Dec 19, 2022·4 min read