Hey everyone! I saw that there were some threads about sharing personal websites, but I thought that I'd make sort of a more general thread for sharing other kinds of programming projects you might be working on or have finished!
For me, the main project I've been working on recently is creating a new Home Assistant integration for GE Cync smart devices. I made my own (still in progress) Python library for it, and my integration just got merged for the October 2025 Home Assistant release!
I've also made a scheduling web application for a con I staff, AnthroExpo! The goal was to make a schedule app that was functional and costs a lot less than other paid options out there. It was a success at last year's con, people liked it! ^^
Share your programming projects!
- LugiaBerry
- Fresh Critter
- Posts: 13
- Joined: Mon Sep 08, 2025 12:32 pm
- Pronouns: he/him
- Location: Missouri, USA
- Species: Lugia
- Find Me Here: https://bsky.app/profile/kinachi.lugiaberry.art
- Mood:
- Contact:
- Micolithe
- Critter
- Posts: 55
- Joined: Wed Jul 16, 2025 11:55 pm
- Pronouns: they/them
- Location: Phil's Delphia
- Species: Dog
- Find Me Here: https://micolithe.us/
- Contact:
Re: Share your programming projects!
I created a Django application to coordinate movie nights
It
1. Allows someone to nominate a movie that exists on my plex/jellyfin server
2. Allows someone to vote for a movie (in addition to nomination, so everybody gets two votes essentially)
3. Allows someone to throw a movie into radarr that i do not already have
I'm also doing a Django application for work to help manage our new Kafka real time data integrations, we're moving off of Informatica PowerExchange and there's no Kafka equivalent for the Workflow Monitor, the only way to pause and restart stuff is via HTTP request, so we had a pretty big gap. I don't think I can show it to you because it's for work but let me tell you it's pretty fuckin' robust.
Most of my other semi-recent stuff is on github under my real name because I was trying to use it as a job getting tool so I can't post it here.
It
1. Allows someone to nominate a movie that exists on my plex/jellyfin server
2. Allows someone to vote for a movie (in addition to nomination, so everybody gets two votes essentially)
3. Allows someone to throw a movie into radarr that i do not already have
I'm also doing a Django application for work to help manage our new Kafka real time data integrations, we're moving off of Informatica PowerExchange and there's no Kafka equivalent for the Workflow Monitor, the only way to pause and restart stuff is via HTTP request, so we had a pretty big gap. I don't think I can show it to you because it's for work but let me tell you it's pretty fuckin' robust.
Most of my other semi-recent stuff is on github under my real name because I was trying to use it as a job getting tool so I can't post it here.
- LugiaBerry
- Fresh Critter
- Posts: 13
- Joined: Mon Sep 08, 2025 12:32 pm
- Pronouns: he/him
- Location: Missouri, USA
- Species: Lugia
- Find Me Here: https://bsky.app/profile/kinachi.lugiaberry.art
- Mood:
- Contact:
Re: Share your programming projects!
Oh nice! The kafka stuff sounds similar to what some others on my team are recently working on. Basically ingesting hundreds of millions of data points a day and getting them into a database in the least amount of time possible for end users to access xP