Technology I Use
A comprehensive list of tech I've learnt to use and mastered!
Category | Technologies |
---|---|
Languages | |
Frameworks/libs | |
Databases | |
CI/Containerization | |
Visualization/ML | |
Build Tools | |
Cloud | |
Ecosystems | |
Design |
More Projects
Image Uploader
A classic image uploader to post images to. With fs writes, a UI to upload images, a REST API and a authorization system featuring both username/password and a token. Fully customizeable and designed to be self-hosted, it also features a docker image to run.
tailwind
html
rust
actix
docker
DagPaste
DagPaste is my take on hastebin. Self hosteable, it features highlight js syntax highlighting, rest API to add pastes, and raw paste fetching. Using the fs, and rocket.rs for the rust api its fast, performant and looks great! Speedy with rust + vanillajs + css and template rendering
rust
rocket
docker
html
css
js
Udymts
An esoteric programming language (esolang) is designed to test the boundaries of computer programming design, as a proof of concept, as software art. My idea was making python cryptic by using a ceaser cipher. Compiled udymts, is just shifting by a unit of 5. To push boundaries, the actual compiler that takes in python files is written in rust. With pyo3, the compiler can execute python code! Mentioned by a top esolang blog
pyo3
encryption
esolang
rust
compiler
cli
Ewaste App
A Work in progress idea to help users find waste recycling locations. The idea being, users get a map of possible nearby ewaste drop-off locations. The app uses location data to show nearby dropoff points and get navigation and info about them!
nextjs
firebase
firestore
auth
googlemaps
geolocation
R.Daggy
A private moderation discord bot written in rust. It features reaction roles, moderation, information, fun and more. Using the serenity.rs librray and the discord API it supports slash commands and text commands! The bot also is compiled to a binary inside a minimal docker image, to be run effortlessly with env vars
rust
serenity
docker
discord