Obieda Ananbeh

Sr.Software Engineer

Microsoft Certified

Java Developer

Freelancer

Obieda Ananbeh

Sr.Software Engineer

Microsoft Certified

Java Developer

Freelancer

About Me

Hello! I’m Obieda Ananbeh.
Senior Software Engineer with strong experience in Software Analysis, Design, Development and Integration of Enterprise Applications as well as a Microsoft Certified in Azure.

Certifications

Resume
Education
01-2017 - 07-2018
Chicago state university
United States

Master of Science, Computer Science 

Experience
09- 2019 - Present
Software Engineer
Tata Consultancy Services

 I have been working for Walgreens Boots Alliance client as a Cloud Engineer 

09-2020 - Present
Cloud Engineer
Walgreens Boots Alliance Deerfield, IL

 Project:  Retail Pharmacy / Payer Analytics & Operations(PAO), I work on the application responsible for Manages 3rd party contracts for Payers, process retails and specialty claims, Unique Identifiers for plans, Reporting, and analysis of Specialty. 

 My duties Deploy and configure several services to Azure cloud  to migrate All PAO Applications (Grouch, UID, PROS, MPR, and Compliance Cloud).

11-2019 - 11-2020
Cloud Engineer
Walgreens Boots Alliance Deerfield, IL

Project:  Retail Pharmacy / 340B Complete, I Worked on the application responsible for the management of the retail chain management for the leading pharmacy client Walgreens Co.

In this Project We Migrated All 340B Applications to Azure Cloud.

My duties Deployed and configered several services into Azure cloud for instance: Virtual Machines, Virtual Networks, Load Balancer,  Key-Vault, ACR, Storage account, and AKS.

07-2018 - 09-2019
Java/J2EE Developer
AZTech Technologies Chicago, IL

 I  literally worked as JAVA Full stack developer Back End on online training Portal for AZTech employees to take courses and certifications. My duties were the bugs fixing also implemented new features.

01-2017 - 05-2018
Java Developer and Teacher Assistant
Chicago Statue University Chicago, IL

 I significanly worked as a full-stack developer on a registration system that was developed for students registration in Chicago state university.  

 My duties included running and teaching the computer labs for programming languages JAVA and C++.

 In addition, I was assigned several hours in the lab, to help students to complete their projects, meanwhile, I worked as a full-stack developer back end to fix the bugs also implemented the new features.

Volunteering
10-17-2021 - 10-22-2021
Student Volunteer
SPLASH 2021 Conference

ACM SIGPLAN conference on Systems, Programming, Languages, and Applications: Software for Humanity

Skills
  • Azure administration
  • Azure AI
  • JAVA, C, C++, Python
  • Visual basic, Visual basic.net, C#
  • HTML CSS, JavaScript, Ajax, JQuery.
  • LAMP stack (Apache, MySQL, PHP).
  • Azure CLI, Power-Shell, YAML, JASON, Kubctl,
  • Docker, Kubernetes
  • Excellent problem-solving skills
Software
  • BMC Remedy IT Service Management
  • HP ALM
  • Jira software
  • GIT/Stash/Bamboo
  • Vscode / Eclipse
  • Microsoft Windows all, Mac OS and Linux
  • Tomcat Server
Certificates
ACM SIGPLAN Member
2021 - Now
ACM SIGPLAN Member

The ACM Special Interest Group on Programming Languages (SIGPLAN) explores programming language concepts and tools, focusing on design, implementation, practice, and theory. Its members are programming language developers, educators, implementers, researchers, theoreticians, and users

Projects
Awards

Star of the Month Award From TCS

In appreciation of  outstanding contribution to the organization

Graduate Computer Science Award honor

Graduate Computer Science Award honor from Chicago State University in Recognition of outstanding academic achievement during the 2017-2018 academic year.

Books
  • O. Ananbeh, Using Ubuntu Linux as environment for the development of sites using php, Amman-Jordan: www.kutub.info, 2014. (Book link)
  • O. Ananbeh, local server Appserv & XAMPP, Amman-Jordan: www.kutub.info, 2014. (Book link)
  • O. Ananbeh, Computer Maintenance, Amman-Jordan: www.kutub.info, 2014. (Book link)

Blog

June 16, 2023 How to Get the AI-102: Designing and Implementing a Microsoft Azure AI Solution Certification
Article

Report: How to Get the AI-102: Designing and Implementing a Microsoft Azure AI Solution Certification Introduction:The AI-102: Designing and Implementing…

February 25, 2023 QMOOD (Quality Model for Object-Oriented Design)
Software engineering

QMOOD (Quality Model for Object-Oriented Design) is a software engineering model used to evaluate the quality of object-oriented software designs….

February 19, 2023 Efficient Tips for Reading Software Engineering Papers
Article

Reading software engineering papers can be challenging because they often involve technical concepts and jargon that may be difficult to…

