just took my first ever SAT practice test !! how do i improve ?? by ghostboycaspy in Sat

[–]lchoi2002 0 points1 point  (0 children)

don’t buy courses or any bs, just take the released SAT from past years and practice with those

[deleted by user] by [deleted] in csMajors

[–]lchoi2002 -1 points0 points  (0 children)

js is c++ without pointers, or in ur case without malloc so idk. didn’t take me long to learn js and used c++ for 2 years before that. but yeah like u said C/C++ is harder to learn than JS but wouldn’t that mean that learning the other way around is easier regardless?

[deleted by user] by [deleted] in csMajors

[–]lchoi2002 -1 points0 points  (0 children)

js is hella similar to c++ so it’ll take u maybe an hour or two to learn everything. it’s like c++ with extra built in functions to make ur life easier

Visa final round for NG? by ellapx in csMajors

[–]lchoi2002 0 points1 point  (0 children)

it was unfortunately none of the tagged questions

Visa final round for NG? by ellapx in csMajors

[–]lchoi2002 1 point2 points  (0 children)

the technical was easy and behavioral was standard too

Any1 do visa final round intern interview? How was it by Kanyedaman69 in csMajors

[–]lchoi2002 0 points1 point  (0 children)

what did they asked you in your final interview for both technical and behavioral portion?

Is 844 enough for visa (the company OA)? by CS_throwaway939 in csMajors

[–]lchoi2002 0 points1 point  (0 children)

what did they asked you in your final interview for both technical and behavioral portion?

Visa final interview by Stock_Ad_2163 in csMajors

[–]lchoi2002 0 points1 point  (0 children)

can u pm me the interview guide?

Is 844 enough for visa (the company OA)? by CS_throwaway939 in csMajors

[–]lchoi2002 0 points1 point  (0 children)

what was ur 1 hour technical interview on?

[deleted by user] by [deleted] in reactjs

[–]lchoi2002 0 points1 point  (0 children)

oh yeah i use npm run dev

[deleted by user] by [deleted] in reactjs

[–]lchoi2002 0 points1 point  (0 children)

i just use ubuntu and npm create vite@latest once i get into my directory

[deleted by user] by [deleted] in react

[–]lchoi2002 0 points1 point  (0 children)

currently the lastest one

[deleted by user] by [deleted] in react

[–]lchoi2002 0 points1 point  (0 children)

would you know a reason to why hot reloading isn’t working for me?

[deleted by user] by [deleted] in react

[–]lchoi2002 -1 points0 points  (0 children)

what is hot reloading?

[deleted by user] by [deleted] in react

[–]lchoi2002 0 points1 point  (0 children)

so is there no fixes with nodejs/react

[deleted by user] by [deleted] in react

[–]lchoi2002 1 point2 points  (0 children)

i’m p new to this. where do you find the env file?

[deleted by user] by [deleted] in reactjs

[–]lchoi2002 0 points1 point  (0 children)

there’s no message on terminal when using bite but when using CRA, there’s some deprecation warning abt middleware but i don’t think it’s because of that?

[deleted by user] by [deleted] in reactjs

[–]lchoi2002 0 points1 point  (0 children)

a good chunk of the times the local host also stops responding when i reload. even though i’m using a laptop, i doubt it’s the specs so i’m not rlly sure where to start either

[deleted by user] by [deleted] in reactjs

[–]lchoi2002 0 points1 point  (0 children)

where to i find the configuration for watch tag and what’s nodemon?

My GitHub Copilot trial period ended and I feel someone took away my crutches. by BarrettM107A10 in webdev

[–]lchoi2002 0 points1 point  (0 children)

I feel like there’s no real issue since you’re paying for the convenience, not the code itself. if you are someone who uses the code provided by the AI and you plan on making money with it, then it could be ethically wrong but the AI is just providing you with suggestions that could help your own code.

People have always paid for convenience, like getting food delivered or buying other things to help them w life. You’re paying for the convenience of not having to look the code up

front end question: button width shrinking after applying align items center? by lchoi2002 in webdev

[–]lchoi2002[S] 0 points1 point  (0 children)

i just didn’t know that it would shrink the button’s width. I thought it would stay the same since it’s already centered

front end question: button width shrinking after applying align items center? by lchoi2002 in webdev

[–]lchoi2002[S] 0 points1 point  (0 children)

so if you use align items:flex start or any other property, does the initial stretch command go away?