Ooohhh, now that you mentioned this, I can see why it's good for a fixed length
Ooohhh, now that you mentioned this, I can see why it's good for a fixed length
Which Chrome extension do you guys use to check contrast on page to see if it fits WCAG requirements?
#chrome #accessibility
I'm used to writing my sliding windows algo pictured on the left side, but today, I learned how to write it like the right side
Personally, the left side is more clean to read and there's no slicing involved
What are your thoughts on this?
I found a way to search for files more efficiently.
Instead of using VS Code's built-in search, I've been using grep (global regular expression print) to find .tsx files containing specific text:
i.e.: grep -r "yAxisScaleType" --include="*.tsx" -l
How do you search for files?
New sourdough flavor getting baked
Nostalgic!!!!! Shes done many things
On today's episode of is it just my computer or is it an internet thing?
I wasn't getting the print preview to work on Safari on my localhost so I benchmarked it Google's website and it worked.
So it is my computer's problem lol :)
Building out my Milestones section where a user can redeem rewards
It's getting cuteee
Yass! It's really easyyy!! Today's your sign ;)
Happy birthday, Kelsey!
Congrats, Brittany!
The thing no one tells you about starting a sourdough starter is youre constantly baking
My first loaf and got another one coming
Yass! Please do!!
Thank you so much, Rufio!!! I loved this idea too and it was so fun to implement!
Inspired by @racheljychen's RacheLLM, I wanted to add an LLM to my portfolio website so others can ask questions about my bio, projects, tech stack, and how to contact me.
Next stop is to add in markdown-style links to render links as clickable HTML
In 90 minutes Jason Torres (@tasonjorres) and Danny Thompson (@DThompsonDev) are going live.
the topic: how to successfully land jobs in tech.
the format: two people who've been on both sides of the hiring table, telling you what actually works.
RSVP β luma.com/torc
Friends, where have I been?
We no longer need a tailwind.config.js file?!!
and everything can be done in globals.css file?
I love this udpate @tailwindcss.com
Iβm currently working through tickets and instead of just "fixing bugs," Iβve been documenting the entire journey from the initial "where does this even live?" to shipping solutions.
Iβm sharing my full thought process and technical takeaways on my blog.
Starting out my new project by identifying types I will be using throughout the project.
How do you like to start out your project?
Starting a new project and I loveeee NPM.
Unfortunately, it seems we might have to part ways since PNPM has more advantage of speed, security and so much more.
Learning union-find algo this morning and there's two parts to optimize:
1) compress path in the find function
2) incorporate sizes into union function
slowly digesting this algo....so more to comee
This worked beautifully on Chrome, but on Safari, it was a different story.
After some googling, I hread that Safari has stricter security controls while Chrome prioritize developer experience and is generally permissive about JavaScript triggering browser dialogs like print π‘
While working on a ticket to enable PDF form printing on the webpage, I came across a simple but powerful trick.
Create a button that calls window.print(), which will instantly open the browserβs print dialog, letting users print or save the whole page as a PDF.
Pretty cool, right? :)
Aaaahhhhh!!!!!!!! Already?!!!!!
After fixing an issue on Chrome and getting it to work, I remember I also have to test this code on Safari as well
How often do you test cross-browsers?
Wow! @inkeep is pretty good at this!
When users ask the AI support chat something the docs don't cover, it automatically opens a GitHub PR to fix the gap instantly.
That's pretty cool
Of course! Excellent storytelling btw!!
Listening in on @roxyrodbeck.bsky.social presentation explaining how she created a worldwide solution with her tube
Amazed she built a tube tracker app with vanilla JS for her first round and created a solution to calculate g-tube feed rates
A win is a win! Congrats!