Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First Commit for Hacktober-Fest 2024 #3144

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#### Name: [Achal Singh](https://github.com/achal-singh)

- Place: New Delhi, Delhi, India
- Bio: Crypto Applications/Web3 Developer | Typescript/Node.JS Developer
- GitHub: [Achal Singh](https://github.com/achal-singh)

#### Name: [3mYouOL](https://github.com/3mYouOL)

- Place: Iloilo, Philippines
Expand Down Expand Up @@ -41,6 +47,7 @@
-GitHub: https://github.com/KariSims

#### Name: [ALEX MARRUJO](https://github.com/marrujoalex)

- Place: California
- Bio: Software Developer
- GitHub: [Alex Marrujo](https://github.com/marrujoalex)
Expand Down Expand Up @@ -2831,7 +2838,6 @@
- Bio: Second Year undergrad pursuing B.tech in Electronics and communication Engineering
- GitHub: [adityasays](https://github.com/adityasays)


#### Name: [Koduri Mohan](https://github.com/kodurimohan)

- Place: Chennai, Tamil Nadu, India
Expand All @@ -2849,4 +2855,3 @@
- Place: Kolkata, WB, India
- Bio: Third Year undergrad pursuing B.tech in Electronics and communication Engineering
- GitHub: [op-amateur](https://github.com/op-amateur)

26 changes: 26 additions & 0 deletions profiles/Achal_Singh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Achal Singh

### Location 📍

New Delhi, Delhi, India 🇮🇳

### Academics 🎓

Amity School of Engineering & Technology, Noida, U.P., India

> Bachelor of Technology - Computer Science and Engineering (Batch of 2018)

### Interests 🧠

- Exploring Web3 (₿) and AI 🤖 advancements.
- Technical Analysis and Trading.
- Backend Development with Node.JS/Typescript.
- Learning Rust and Frontend Development.

### Projects 🔨

- [Shardeum](https://github.com/shardeum/shardeum) - An EVM-based autoscaling L1 Blockchain Protocol.

### Profile Link 👨🏻‍💻

[Achal Singh](https://github.com/achal-singh)
8 changes: 8 additions & 0 deletions scripts/hello_world_achalsingh.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
//! LANGUAGE: Rust
//! ENV: rustc 1.75.0
//! AUTHOR: Achal Singh
//! Github: https://github.com/achal-singh

fn main() {
println!("What's up World! Achal here!");
}
Loading