.profile/README.md

48 lines
5.4 KiB
Markdown
Raw Normal View History

2024-01-19 20:02:24 +00:00
<!-- markdownlint-disable MD033 -->
# Hi 👋 [![omg.lol](https://omg.8bitsqu.id/?user=8bit)](https://8bit.omg.lol) [![ko-fi](https://shields.io/badge/Ko--fi-aadidesai-FF5E5B?style=flat&logo=kofi)](https://ko-fi.com/aadidesai) [![mastodon](https://shields.io/badge/Mastodon-@8bit@social.lol-6364FF?style=flat&logo=mastodon&logoColor=6364FF)](https://social.lol/@8bit) [![linkedin](https://shields.io/badge/LinkedIn-in/aadidesai-0077B5?style=flat&logo=linkedin&logoColor=0077B5)](https://www.linkedin.com/in/aadidesai)
2021-12-27 21:04:35 +00:00
2024-01-19 20:02:24 +00:00
- ⛏️ Im currently working on [go-chat](https://github.com/supleed2/go-chat) and this profile
- 🔭 I'm interested in backend design and systems programming
- 🌱 Im currently learning Rust and Go
2024-01-19 20:21:28 +00:00
- 💬 Reach out anytime, via socials found on [my homepage](https://8bit.lol), [on LinkedIn](https://www.linkedin.com/in/aadidesai), or via [this form](https://blog.8bit.lol/contact)
2024-01-19 20:02:24 +00:00
- 📝 I plan to document projects and thoughts on [this blog](https://blog.8bit.lol)
- ⚡ Just got into indoor bouldering, it's tiring but exhilarating!
- 💯 Markdown: we love human-readable formats
2021-12-27 21:04:35 +00:00
2024-01-19 20:02:24 +00:00
## Skills
2021-12-27 21:04:35 +00:00
2024-01-19 20:02:24 +00:00
Roughly in order of ability / preference
2022-07-16 23:22:08 +00:00
2024-01-19 20:02:24 +00:00
### Languages
2022-07-17 15:47:48 +00:00
2024-01-19 20:02:24 +00:00
![Rust](https://shields.io/badge/Rust-E74700?style=flat&logo=rust&logoColor=white) ![Go](https://shields.io/badge/Go-01ADD8?style=flat&logo=go&logoColor=white) ![Python](https://shields.io/badge/Python-FFD43B?style=flat&logo=python&logoColor=306998) ![C++](https://shields.io/badge/C++-044F88?style=flat&logo=cplusplus&logoColor=white) ![F#](https://shields.io/badge/F%23-4E8CBD?style=flat&logo=fsharp&logoColor=white)
2022-07-17 15:47:48 +00:00
2024-01-19 20:02:24 +00:00
### Tools
2022-07-17 15:47:48 +00:00
2024-01-19 20:02:24 +00:00
![Git](https://shields.io/badge/Git-3E2C00?style=flat&logo=git) ![VSCode](https://shields.io/badge/VSCode-007ACC?style=flat&logo=visualstudiocode&logoColor=white) ![GitHub](https://shields.io/badge/GitHub-333333?style=flat&logo=github&logoColor=white) ![Cloudflare](https://shields.io/badge/Cloudflare-F48120?style=flat&logo=cloudflare&logoColor=white) ![Docker](https://shields.io/badge/Docker-1D63ED?style=flat&logo=docker&logoColor=white) ![Portainer](https://shields.io/badge/Portainer-0DB7ED?style=flat&logo=portainer&logoColor=white)
2022-07-17 15:47:48 +00:00
2024-01-19 20:02:24 +00:00
### Other
2022-07-17 15:47:48 +00:00
2024-01-19 20:02:24 +00:00
![Discord API](https://shields.io/badge/Discord_API-5865F2?style=flat&logo=discord&logoColor=white) ![Raspberry Pi](https://shields.io/badge/Raspberry_Pi-C7053D?style=flat&logo=raspberrypi&logoColor=white) ![PlatformIO](https://shields.io/badge/PlatformIO-E37B0D?style=flat&logo=platformio&logoColor=white) ![Arduino](https://shields.io/badge/Arduino-43A2A6?style=flat&logo=arduino&logoColor=white) ![SolidWorks](https://shields.io/badge/SolidWorks-DF1A21?style=flat&logo=dassaultsystemes&logoColor=white) ![Excel](https://shields.io/badge/Excel-347444?style=flat&logo=microsoftexcel&logoColor=white) ![PowerPoint](https://shields.io/badge/PowerPoint-C84C2B?style=flat&logo=microsoftpowerpoint&logoColor=white) ![Word](https://shields.io/badge/Word-3158a3?style=flat&logo=microsoftword&logoColor=white)
2022-07-17 15:47:48 +00:00
2024-01-19 20:02:24 +00:00
## Recent Projects
2022-07-17 15:47:48 +00:00
2024-01-19 20:02:24 +00:00
- [go-chat](https://github.com/supleed2/go-chat): A basic irc-style chat server and client, written in Go using [bubbletea](https://github.com/charmbracelet/bubbletea) and connecting via [websockets](https://github.com/nhooyr/websocket)
- [cch23-8bit](https://github.com/supleed2/cch23-8bit): Not a standalone project, but my entry to the 2023 Shuttle.rs Christmas Code Hunt, written in Rust using the [Axum](https://github.com/tokio-rs/axum) framework
- [nanobot](https://github.com/supleed2/nanobot): A Discord bot written in Rust, using the [Poise](https://github.com/serenity-rs/poise) framework, providing automated verification of society membership for the Discord server
- [svls-vscode](https://github.com/dalance/svls-vscode/): Contributed to this VSCode extension, designed to work with the [svls](https://github.com/dalance/svls/) language server, providing in-editor style / syntax linting, snippets, and syntax highlighting for SystemVerilog files
- [FPGA Accelerator for StackSynth, Imperial Y4 Final Project](https://github.com/supleed2/EIE4-FYP): Accelerator board for the `Synthesizer Project` below, using an OrangeCrab FPGA to produce CD-quality audio samples in real-time
- [Synthesizer, Imperial Y3 Spring Term Project](https://github.com/supleed2/ELEC60013-ES-CW2/): Firmware for a single-octave synthesizer, written in C++, with multiple octaves usable by chaining boards together
- [Pet Tracker, Imperial Y3 Autumn Term Project](https://github.com/supleed2/ELEC60013-ES-CW1/): Pet Tracker using the FindMy Network as a backbone to exfiltrate basic data from onboard sensors and ultra-low-power location tracking
2022-07-17 15:47:48 +00:00
2024-01-19 20:02:24 +00:00
## Education
2022-07-17 15:47:48 +00:00
2023-06-28 11:12:00 +00:00
- 🎓 [Imperial College London](https://www.imperial.ac.uk/): September 2019 - June 2023
2024-01-19 20:02:24 +00:00
- MEng in Electronics and Information Engineering, [Final Project](https://github.com/supleed2/EIE4-FYP)
2022-07-17 15:47:48 +00:00
- 📚 [Queen Elizabeth's, Barnet](https://www.barnet.ac.uk/): September 2012 - August 2019
- A Levels: A\* Maths, A\* Physics, A Further Maths (+AS Product Design)
2024-01-19 20:02:24 +00:00
## GitHub Stats
2022-07-17 15:47:48 +00:00
2024-01-19 20:02:24 +00:00
[![GitHub Readme Stats](https://github-readme-stats.vercel.app/api?username=supleed2&count_private=true&show_icons=true&theme=github_dark_dimmed&show=discussions_started&line_height=28)](https://github.com/anuraghazra/github-readme-stats) [![Most Used Language Stats](https://github-readme-stats.vercel.app/api/top-langs/?username=supleed2&langs_count=12&size_weight=0.8&count_weight=0.2&layout=compact&theme=github_dark_dimmed)](https://github.com/anuraghazra/github-readme-stats)