Skip to content
View ashavijit's full-sized avatar
:electron:
Focusing
:electron:
Focusing

Highlights

  • Pro

Organizations

@jwoc-jgec

Block or report ashavijit

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
ashavijit/README.md

Header

🎯 Current Engineering Challenges

impl TradingEngine {
    pub async fn execute(&self) -> Result<(), Error> {
        // Building HFT Systems...
        Ok(())
    }
}
  • ⚑ High-Frequency Trading Engine

    • Ultra-low latency execution with ZeroMQ & nanomsg
    • Sub-microsecond performance optimization
    • FPGA acceleration for order processing
  • πŸ“ˆ Options Analytics Platform

    • Real-time market data processing with Kafka
    • Redis Streams for price aggregation
    • MongoDB time-series for analytics
  • πŸ—οΈ VoltaxDB - In-Memory Database

    • C++ based high-performance storage engine
    • Custom TCP server implementation
    • LSM tree-based persistence layer

πŸ’« About Me

#[derive(Debug)]
struct Engineer {
    name: String,
    role: String,
    code: Vec<String>,
    interests: Vec<String>,
}

impl Engineer {
    fn new() -> Self {
        Self {
            name: "Avijit Sen".into(),
            role: "Systems Engineer".into(),
            code: vec!["Rust", "C++", "Go"]
                .into_iter()
                .map(String::from)
                .collect(),
            interests: vec![
                "πŸš€ High Performance Systems",
                "πŸ“Š Quantitative Trading",
                "πŸ” System Design",
                "🎯 Low Latency Solutions"
            ].into_iter()
             .map(String::from)
             .collect(),
        }
    }
}

🌐 Connect

LinkedIn Twitter GitHub Mail

πŸ’» Tech Arsenal

πŸ”§ Systems & Low Latency

C++ Rust Linux

⚑ High Performance

ZeroMQ Redis Kafka

🎨 Frontend Mastery

React Next.js TypeScript JavaScript Redux HTML5 CSS3 TailwindCSS Styled Components Chart.js

πŸ›  Backend Engineering

Node.js Express.js Go Python GraphQL .Net Flask Rails

πŸ“Š Databases & Testing

MongoDB MySQL Jest

☁️ DevOps & Cloud

AWS Docker Kubernetes Nginx Git GitLab Ansible Shell Script

πŸ“Š Performance Metrics

🎡 Vibing To

Spotify

Pinned Loading

  1. lantern lantern Public

    Forked from lanterndata/lantern

    PostgreSQL vector database extension for building AI applications

    C 1

  2. StratosphereLinuxIPS StratosphereLinuxIPS Public

    Forked from stratosphereips/StratosphereLinuxIPS

    Slips, a free software behavioral Python intrusion prevention system (IDS/IPS) that uses machine learning to detect malicious behaviors in the network traffic. Stratosphere Laboratory, AIC, FEL, CV…

    Python

  3. stratosphereips/StratosphereLinuxIPS stratosphereips/StratosphereLinuxIPS Public

    Slips, a free software behavioral Python intrusion prevention system (IDS/IPS) that uses machine learning to detect malicious behaviors in the network traffic. Stratosphere Laboratory, AIC, FEL, CV…

    Python 752 187

  4. sidcord-bot sidcord-bot Public

    JavaScript 5

  5. Birthday-Bot Birthday-Bot Public

    This is birthday reminder bot that send emails on your birthday.

    JavaScript 4