A Journey in Learning

Posts by Abdul Bhatti:

Heavy Competition

INFLATION! How does an employee gauge their worth? how does an individual negotiate a salary? The federal reserve has calculated that this year’s inflation is 7.5% 8.5%, does this mean that an 8.5% raise is a 0% raise? Should wages be compared with Gold? cryptocurrency? or my personal unit of […]

EKS & IRSA

Elastic Kubernetes service (EKS) is an AWS service that provides users with a fully-managed Kubernetes control plane. microservices and containerized applications are becoming ubiquitous tools that most cloud engineers look towards for development and deployment. Kubernetes allow organizations the option of deploying portable and cloud-agnostic architectures. One of the major […]

Installing Kubeflow: Kustomize and KfDEF

Kustomize This section reviews a tool called Kustomize that allows easy modifications to configurations, this section can be skipped. Kustomize is a program that will be utilized to modify kubeflow’s installation and can be used to configure certain parameters surrounding Authentication and Authorization. Kustomize utilizes a manifest file that is provided by […]

Blockchain, Machine learning, and Pharmaceutical Drug Labeling

In a recent project I was given the chance to design a robust and scalable pipeline for Drug labeling. In current pharmaceutical practice, the drug labeling process of taking technical documents and distilling them down to human readable labels to attach to medication is a tedious and time consuming process. […]

SQL and Python

Last month I have completed the majority of the Complete SQL boot camp. I wanted to learn the details about the SQL language to expand my ability to perform manual ETL functions in python. In my past posts I explained how I was able to run simple ETL scripts using […]