Profile avatar
juemrami.dev
I like making web-apps, ML models, and World of Warcraft addons. Currently looking for my first junior SWE role (dm for resume) LA born n raised https://github.com/juemrami @bigsxy on Discord
243 posts 50 followers 102 following
Regular Contributor
Active Commenter

Content on here makes me feel like I’m on Facebook sometimes lol

finally got a personal website live. After making so many small random personal apps, i never took the time out to make a personal website because it always felt too self-serving... but im about desperate for a software job now a day idrc 😂 www.juemrami.dev I might fuck around and start blog soon

@aggrend.bsky.social With the recent Retail announcement of looking to heavily restricting combat addons, do you see a similar vision for the future of classic wow?

If youre like me and you recently started learning web and your introduction to the space has been React, please check this video by @ryansolid.bsky.social out. Its great view into the process of how your templates turn into html + js and the ways that that can occur www.youtube.com/watch?v=0C-y...

Chris Lattner is the CEO and Co-Founder of Modular, the company behind the Mojo language. In this episode, he joins @kball.llc to discuss his engineering journey and his current work on AI infrastructure and Mojo. softwareengineeringdaily.com/2025/05/22/m...

So hyped for the future for web apps

The best part about working alone is that I can rebase my main production branch all I want. Rebasing is no nice when you don't have a whiney rat at your back complaining about rebase conflicts.

Trying to recreate the ios bottom sheet on my React (web not native) app. Anybody have any tips? Please dont suggest a library, im trying to keep dependencies low.

Hey all! Join my awesome team! careers.blizzard.com/global/en/jo...

Nobody talks about how annoying it is to be forced to NOT co-locate your exports because of @react.dev's Fast Refresh on @vite.dev :(

best feature when working on anything that's not a react "todo app"

i was testing out @effect-ts.bsky.social today and... mf had hands. I think im getting more of hang of it now, though. I hit a hurdle with `map` and `flatMap` but then discovered the holy `andThen` that just made that hurdle disappear.

twitter just banned the accounts of some Exa devs because of the actions of the Exa entity. dogshit site.

I was working on my react PWA today and was having issues getting the 'touchstart' & `touchmove` events to fire on iOS safari, specifically when initiating a touch during momentum scrolling. Its an unsolved crime: stackoverflow.com/questions/49...

why doesnt PWA take off? Lack of support from mobile OS developers? The browser seems like the perfect platform neutral environment (perfect in that every mobile phone has one)

is there a community of first generation hispanic Americans in software engineering? I want to know how you navigate the field (career wise) with 0 to none connections in tech. I dont have ANY family or close friends in tech that i feel comfortable reach out to for employment help. It's been 2yrs

It's been a while since i've touched vite and my web projects in general. Might hit them up again with cursor. Cursor agent ended up being completely useless for WoW addon development and also working with HuggingFace python libs.

I'm struggling to get any meaningful progress in fine-tuning (LoRA) a pretrained mBART "one-to-many" model with the HuggingFace libraries. I'm training on bitext batches containing _shuffle_ of translation pairs from different languages (source=en, target=[es, fr, pt, de, ru, cn])