
As an Experienced Hybrid Cloud Services Engineer My focus is to implement the best solutions for Infrastructure Teams, while ensuring the best information security practices are upheld.
Complementary to my professional experiences, I've studied and researched Cyber Security and System Developement for the past 4 years.
My journey has been shaped by my education at the University of Texas at San Antonio, where I gained invaluable knowledge and thoroughly enjoyed the learning experience and instruction.
What's Heppening? Let's talk about what I'm doing right now at my job!
Well, we've just implemented our new provisioning agent to automate such a dreadful task!
At my current internship my team and I have just finished implementing a user provisioning agent, as part of a lifecycle workflow, to automate tasks such as creating new user AD accounts as well as updating them. Additionally this agent created users in Entra and can assign users to their necessary security groups dynamically, and also complies with our RBAC policies. We've decided to use tools like Azure Logic App, and Runbook to automate as well as load balanced Azure Arc Servers for continuation. This allows us to load in thousands of users a week with almost 100% success rate, resulting in no suspended jobs.
Information Security Advocate
I am dedicated to safeguarding digital assets with advanced identity and access management solutions. By implementing Zero Trust principles, encryption protocols, and auditing frameworks, I strengthen security postures and proactively mitigate vulnerabilities.
Cloud Automation Innovator
I specialize in streamlining workflows and boosting efficiency through automation and cloud-native solutions. By deploying scalable systems like Azure Arc servers and Kubernetes clusters, I enable organizations to adapt to evolving tech landscapes with speed and reliability.
Hybrid Cloud Systems Specialist
I design and manage hybrid cloud environments that seamlessly integrate Azure and on-premises systems. My expertise in deploying secure, load-balanced solutions improves efficiency and job throughput, ensuring robust, scalable infrastructure tailored to organizational goals.
Next look at this cool stuff

HADOOP!
Get a look at how a small group including myself architected an Apache Hadoop cluster to help us gather results on BIG DATA through map-reduced tasks

CUDA PARALLEL PROGRAMMING EXPERIMENT
In this section, I've implemented a CUDA kernel that performs a compare-and-exchange operation on an array using global memory only. The kernel uses a single block of threads to handle the array. Each thread compares and swaps two elements in the array if they are out of order.