This looks delicious and the plating is ๐จโ๐ณ๐
27.10.2025 21:42 โ ๐ 2 ๐ 0 ๐ฌ 1 ๐ 0@edwardcodes.bsky.social
Fullstack Software Engineer | Boston | CLAM CHOWDA | #100Devs
This looks delicious and the plating is ๐จโ๐ณ๐
27.10.2025 21:42 โ ๐ 2 ๐ 0 ๐ฌ 1 ๐ 0lets GOOOOOOOO
17.10.2025 21:16 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0What I learned in Boating School is how to craft my narrative and resume
14.10.2025 22:35 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0the eyeballs were a worthy sacrifice for that gorgeous hair
09.10.2025 22:36 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0lets GOOOOOOOO
09.10.2025 22:35 โ ๐ 2 ๐ 0 ๐ฌ 0 ๐ 0This is so cool.
11.09.2025 02:02 โ ๐ 2 ๐ 0 ๐ฌ 0 ๐ 0Days 91-96 | #100DaysOfCode
More React practice with two games.
tenzies-qqhy.onrender.com
programming-language-hangman.onrender.com
Try em out and lemme know what you think!
Oh that sounds interesting, is that like legislation regarding AI?
04.09.2025 03:32 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0What kind of AI research are you doing?
03.09.2025 19:45 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0The Wretched of the Earth has been on my to-read list for a while now.
01.09.2025 23:30 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0Days 90 | #100DaysOfCode
Took a little break because of sick but I'm back at it again.
- Coding challenge
- More React practice, coding up a little game called Tenzies.
Oh wow that's a really good idea. It's in like with the minimal UI and fairly obvious to the user. I never would've thought of this if you hadn't brought it up. Thank you!
23.08.2025 17:48 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0Thanks for the insightful comments.
The first is a really good idea! This is my first go at using React. Still trying to wrap my head around understanding state. This would definitely give me more practice.
The second I'll have to mull a bit. I rather like the clean UI. How to implement...
GOT IT WORKING ๐
chefs-kiss-backend.onrender.com
GO AND TRY IT OUT! But don't spam it, HuggingFace only gives 300 free API requests a day
Days 85-89 | #100DaysOfCode
Made an AI chef that gives you back a recipe after you tell it what ingredients you have on hand!
Then I added a backend to protect my API key. Currently trying to figure out how to deploy it on render.
Days 81-84 | #100DaysOfCode
- More React practice
- Codewars
Unfortunately I think the tech industry of old of far different from the modern day iteration. ๐ฉ
17.08.2025 18:22 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0I'm fairly sure this statement is older than I am!
16.08.2025 21:08 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0Day 79/80 | #100DaysOfCode
- Code wars
- Working my way through Scrimba React tutorial, created a static page.
I'll keep that in mind for when I get some free time โ๏ธ
14.08.2025 23:51 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0I took a semester of it in college. Unfortunately I forgot most of it๐
I wanna get back into it at some point but I've just been too busy with other stuff.
The Kanji alphabet is literally just Chinese, like they took a whole other writing system and decided they wanted to adapt it to their language.
13.08.2025 00:16 โ ๐ 1 ๐ 0 ๐ฌ 2 ๐ 0A single addTimeOff() and a helper replace what was essentially the same code twice but with one being 'vacation' variables and the other 'sick' variables. The very creatively named addTimeOffHelper gets around this with some ternary logic = )
13.08.2025 00:10 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0Day 77/78 | #100DaysOfCode
- Added week2week functionality in the form of: deleting old shifts / vaca / sick and creating new recurring shifts.
- Minor cosmetic fixes (8.00 -> 8.0), and organizing my code.
- Unified sick/vaca, one form, two buttons. Way more efficient than 2 forms/add functions.
After I'm done with everything, I want to redo this project in React. Thus I've started the scrimba React tutorial while I'm doing the finishing touches.
10.08.2025 16:35 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0Moving forward, I still have many minor tweaks that need to be made, the most outstanding being the rendering of the scheduling and overtime audit. Still haven't completely figured out how to format it the way I want when downloaded as pdf.
10.08.2025 16:34 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0Day 72-75 | #100DaysOfCode
- Misc bug fixing
- Refactoring code FINALLY to make use of the many schema changes I've made over the past two weeks. This ended up simplifying a lot of logic. Instead of doing convoluted time/date calcs, now I compare one schema field === another schema field.
I've been yelling abt Dates A LOT but I ran into yet another issue today. After lots of tinkering,
Issue: Storing current time zone in the DB but when it came time to render, it assumed UTC and did a conversion backwards to the previous day.
Solution: Write a helper that formats assuming UTC.
Day 70&71 | #100DaysOfCode
Because of the schema changes made yesterday, a bunch of things broke. Spent a bit debugging and changing things around. Something like vaca.map(d => //) becomes vaca.map(d.date => //). Just tedious really.
Added blackout date functionality, time when nobody gets charged!