Intro

Hi! I'm Karan AKA ZootedElf AKA BigBangZeus, a passionate Computer Science graduate from the University of Illinois at Chicago with expertise in Network Analysis and Software Development. I specialize in Python, C++, and network security, with a proven track record of developing sophisticated tools and maintaining secure network environments.

What I Bring to the Table:

  • 🛡️ Security Specialist: Experienced in implementing and maintaining security measures for Windows OS environments, with expertise in network security and ethical token grabbing. Proficient in:
    • Advanced intrusion detection systems
    • Zero-day vulnerability research
    • Reverse engineering malware
    • Custom security tool development
  • 💻 Full-Stack Development: Proficient in multiple languages including Python, C++, Java, and C#, with hands-on experience in:
    • High-performance automation systems
    • Multi-threaded application architecture
    • Advanced bot development frameworks
    • Cross-platform compatibility solutions
  • 🔧 Network Analysis: Currently working as a Network Analyst at J.R. Olsen Bonds, specializing in:
    • Enterprise-level network optimization
    • Advanced traffic pattern analysis
    • Custom monitoring solution development
    • Proactive security implementation
  • 🚀 Innovation & Research: Constantly pushing boundaries with:
    • Cutting-edge automation techniques
    • Novel security methodologies
    • Performance optimization strategies
    • Emerging technology exploration

Recent Achievements:

  • 🏆 Developed a revolutionary network monitoring system that reduced incident response time by 60%
  • 🌟 Created custom security tools that enhanced system protection against emerging threats
  • 💡 Implemented automated solutions that improved workflow efficiency by 45%
  • 🔥 Successfully managed and secured networks handling over 10TB of sensitive data

I'm passionate about creating efficient, secure solutions that make a real impact. Check out my resume to learn more about my professional experience, or view my about section to learn more about my journey.

Let's connect and discuss how I can contribute to your team's success!

Resume

Education

University of Illinois at Chicago, School of Engineering
Bachelor of Science in Computer Science
May 2018 – December 2020

Oakton Community College
Associate of Science in Computer Science
May 2016 – May 2018

Professional Experience

J.R. Olsen Bonds - Network Analyst

September 2022-Present | Glenview, IL

  • Ensure smooth and secure operation of computer networks across onsite and remote environments
  • Optimize data flow and troubleshoot network issues to minimize system downtime
  • Implement and maintain security measures for Windows OS systems
  • Collaborate with cross-functional teams to enhance network efficiency

Featured Projects

Technical Skills

JavaScript
TypeScript
C
Python
Node.js
Next.js
Express.js
React
Python
Pandas
FastAPI
Flask
PyTorch
TensorFlow
Matplotlib
NumPy
Numba
C++
C
STL
Boost
OpenGL
Qt
CMake
GDB
Valgrind
Node.js
AWS
SQL
HTML + SASS/CSS
GraphQL

Projects

SaaS For Creators

A full-stack SaaS platform designed for content creators to manage their digital presence. Features include content management, analytics, and monetization tools.

React Node.js Custom CSS Tailwind
Zoot Portfolio

SystemDiagnosticsTool

A comprehensive system monitoring and diagnostic tool that provides real-time analysis of system performance, memory usage, and network statistics. Features an intuitive interface with dynamic graphs and detailed system metrics.

Python Batch Windows API System Monitoring
Dashboard Job View Resume View Analytics Settings

ApplicationBot

An automated job application system that streamlines the job search process. Users can upload their resume, set job preferences, and let the bot handle applications on Indeed. Features an intuitive dashboard, job tracking analytics, and customizable application settings. Currently supports Indeed with plans for expansion to other platforms.

Python Selenium BeautifulSoup Indeed API SQLite
Barbershop Home Page Barbershop Services Barbershop Services List Barbershop Team Barbershop Contact

Lui's Barbershop Website

A modern, responsive website designed for a premium barbershop in Northfield, Illinois. Features include service listings with pricing, team profiles, customer testimonials, online booking functionality, and contact information with an integrated map. The design emphasizes a luxurious yet welcoming aesthetic that matches the barbershop's brand.

HTML5 CSS3 JavaScript Responsive Design Google Maps API

About

SOME STATS ABOUT ME

Current age
34.87331293589
Countries visited
12
Current city
Chicago, IL

Breaking the Mold

Coming from a family deeply rooted in the medical field, my journey into technology was anything but conventional. While medicine runs in my family's veins, I discovered my passion lay in the intricate world of computer science. This decision to forge my own path has shaped not just my career, but my entire approach to problem-solving and innovation.

