Skip to content
View JaelDS's full-sized avatar
:octocat:
Learning
:octocat:
Learning

Highlights

  • Pro

Block or report JaelDS

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
JaelDS/README.md

José Antonio Escalante López



👨‍💻 About Me

Data Engineer and ETL Developer with 2+ years of experience specializing in database migration, CI/CD pipeline management, and big data solutions. Currently pursuing a Master's in Cybersecurity at Torrens University in Brisbane, Australia.

🛠️ Tech Skills
  • Programming: Python, SQL, Shell Scripting, Spark, Java, Javascript, HTML, CSS
  • ETL Tools: Informatica PowerCenter (IPC), Ab Initio, Datio
  • Cloud & Big Data: Google Cloud Platform (BigQuery, BigTable), Hadoop, HDFS, YARN
  • Databases: Oracle, Teradata, Hive
  • Cybersecurity: Kerberos, CyberArk, encryption, permissions management
  • Project Management: Agile, Scrum, Jira, CI/CD (Jenkins, Bitbucket)
  • Tools: VS Code, IntelliJ, GitHub, Adobe XD, Adobe Illustrator, Figma, Adobe Photoshop, Docker, Git
  • Network Fundamentals: Linux, Cisco Packet Tracer, Wireshark, SIEM

🎓 Education & Institutions

🚀 Professional Roles

  • L3 AMS Support Engineer at Softtek - Citibanamex (Mexico City) | Jun 2023 - Aug 2024
  • Database Migration and Big Data Specialist at Softtek - BBVA (Mexico City) | Sep 2022 - Jan 2023
  • ETL Developer and Big Data Analyst at Softtek (Mexico City) | Jul 2022 - Jan 2023

🏆 Certifications

SAFe 5 Practitioner Cloud Data Integration for PowerCenter Developers

🎓 Education

  • Masters in Cybersecurity - Torrens University (Brisbane, QLD) | Expected 2027
  • Scaled Agile Scrum Certification - Mexico City | Nov 2022 - Dec 2022

💻 Developer Profile

package Developer;

public class Jael {
    private String code = "Javascript, HTML, CSS, Python, Java, Markdown";
    private String tools ="VS Code, IntelliJ, GitHub, Adobe XD, Adobe Illustrator, 
                            Figma, Adobe Photoshop, Docker, Git";
    private String areas = "Web, UI/UX, Data Engineering, Cybersecurity, ETL";
    
    public String getCode(){  return code;  }
    public String getTools(){  return tools;  }
    public String getAreas(){  return areas;  }
    
    public boolean setCode(String code){
        if (!code.isEmpty()){
            this.code = "Keep learning!!!!!";
            return true;
        }else
            return "Keep improving!!!!!";
    }

    public boolean setTools(String tools){
        if (!tools.isEmpty()){
            this.tools = "Learn a new tool!!!!!";
            return true;
        }else
            return "Keep improving until master the tools!!!!!";
    }

    public boolean setAreas(String areas){
        if (!areas.isEmpty()){
            this.areas = "Keep looking for new areas!!!!!";
            return true;
        }else
            return "Keep improving until master the areas!!!!!";
    }

    public String showMessage(){
        return
                "challenge: I'm changing my career path and working hard to achieve my dreams!!!!!";
    }
}

📊 GitHub Activity

GitHub Streak Top Languages JaelDS's github activity graph

🔭 Current Projects

  • 🔐 Exploring cybersecurity frameworks and threat modeling
  • 🌐 Building a personal portfolio showcasing data engineering projects
  • 📊 Developing data visualization tools for big data analysis

📫 Connect With Me

Softtek

Popular repositories Loading

  1. JaelDS JaelDS Public

    1

  2. Fleet_Management_System Fleet_Management_System Public

    Object-oriented logistics management system with fleet, customer, shipment, and delivery tracking. Features Australian address validation, smart delivery date calculation, and efficient data storag…

    Python 1 3

  3. Network-Design-Case-Study Network-Design-Case-Study Public

    Cisco-based implementation of multi-layered network security addressing Heartbleed, SQL injection, MITM, BGP route poisoning, and phishing attacks. Includes complete configurations for NGFW, AAA, V…

    HTML 1 1

  4. Cybersec-Web-App-Incident-Response Cybersec-Web-App-Incident-Response Public

    HTML 1

  5. Cybersec-Human-Risk-Framework Cybersec-Human-Risk-Framework Public

    HTML 1

  6. Spoon-Knife Spoon-Knife Public

    Forked from octocat/Spoon-Knife

    This repo is for demonstration purposes only.

    HTML