this post was submitted on 31 Mar 2026
29 points (96.8% liked)

Programming

26304 readers
1077 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
 

I've been scrolling around and I'm wondering what sort of projects everyone here is working on? I have not worked on anything in awhile but I wanna see more projects and maybe that'll change haha

you are viewing a single comment's thread
view the rest of the comments
[–] sylphrin@sh.itjust.works 2 points 13 hours ago (1 children)

It's not that exciting, but I'm working on a Pomodoro timer.

There are a lot of Pomodoro timer apps out there, but I still haven't found one that has all the features I want, they're always missing something or other. I'm sick of compromising, so I'm making my own. I've coded a Pomodoro timer before so I've got the general logic down, but my prior implementation is attached to something else and I want it as a standalone application. Thought this would be a good little project to learn godot with, especially since it will let me export it for mobile as well (in theory).

I hate doing UI stuff and most of this project is UI so.... wish me luck.

[–] comrade 1 points 13 hours ago

"There are a lot of X apps out there, but I still haven’t found one that has all the features I want"

I feel this heavy, every app's just so eh... nowadays at least but either way, goodluck with the ui work (I hate frontend too but svelte makes it bearable)