February 11, 2023 Code Smells in Python: What They Are and How to Fix Them
Software Refactoring

In software development, the term “code smell” refers to certain patterns in code that indicate the presence of a deeper…

June 10, 2022 Stack in Python
Data Structures & Algorithms in PythonData structures and algorithms in java
Installing MIMIC III in a local Postgres database on Windows 10
March 12, 2022 Installing MIMIC III in a local Postgres database on Windows 10
How to

PostgreSQL Downloads: https://www.postgresql.org/download/  mimic-code: https://github.com/MIT-LCP/mimic-code  MIMIC Documentation: https://mimic.mit.edu/docs/gettingsta…

February 20, 2022 Dictionary Part 2
Python

In this lesson we will learn : 1. Loop through a dictionary. 2. Make a copy of a dictionary. 3. Nested dictionary. Accessing…

February 20, 2022 Dictionary in python part 1
Python

In this lesson we will learn : 1. Declare a Dictionary 2. know how many items in the dictionaries 3….

February 20, 2022 Set part 3 (Join Sets and Duplicates)
Python

In this lesson we will learn : 1. Join Sets 2. Duplicates. Accessing the source code I used in this…

February 20, 2022 Set part 2(Add Items To Set, Loop in set , Update Items In Set and Remove Items from the Set )
Python

In this lesson we will learn : 1. Add Items To Set 2. Loop Sets 3. Update Items In Set…

February 20, 2022 Set Part 1(What is Sets , Declare a new Set, Length of a Set and Access Items)
Python

In this lesson we will learn : 1. What is Sets 2. Declare a new Set 3. Length of a…

Tuple in Python
January 14, 2022 Tuple in Python
Python

In this lesson we will learn : 1. Declare Tuple 2. Access Tuple Items 3. Tuple Length 4. Check if…

BERT(Bidirectional Encoder Representation from Transformer)
December 31, 2021 BERT(Bidirectional Encoder Representation from Transformer)
Article

What is BERT?  BERT stands for (Bidirectional Encoder Representation from Transformer), was initially released in late 2018 by Google.  It…

Configure Logitech mouse to work as a trackpad for Mac OS
October 7, 2021 Configure Logitech mouse to work as a trackpad for Mac OS
How to

Configure Logitech mouse to work as a trackpad for Mac OS Logitech Support URL: https://support.logi.com/hc/en-us

List Part 3 (Check if Item Exists, Loop Through a List and Sort Lists )
September 30, 2021 List Part 3 (Check if Item Exists, Loop Through a List and Sort Lists )
Python

In this lesson we will learn :  Clear the List. Check if Item Exists. List Length. Loop Through a List…

Data Types in Python List Part 2
September 29, 2021 List Part 2 Add and Remove Items
Python

In this lesson we will learn : 1. Add Items using insert and append function. 2. Remove Items using remove,…

Data Types in Python List Part 1
September 27, 2021 Data Types in Python List Part 1
Python

In this lesson we will learn : 1. What is List 2. Access Items in List 3. Negative Indexing 4….

July 26, 2021 Two Dimensional Array In Java
Data structures and algorithms in java

In this lesson we will learn : 1. Declare and Initializing Two Dimensional Array. 2. Access the Elements of an…

July 26, 2021 How to Implement One Dimensional Array in Java
Data structures and algorithms in java

In this lesson we will learn : 1. Declare and Initializing One Dimensional Array. 0:20 2. Access the Elements of…

July 10, 2021 How to install windows 10 on virtualbox mac
How to

How to install windows 10 on Virtualbox Mac. My Prefer setting to give a perfect performance. Link to Download the…

June 24, 2021 Data Type Part1 (boolean, integer, float and string)
Python

In this lesson we will learn :  Data Types:  boolean (bool) – A True or False value. integer (int) –…

June 22, 2021 Operators in Python
Python

In this lesson we will learn: Arithmetic Operators:  Addition (+) Subtraction (-) Multiplication (*) Division (/) Floor division (//) Modulus…

June 22, 2021 Variables in Python Part 2
Python

In this lesson we will learn: 1. The rules we should be follow to create a variables. 2. Multiple Words…

June 16, 2021 Variables in Python Part 1
Python

In this lesson we will learn 1. Create a Variables 2. Casting 3. Get the type of variable

June 15, 2021 Hello World in Python
Python

First Program in Python Hello, World

June 15, 2021 Python Introduction
Python

Python is a popular programming language. It was created by Guido van Rossum, and released in 1991.

June 5, 2021 Comments in Python
Python

Python is a popular programming language. It is used for: Artificial Intelligence (AI) Machine Learning (ML) Data Science Date Mining…

Get in Touch
  • Address: Illinois, USA
  • Email: Obieda.ananbeh@gmail.com
  • Phone: +1
  • Freelance: Available
Contact Form