Never knew that I had to enter a repo secret per every env variables I have so the GitHub workflow would work, but we got our workflow going! 🥳
Mai | Software Engineer
@maiproject218.bsky.social
Software Engineer | React, TypeScript, Python Building AI-powered apps | Contributing to open source | Sharing my journey into tech 📍 LA
Initially, I wanted to write out '0123456789' but then I realized the numbers were going to be bigger than I anticipated so it was best to lead with the other operations instead What would you have done differently?
I love automating my process with software Instead of looking at multiple sites for job postings, I'm using #adzuna api to assist with finding jobs in my local area, score the job posting, and add to my dashboard ;)
OMG! I know more than I thought I did?!! Lots of room for improvement on how to optimize my system design on how users will be able to search for events
This one took me awhile to see the pattern, but I started to realize it was similar to Valid Parens problem using a stack
PATTERNS THEY'RE EVERYWHERE system designs were overwhelming to learn at first but I realized there are patterns one can follow similar to algorithm patterns to help guide you in the right direction to solve it
will make an assumption about ';' in some places of your code I thought the bug for this #codewar was due to using 'var' but it was because the { sat on a new line below so JS assumed it was return; in line 3💡
Learning more about latency numbers and came across this article by @bytebytego.bsky.social Please let me know if you have any additional resources for me to read on
Stoppp! Who made @SpotAngels ?!!! This is cute and I'm always looking for parking places around the area where I"m going to be at
It’s the weekend friends. Hanging out with friends + finding parking spots + drinks + dinner = good time How about you?
Writing unit tests for my @fastapi.tiangolo.com backend with patch and noticed it was similar to what I use on the frontend with Jest mocks
IT'S TIME — come watch the premiere of The Full Stack with me!
Pitch Week · The Full Stack
YouTube video by CodeTV
youtube.com
Did you know that if you forget one of your Anki card 8x, it's considered a leech? Not speaking from experience..... 😅
I loved how easy it was to use #resend to help direct message inquiries to help route message inquiries to the email specified in my @fastapi.tiangolo.com backend ✅ send emails
you might be able to build an app, but can you build a *product*? 8 teams start this competition hosted by @kelseyhightower.com, but only 7 advance to episode 2 presented by @awscloud.bsky.social, this is @codetv.dev's largest production yet premieres tomorrow: www.youtube.com/watch?v=8aHX...
EXCITED TO WATCH THIS THURSDAY!
The Full Stack premieres this Thursday at 12pm PT on @codetv.dev’s YouTube channel — join to watch these teams of builders compete to create real products over the course of 6 episodes hosted by @kelseyhightower.com and presented by @awscloud.bsky.social
Fam, we went from left to right for our CTA (call - to-action) button. What do we think?
There's got to be a correlation between eating watermelons in summer and your body cooling down 🍉
I noticed the photos were not centered as I minimized my screen, but I learned I could use object-position (e.g. object-[center_20%]) in @nextjs.org to tell the browser a new fixed anchor point to crop from in the image. It's looking fresh ;)
I was so proud of myself for being able to solve this algo....until it timed out It caused me to think through and play with the input until I felt confident how to get the output After dry running some ideas, I was able to find some solution. Join me next time on Twitch :)?
Did not know that @neetcode1.bsky.social has quizzes 🧐🤯 Taking some quizzes this morning to help me solidify on how to tackle the approaches
Wait a minute here? The webpage is set to light mode but it shouldn't be reflecting the dark mode colors. After reviewing the code, I knew the culprit was the booking-greident When I looked at globals.css file, I noticed there was no booking-gradient for light mode💡
Great articles on how to use agents to help you review code written by Jina! Hehe, I will be stealing some of the prompts for my own use as well
Jina asked, our devs delivered: here's how to stop being the code review bottleneck go.posthog.com/GtAgVCH
Was about to screenshot and save the thumbnail images manually, but #claude pointed out I could just pull the URL for each video and let each card auto-fetch the right thumbnail. 🤯
Somehow got lost in the matrix today The only way to get more comfortable with matrix is to do more and writing psuedocode notes ;) #codewars
Designing a cost-efficient architecture for a static marketing website. The system should allow visitors to 1) browse marketing content 2) submit booking or media inquiries through a contact form 3) and persist those inquiries in a database that serves as a simple CRM #systemdesign
Setting up my sprint board using @linear for the first cycle starting out with UI
I've been enjoying reading Stolen Focus. I'm on the section about reaching a flow state, where the author discusses Mihaly's guidelines: 1) Choose one single goal. 2) Make sure the goal is meaningful to you. 3) Push yourself to the edge of your abilities.
I'm working on how a user can download file from any device similar to Dropbox on #hellointerview I thought the blob storage could download to the server and then get sent to the client, but I just read it was the bad solution 😅 I love how they added the other solutions! #systemdesign