I help coders level up their engineering careers
Check out my site: https://coreyja.com
So now coreyja is officially becoming an LLC!
With this we’ll be able to send push notifications to make sure that scheduled backups run on time!
So now coreyja is officially becoming an LLC!
With this we’ll be able to send push notifications to make sure that scheduled backups run on time!
Now for all the actual hard wark of polishing, before we even talk about the v2 of actually doing the migration to a new PDS
Also my account doesn't have a lot of blobs so lets upload a video!
Now for all the actual hard wark of polishing, before we even talk about the v2 of actually doing the migration to a new PDS
Also my account doesn't have a lot of blobs so lets upload a video!
Going to make me convert to a business Apple Dev Account it seems lol
Going to make me convert to a business Apple Dev Account it seems lol
It's not at all like I still have to ship the last AtProto project I started 🙈
It's not at all like I still have to ship the last AtProto project I started 🙈
Had drawn up some plans and it all worked out pretty much as planned
Had drawn up some plans and it all worked out pretty much as planned
But today I’m suffering from all the mosquito bites I got from doing it l
But anyways here is the finished box with herbs planted!
But today I’m suffering from all the mosquito bites I got from doing it l
But anyways here is the finished box with herbs planted!
Not sure I love it, but I’m almost finished with the glass now, so didn’t hate it lol
It’s sour at first from the lemonade and then has a coffee after taste. Not sure I’ll be having it again lol
Not sure I love it, but I’m almost finished with the glass now, so didn’t hate it lol
It’s sour at first from the lemonade and then has a coffee after taste. Not sure I’ll be having it again lol
The idea is great, but in practice I find that it really just hasn't done much for the PRs I've tried it on 🤷
Would love to hear if anyone else has different opinions on it!
The idea is great, but in practice I find that it really just hasn't done much for the PRs I've tried it on 🤷
Would love to hear if anyone else has different opinions on it!
Had to scoop up mine lol
Had to scoop up mine lol
The issue from last night is that Claude Code was actually trying to do too much! There were multiple 'redirect_urls` and it was getting them confused and redirecting me to the middle of Oauth once it was actually complete already.
Manually removed that logic this AM and 🎉
The issue from last night is that Claude Code was actually trying to do too much! There were multiple 'redirect_urls` and it was getting them confused and redirecting me to the middle of Oauth once it was actually complete already.
Manually removed that logic this AM and 🎉
Hugops to everyone over at Slack, this has been a long one
Hugops to everyone over at Slack, this has been a long one
We are working on this idea from @cam.fyi
Basically an automated way to update your profile picture on Bluesky
The MVP is going to be the fraction progress bar idea here
But before we can work on the actual app, we need to deal with oauth
We are working on this idea from @cam.fyi
Basically an automated way to update your profile picture on Bluesky
The MVP is going to be the fraction progress bar idea here
But before we can work on the actual app, we need to deal with oauth
Took a shortcut awhile back and was always pulling the latest tailwindcss release, but of course as v4 came out with breaking changes this broke my site on deploy this morning.
Fix was easy luckily!
Took a shortcut awhile back and was always pulling the latest tailwindcss release, but of course as v4 came out with breaking changes this broke my site on deploy this morning.
Fix was easy luckily!
Need that new season!
Need that new season!
✅ DO: use &str for string slices and String for owned strings.
❌ DON'T: use &String as a function parameter.
#Rust30x30
✅ DO: use &str for string slices and String for owned strings.
❌ DON'T: use &String as a function parameter.
#Rust30x30