The Story Behind the Names

In the digital realm, I'm known by two aliases that each carry special meaning. BigBangZeus, a name that honors both a dear friend's memory and symbolizes the explosive potential of new beginnings, represents my presence in creative spaces - from Twitch streaming to music production. ZootedElf emerged from my journey in the tech industry, inspired by my mentor NickIsSanta, reflecting my commitment to continuous learning and growth in the field.

Beyond the Code

When I'm not immersed in network analysis or coding, you'll find me exploring various creative outlets. I stream Fortnite on Twitch, produce music and upload on Spotify and Apple Music, and constantly research new opportunities for innovation. But perhaps most importantly, I prioritize quality time with family, whether it's taking my parents out for dinner or simply being present in the moments that matter. This balance of professional drive and personal connections keeps me grounded and inspired.

Defining Projects

The SaaS For Creators project stands as my most challenging and rewarding endeavor. This ambitious platform required intricate API integrations across multiple social media platforms, pushing the boundaries of what's possible in content creator automation. The challenges were numerous - from navigating complex rate limiting systems to ensuring seamless cross-platform compatibility. One particularly memorable obstacle involved developing a novel approach to handle OAuth authentication flows across different platforms while maintaining robust security protocols. Through persistence and innovation, we not only overcame these challenges but created solutions that set new standards in creator-focused automation.

What Drives Me

My drive comes from a deep-seated belief in technology's power to enhance human connection and efficiency. I'm particularly passionate about developing solutions that bridge the gap between complex technical systems and user-friendly experiences. The rapid evolution of network security and automation presents daily opportunities to innovate, and I thrive on turning these challenges into opportunities for growth.

A Different Perspective

I believe the most effective security solutions aren't just about building walls - they're about understanding how people interact with systems. This human-centric approach to cybersecurity and development sets my work apart, focusing not just on technical excellence but on creating solutions that genuinely enhance user experience while maintaining robust security.

Making an Impact

In a world of 8.2 billion people, I don't aim to change the entire planet. Instead, I focus on making meaningful impacts in my sphere of influence - whether it's developing more secure systems, mentoring aspiring developers, or creating tools that make people's digital lives easier. I believe that real change happens one interaction at a time, and if I can positively influence even a small corner of the tech world, that's success to me.

"I'm always open to connecting with like-minded professionals and exploring new opportunities where my unique blend of technical expertise and creative problem-solving can make a difference. Let's build something amazing together."

Contact

Feel free to get in touch. You can email me at:

Elements

Text

This is bold and this is strong. This is italic and this is emphasized. This is superscript text and this is subscript text. This is underlined and this is code: for (;;) { ... }. Finally, this is a link.


Heading Level 2

Heading Level 3

Heading Level 4

Heading Level 5
Heading Level 6

Blockquote

Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan faucibus. Vestibulum ante ipsum primis in faucibus lorem ipsum dolor sit amet.

Preformatted

i = 0;

while (!deck.isInOrder()) {
    print 'Iteration ' + i;
    deck.shuffle();
    i++;
}

print 'It took ' + i + ' iterations to sort the deck.';

Lists

Unordered

  • Dolor pulvinar etiam.
  • Sagittis adipiscing.
  • Felis enim feugiat.

Alternate

  • Dolor pulvinar etiam.
  • Sagittis adipiscing.
  • Felis enim feugiat.

Ordered

  1. Dolor pulvinar etiam.
  2. Etiam vel felis viverra.
  3. Felis enim feugiat.
  4. Dolor pulvinar etiam.
  5. Etiam vel felis lorem.
  6. Felis enim et feugiat.

Icons

Actions

Table

Default

Name Description Price
Item One Ante turpis integer aliquet porttitor. 29.99
Item Two Vis ac commodo adipiscing arcu aliquet. 19.99
Item Three Morbi faucibus arcu accumsan lorem. 29.99
Item Four Vitae integer tempus condimentum. 19.99
Item Five Ante turpis integer aliquet porttitor. 29.99
100.00

Alternate

Name Description Price
Item One Ante turpis integer aliquet porttitor. 29.99
Item Two Vis ac commodo adipiscing arcu aliquet. 19.99
Item Three Morbi faucibus arcu accumsan lorem. 29.99
Item Four Vitae integer tempus condimentum. 19.99
Item Five Ante turpis integer aliquet porttitor. 29.99
100.00

Buttons

  • Disabled
  • Disabled

Form