Skip to content

Instantly share code, notes, and snippets.

View AtharvaWaghchoure's full-sized avatar

Atharva Waghchoure AtharvaWaghchoure

View GitHub Profile
Current Implemenation
1. Support for different UI frameworks.
2. Base implementation for apps to bootstrap project faster.
3. Wrapper for handling connection with ClearNode
Future Implementation
1. Critical Apps(servers) like payment servers, game servers will need higher magnitude and efficient concurrent websocket handling.
Rust/Go will be apt choice for this.
2. Support for mobile rather shelling out to javascript.

Atharva Waghchoure

Software Engineer
Email: [email protected]
GitHub: github.com/AtharvaWaghchoure
LinkedIn: linkedin.com/in/atharva-waghchoure

Summary

Dedicated and level-headed Software Engineer with 1 year of experience in building software as a freelancer. Eager to apply my experience in tech as well as client relations to enhance product development. Specially interested in building decentralized ecosystems for finance and social interactions.

Education

[package]
name = "javasdk"
version = "0.1.0"
edition = "2021"
[dependencies]
reqwest = { version = "0.11", features = ["blocking", "json"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1", features = ["full"] }

About Myself:


Hey I am Atharva Waghchoure, I am a Junior Year student from Pune University, India. I worked as a freelance for past two years and also worked as a Software Engineer Intern at a early startup [Prahalada Sumiran Techlabs](https://github.com/PrahaladaSumiranTechlabs/). I like to develop robust software mainly in niche of blockchain layer 2 solution and system level applications.

Projects:

I have developed many project most of them being written in Rust and Golang.

  • Ram Snapper: It is a cross platform memory acqusition tool written in Rust for Kavach the Biggest CyberSec hackathon in India.
    • Cross compiled tool working on windows and linux currentlyl.
    • Providing analysis of the dump with easy command through the cli app.