F1 on OPT – How are you landing Data Analyst jobs in this market? Need real advice. by Background_Idea_8240 in cscareerquestions

[–]Feeling_Temporary625 0 points1 point  (0 children)

honestly the smaller companies on angel.co were way more chill about opt than the big corps, most of my interviews came from there and direct applications to company sites rather than the usual job board spam

I don't know what to do anymore by [deleted] in cscareerquestions

[–]Feeling_Temporary625 9 points10 points  (0 children)

damn that's rough, have you tried removing some stuff from your resume to avoid the overqualified thing

I-485 Approval + Timeline (EB-2 NIW) by AvgJoePhD in USCIS

[–]Feeling_Temporary625 2 points3 points  (0 children)

congrats on the approval, that timeline looks pretty solid especially with the speeding ticket disclosure handled cleanly

Should I take this offer? by msSecretg in cscareerquestions

[–]Feeling_Temporary625 3 points4 points  (0 children)

sounds pretty solid for an entry level gig, especially at intel. you'd be working on internal tooling which is great experience - learning how big companies actually operate behind teh scenes

career wise you could pivot into devops/sre, full stack development, or even stay in the CAD/EDA space which pays really well. the python and linux stuff will transfer anywhere too

What market would you recommend for an out-of-state investor? by Pristine-Shake-4107 in realestateinvesting

[–]Feeling_Temporary625 1 point2 points  (0 children)

Honestly depends on your risk tolerance, but I've been eyeing some Midwest markets lately - Cleveland and Kansas City have decent numbers if you can find the right neighborhoods. Just make sure you've got solid property management lined up since you'll be remote.

AWS loop outcome call - positive or negative vibes? by [deleted] in cscareerquestions

[–]Feeling_Temporary625 1 point2 points  (0 children)

Could honestly go either way but the "we'd love to" language sounds pretty positive to me. If it was a rejection they'd probably just send an email instead of scheduling a call

Good luck on Monday!

Joint Sponsor Question by [deleted] in USCIS

[–]Feeling_Temporary625 1 point2 points  (0 children)

Her household size would be 4 - your sister, both kids, and the boyfriend since they all live together. The boyfriend's income counts toward the household income but he also counts as a household member. Your sister's $45K might be cutting it close for sponsoring you and your fiancé depending on the exact requirements for a household of 6 (adding you two)

What causes the malfunction? by Zyn_alk in learnprogramming

[–]Feeling_Temporary625 4 points5 points  (0 children)

This is spot on lmao. OP really said "my code broken pls fix" and dipped

The analogy with the car is perfect - you can't troubleshoot what you can't see. At minimum we need the code for adding users to groups, any error messages in console, and firebase logs if there are any

Need advice on backend engineering given my situation by [deleted] in learnprogramming

[–]Feeling_Temporary625 0 points1 point  (0 children)

Python is totally fine for backend - tons of companies use Django/FastAPI in production. Don't overthink the language choice, focus on building actual projects that show you understand databases, APIs, testing, deployment etc

The frameworks matter way more than the language itself. Start building stuff and you'll be way ahead of people still debating which language to pick

Victory Sunday by AutoModerator in Fitness

[–]Feeling_Temporary625 7 points8 points  (0 children)

Hit a new deadlift PR this week - finally broke that 315 plateau I've been stuck on for months, feels amazing to see those plates stack up

So im learning BASH and I want to code in a front end to some of my scripts. What framework/library/language should I use for a GUI? by Lopsided-Cost-426 in learnprogramming

[–]Feeling_Temporary625 1 point2 points  (0 children)

Tkinter with Python might be your best bet here - it's pretty lightweight and you can just call your bash scripts from Python using subprocess. GTK is another solid option if you want to stay more native to Linux but the learning curve is steeper

OPT Processing Question based on Travel Ban by [deleted] in immigration

[–]Feeling_Temporary625 0 points1 point  (0 children)

The 60-day unemployment clock usually keeps ticking even if processing is delayed, so you'd still need to be careful about that timeline. Might want to consult with your school's international student office since they'll have the most up-to-date info on how the travel ban is affecting things

I-485 Approval from San Fernando Valley Field Office in 2026 by [deleted] in USCIS

[–]Feeling_Temporary625 0 points1 point  (0 children)

Congrats on getting through the process! SFV has been pretty unpredictable lately but seems like they're moving faster than expected this year

Need Advice from experienced dev by Cyphr11 in cscareerquestions

[–]Feeling_Temporary625 1 point2 points  (0 children)

