this post was submitted on 15 Jun 2023
26 points (100.0% liked)

Programming

13345 readers
1 users here now

All things programming and coding related. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 1 year ago
MODERATORS
 

I'm always interested in hearing other's stories and what they're working on. Anyone care to share?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 1 year ago* (last edited 1 year ago)

I'm a professional developer but I started out as a hobbyist. I fell in love with programming after seeing all the neat things you could do with jailbroken iPhone back in the day, and while I don't dabble in that area, I love having the ability to customize or alter something to suit my needs.

My current work is pretty boring and repetitive, so I've found some energy to write a workout routine newsletter, like their weren't enough workout apps already haha. I also started a terminal SQL application that could be used for querying files. (insert into [./orangefiles.csv] select Path, Name, FileSize from [./../dir] where Name like '%orange%' and Type = 'file') But I gave up on that because it was way over my head. Might pick it up again a few years in the future, it would be pretty handy.