Skip to content
View AvPa1212's full-sized avatar

Highlights

  • Pro

Block or report AvPa1212

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
AvPa1212/README.md

Hi, I'm Avi ๐Ÿ‘‹

Welcome to my GitHub!
I'm an Electrical Engineering student interested in systems, low-level computing, and building efficient technical solutions.


๐Ÿ”ง About Me

  • ๐ŸŽ“ Studying: Electrical Engineering
  • โšก Interested in: Computer architecture, embedded systems, and performance optimization
  • ๐Ÿง  Currently learning: Java, C++, and TypeScript

๐Ÿ› ๏ธ Tech Stack

Programming Languages

Java C++ TypeScript JavaScript Lua

Tools & Frameworks

React TailwindCSS Node.js Git Linux


๐Ÿ“‚ What You'll Find Here

  • โš™๏ธ Systems and performance-focused programming projects
  • ๐Ÿงฎ Data structures & algorithm implementations
  • ๐ŸŒ Full-stack web applications
  • ๐Ÿ”ฌ Technical experiments and engineering-focused builds

โšก Current Goals

  • Deepen my understanding of computer architecture
  • Improve C++ proficiency
  • Explore embedded and hardware-adjacent systems
  • Build technically rigorous, well-documented projects

๐Ÿ“Š GitHub Stats

Avi's GitHub stats Avi's Top Languages


โญ๏ธ Thanks for checking out my profile!

Profile Views

Pinned Loading

  1. PhysEngine PhysEngine Public

    C++ 1

  2. VibeCalc VibeCalc Public

    Dart 1

  3. Efficient Python traffic analyzer fo... Efficient Python traffic analyzer for Wireshark CSV exports using Counter-based aggregation and structured parsing.
    1
    import csv
    2
    from collections import Counter
    3
    from typing import Dict, Any
    4
    
                  
    5
    
                  
  4. Working circuit simulator, nodal ana... Working circuit simulator, nodal analysis engine, D3 schematic rendering, and full EE capabilities.
    1
    <!DOCTYPE html>
    2
    <html lang="en">
    3
    <head>
    4
    <meta charset="UTF-8">
    5
    <meta name="viewport" content="width=device-width, initial-scale=1.0">