class nfoert:
def __init__(self):
self.name = "nfoert"
self.languages = ["Python", "HTML", "CSS", "JavaScript", "C++"]
self.portfolio = "https://nfoert.github.io"
self.projects = {
"Cardie": "github.com/nfoert/cardie",
"Circles": "github.com/nfoert/circles",
"Jade Software": "github.com/nfoert/jadelauncher",
"And more...": "github.com/nfoert"
}
self.links = {
"Mastodon": "mastodon.social/@nfoert"
"Instagram": "instagram.com/nfoert23,
"YouTube": "youtube.com/@nfoert",
"Twitch": "twitch.tv/nfoert",
"Discord": "@nfoert"
}
def hello(name):
print(f"Hello, {name}. I'm nfoert!")
I'm nfoert, a programmer from the USA. I care a lot about open source software, self hosting, and right to repair. I enjoy tinkering and experimenting with different aspects of technology, and I'm learning to create applications that have a helpful and functional use to the open source community.
I do a lot of work with web development and Django, I know Python, JavaScript, and C++, and I'd like to learn some more other lower level languages like Rust.
My main project right now is a business card designer platform called Cardie.
I've also created a open source social media application Circles, used CircuitPython to put together some programs for making smart home devices out of Raspberry Pi Pico's, experimented with Eel to make a Spotify frontend and I have some dotfiles for the Wayland compositor, Niri.
I've also experimented with Unreal Engine 5, created a macro pad with a Raspberry Pi Pico, I self host a personal Minecraft server, Immich, Home Assistant, and lots of other little projects.