I didn’t know about registers, thank you for this!
- 0 posts
- 5 comments
Joined 3 years ago
Cake day: July 22nd, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
If it makes you feel even better, I’m a software engineer and I had lots of trouble learning to use GitHub and git, it’s embarrassing to admit it but I’m super glad I learned!
- emergencybird@lemmy.worldto
Sync for Lemmy@lemmy.world•I've used Lemmy more in the past 12 hours than I have in the past month since signing up. All because of Sync.English
3 yearsI’ve been jumping between Jerboa, liftoff and now sync. Sync just has a smoothness that the other two apps don’t have, at least in my experience on my pixel 6 pro, scrolling and everything is butter smooth on sync, the others have some odd stutters sometimes
- emergencybird@lemmy.worldto
Sync for Lemmy@lemmy.world•I've used Lemmy more in the past 12 hours than I have in the past month since signing up. All because of Sync.English
3 yearsI never would’ve thought of this, loving sync as a first time user


I haven’t been in the field for too long but my very first job had extensive ci/cd pipelines setup. At first I was kind of annoyed by having to write tests and having my code auto refused by lint checks. Now that I experienced a job that didn’t have any automated testing, I realized how much I love TDD. Nearly all my personal projects have ci with at the very least lint checks.