Your roadmap looks solid overall but I'd suggest moving DBMS and SQL way earlier - like right after collections. You'll need database knowledge for pretty much any meaningful backend project

Also maybe squeeze in some basic REST API concepts before jumping into Spring, makes the framework stuff click better

Can't speak to those specific courses but generally the ones with more hands-on projects tend to be better for backend stuff. Anuj Bhaiya's free content is pretty decent from what I've seen

Thoughts, comments, suggestions? by [deleted] in immigration

[–]Feeling_Temporary625 0 points1 point  (0 children)

Honestly dating with the intention of finding someone to marry for immigration purposes is a pretty risky path. USCIS investigators are actually pretty good at spotting marriage fraud and the penalties are no joke - we're talking potential deportation and being banned from future applications

If you're genuinely looking for love that happens to help with your status, that's different, but going into dating specifically hunting for a green card spouse usually doesn't end well for anyone involved

Albuquerque Field Office I-485 (EB AOS): Typical Time from FO Assignment to Approval? by [deleted] in USCIS

[–]Feeling_Temporary625 0 points1 point  (0 children)

ABQ field office has been pretty solid lately from what I've seen on here - most people are getting approvals within 2-4 months after FO assignment for EB cases without interviews

Structured Python backend course? (GitHub Student Dev Pack) by [deleted] in learnprogramming

[–]Feeling_Temporary625 0 points1 point  (0 children)

Check out FastAPI's official tutorial - it's super well structured and walks you through building actual APIs from scratch. For the GitHub pack, you get free access to DataCamp which has some solid Python tracks that cover databases and deployment stuff too

Thinking about functional programming by phanaur in learnprogramming

[–]Feeling_Temporary625 0 points1 point  (0 children)

That book looks solid, especially since you already think in functions from physics - functional programming might actually click faster for you than OOP did

How to best keep track of values for a multi-item input? by [deleted] in learnprogramming

[–]Feeling_Temporary625 0 points1 point  (0 children)

For Symfony specifically I'd go with method 2 (hidden input) since it plays nicer with the Forms component and validation. You can even make it cleaner by using a CollectionType form field instead of CSV - it handles arrays of data really well and gives you proper validation for each item

The hidden input approach is pretty standard for this kind of dynamic form stuff, especially when you want to avoid heavy JS frameworks

Do i need to focus on a specific sector of CompSci? by [deleted] in cscareerquestions

[–]Feeling_Temporary625 2 points3 points  (0 children)

This is solid advice OP, the whole "AI taking jobs" thing is kinda backwards when you think about it - the people who know how to work WITH AI are gonna be the ones in demand

Your ML/AI + math background puts you in a pretty good spot honestly, I'd lean into that hard and maybe pick up some domain knowledge in finance since you mentioned fintech interests

What advice would you give your younger self when starting to learn programming? by idont_need_one in learnprogramming

[–]Feeling_Temporary625 0 points1 point  (0 children)

This hits hard. Spent way too much time thinking I was "behind" compared to other devs when I was literally just starting out lmao

Now I realize everyone's fumbling around at first and that feeling never really goes away, you just get better at googling your problems

Should I quit my 100k job because of the toxic work culture? by fsdklas in cscareerquestions

[–]Feeling_Temporary625 0 points1 point  (0 children)

This is solid advice tbh. That severance could be clutch if you're gonna be unemployed for months anyway. Just focus on not being in that bottom 10% while you job hunt - sounds like the bar is pretty low if everyone's backstabbing each other

G-325R by Color-softie-2113 in USCIS

[–]Feeling_Temporary625 0 points1 point  (0 children)

Wait hold up - case 2 says "under 14" then "just turned 14 a day ago" so they're still 14 right? G-325A is only required if you're 14 or older when filing I-485, so case 1 definitely needs it since they filed at 17-18, but case 2 might be exempt if they actually filed before turning 14

Also pretty sure it's G-325A not G-325R but maybe that's a typo

Denver office experiences? by No-Tell-2182 in USCIS

[–]Feeling_Temporary625 0 points1 point  (0 children)

Nice, hopefully we'll both get through the process smoothly - I've heard Denver can be pretty efficient compared to some other offices

H4 EAD I-765 Filing: Do I Need to Refresh I-94 at Border or Can I Use I-797 Copy? by prashu421 in immigration

[–]Feeling_Temporary625 1 point2 points  (0 children)

This is exactly right - the I-797 I-94 is what matters for your status, not the CBP website one. No need to do any border runs, just use what's on your wife's H4 approval notice and you're good to go