Skip to content
View amglng's full-sized avatar
  • WeThinkCode_
  • Johannesburg, South Africa
  • LinkedIn in/amglng

Block or report amglng

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
amglng/README.md

πŸ‘‹ Hey, I'm Amogelang Ngene

πŸ”§ Aspiring Data Engineer | πŸ’» Software Developer | πŸ“Š Data Enthusiast

LinkedIn Email GitHub


🌟 About Me

class DataEnthusiast:
    def __init__(self):
        self.name = "Amogelang Ngene"
        self.location = "South Africa πŸ‡ΏπŸ‡¦"
        self.education = "WeThinkCode_ | Software Development (Final Year)"
        self.passion = "Building robust data pipelines and infrastructure"
        self.currently_learning = ["Data Engineering", "ETL Pipelines", "Cloud Technologies"]
        
    def say_hi(self):
        print("Thanks for dropping by! Let's build something amazing together πŸš€")

me = DataEnthusiast()
me.say_hi()

I'm a final-year Software Development student at WeThinkCode_ with a burning passion for data engineering and building scalable data systems. With a background in Administrative Information Management, I bridge the gap between software engineering and data infrastructure.

🎯 What Drives Me

  • πŸ—οΈ Building Data Pipelines – Creating efficient ETL/ELT processes that scale
  • πŸ”§ Data Infrastructure – Designing robust systems for data storage and processing
  • 🌱 Continuous Learning – Currently pursuing IBM's Applied Data Science certification
  • πŸ’‘ Open Source Contribution – Sharing knowledge through well-documented projects

πŸ› οΈ Tech Arsenal

πŸ’» Languages

Python Java SQL JavaScript

πŸ“Š Data Science & Analytics

Pandas NumPy Matplotlib Jupyter

🌐 Web Development

HTML5 CSS3 Spring Boot

πŸ”§ DevOps & Tools

Docker Git GitHub Actions Linux VS Code


πŸš€ Featured Projects

πŸ“Š Data Analysis & Visualization

  • Real-world datasets with Python
  • Data cleaning, transformation & EDA
  • Statistical analysis & insights
  • Interactive visualizations

Tech: Python, Pandas, Matplotlib, Seaborn

πŸ—οΈ Software Engineering

  • Object-oriented design patterns
  • RESTful API development
  • Problem-solving algorithms
  • Test-driven development

Tech: Java, Spring Boot, JUnit

πŸ—„οΈ Database & SQL Projects

  • Complex queries & optimizations
  • Database design & normalization
  • Data aggregation & reporting
  • ETL pipelines

Tech: PostgreSQL, MySQL, SQLite

🌐 Web Applications

  • Responsive UI/UX design
  • Frontend-backend integration
  • Containerized deployments
  • CI/CD automation

Tech: HTML, CSS, JS, Docker, GitHub Actions

πŸ’‘ Explore my repositories for detailed READMEs, code documentation, and live demos!


πŸ“ˆ GitHub Stats

GitHub Stats

Top Languages

GitHub Streak


πŸŽ“ Certifications & Learning Path

graph LR
    A[Diploma: Admin Info Management] --> B[WeThinkCode_ Software Dev]
    B --> C[IBM Data Fundamentals βœ…]
    B --> D[IBM IT Fundamentals βœ…]
    C --> E[IBM Applied Data Science πŸ”„]
    E --> F[Data Engineering Tools 🎯]
    D --> G[Cloud Data Platforms 🎯]
    F --> H[Data Engineer πŸš€]
    G --> H
Loading

πŸ“œ Completed

βœ… IBM Data Fundamentals – January 2025
βœ… IBM Information Technology Fundamentals – July 2025
βœ… Diploma in Administrative Information Management

πŸ”„ In Progress

🟑 IBM Applied Data Science with Python Professional Certificate

🎯 Next Up

πŸ”œ Apache Airflow Fundamentals
πŸ”œ AWS Certified Data Engineer Associate


πŸ’Ό What I'm Looking For

I'm seeking opportunities to grow as a:

  • πŸ”§ Data Engineer – Building scalable data pipelines and infrastructure
  • ☁️ Cloud Data Engineer – Leveraging AWS/Azure/GCP for data solutions
  • πŸ—οΈ ETL/ELT Developer – Designing efficient data transformation workflows
  • πŸ“Š Analytics Engineer – Creating data models that drive business decisions

Open to: Internships, Junior Roles, Collaborative Projects, Open Source Contributions


🌱 Current Focus

Learning:
  - Data Pipeline Architecture
  - Apache Airflow & ETL Orchestration
  - Docker & Container Orchestration
  - Cloud Platforms (AWS/Azure/GCP)
  
Building:
  - End-to-end data pipelines
  - Dockerized data services
  - Automated ETL workflows
  - Data warehouse solutions
  
Reading:
  - "Designing Data-Intensive Applications"
  - "Fundamentals of Data Engineering"

πŸ“« Let's Connect!

I'm always excited to connect with fellow developers, data enthusiasts, and potential collaborators!

LinkedIn Email

πŸ’¬ Open to discussing:

Data Engineering β€’ ETL Pipelines β€’ Cloud Architecture β€’ Software Development β€’ Open Source β€’ Career Opportunities


⭐ If you find my work interesting, consider starring some repos! ⭐

Profile Views


πŸš€ "Building the bridges between raw data and actionable insights" πŸš€

Built with ❀️ by Amogelang Ngene

Pinned Loading

  1. API_Sales_Data_Pipeline API_Sales_Data_Pipeline Public

    A Python mini-project that fetches data from a free API, transforms it into a clean tabular format, and outputs it to a CSV file for analysis.

    Python