#!/usr/bin/env python3
class Profile:
def __init__(self):
self.name = "Nilay"
self.alias = "Byson94"
self.focus = ["Linux", "low-level tooling", "DevOps"]
self.learning = ["Python (automation)", "Rust (speed & memory safety)"]
def thank(self):
print("Thank you for visiting my README! I hope that you find my works interesting.")
me = Profile()
me.thank()
Theom DE: https://github.com/AxOS-project/Theom
A minimal and fast desktop enviornment for linux with eligance and costomizability.
xfsrtray: https://github.com/Byson94/xfsrtray
A minimal and customizable system tray tool for linux. It floats by default unlike traditional system trays which dock. It is made in rust using x11rb and provides a smooth experience without any flickers.
GitClone: https://github.com/Byson94/gitclone
An educational tool I made to learn about Git. I wrote a full README that explains the whole GitClone architecture which is basically as same as Git's.
People who are interested in this, can use the resources I provided to learn more about Git.
Biszbo Chat App: https://github.com/Byson94/Biszbo
A great chat app that I made to learn about databases and real time messaging.
This project has been archived and may not work as intended.
Programming | Web & Markup | Backend & DB | DevOps | Environment |
---|---|---|---|---|