Skip to content
View sandeshbhusal's full-sized avatar
💭
Learning
💭
Learning

Highlights

  • Pro

Block or report sandeshbhusal

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 250 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
sandeshbhusal/README.md
Hi there 👋

I am Sandesh Bhusal

I am a Senior Firmware Engineer working at Marvell Semiconductor Inc. I work in DDR Firmware, enabling Diagnostic testing in a post-silicon validation setting. My previous experiences include:

  • Rust Developer (NXLog)
  • Observability engineer (Logpoint)
  • Presales Engineer (Logpoint)

I love contributing to projects I use personally, and I am an avid Rustacean.

Read my blog Text me on LinkedIn

Pinned Loading

  1. CPWorkshop CPWorkshop Public

    Competitive programming workshop

    C++ 6 2

  2. crabby-dns crabby-dns Public

    A not-so-crappy DNS server to run locally. Works like a pihole to block ads, trackers and more.

    Rust 2

  3. Hulaak Hulaak Public

    Hulaak is a framework to move data and messages around (made for personal use)

    Rust 1

  4. Simple actor framework definition in... Simple actor framework definition in Rust
    1
    use std::{
    2
        future::Future,
    3
        io::{Error, Read, Write},
    4
        net::UdpSocket,
    5
    };
  5. JSONParser JSONParser Public

    A very simple Json Parser I built while tinkering. Not for production. Tested on large json ~85MBps parsing on a M3 Mac single core.

    Rust