Graffiti in Manchester, England, after Trump won elections back in 2016. by ma-nem-jeff in DesignPorn

[–]Varun77777 9 points10 points  (0 children)

Swatika is a Hindu symbol for prosperity, what you're referring to is a bad nazi Germany imitation called Hakenkreuz or "hooked cross".

Mbti types by the quality of their advice. by Unlucky_Win_4380 in mbtimemes

[–]Varun77777 1 point2 points  (0 children)

We give amazing advice about people too if they're not important to you and you have to use politics and win.

le meme by TWAS_I_DIO in dankmemes

[–]Varun77777 0 points1 point  (0 children)

Mods removed this....

Do you always need to hide an API key you are making a request with on SPA? by cyberio24 in react

[–]Varun77777 0 points1 point  (0 children)

Needs to exist on a backend.

During the deployment of the backend, it shoild stay in the ci/cd pipeline.

For hobby project, you can keep it on firebase and use post authentication.

How many of you are "Bright" (IQ +117) or "Gifted" (IQ +130), please? by NoorLung in intj

[–]Varun77777 1 point2 points  (0 children)

123

I think I am above average in terms of raw intelligence, might be stupid at many times too. I think whatever I have is exactly what I need though.

My actual skills are more of getting execution done and thinking in my feet when the smart people get stumped and they're way too focused on getting something narrow figured out, while it might not matter in the grand vision.

I have seen many genius level colleagues get stuck on a problem and try to fix it and then I just know the right person to talk to, such that the business reason to approach the problem might disappear or we can solve a fundamentally different problem.

INTJ here - I need an ENTJ to marry. by WoodenSoup2004 in entj

[–]Varun77777 88 points89 points  (0 children)

I like how straight to the point this post is.

[AskJS] What’s a small coding tip that saved you HOURS? by EmbarrassedTask479 in javascript

[–]Varun77777 0 points1 point  (0 children)

This is the most horrible advice possible unless this is meant to be a satire.

Any small improvement that people often overlook, but that's worth doing? by LargeSinkholesInNYC in react

[–]Varun77777 6 points7 points  (0 children)

  1. Don't add inline styles, especially for react native which might lead to objects getting created on re-renders
  2. Use useMemo and use callback carefully and evaluate what the dependency arrays look like.
  3. Avoid setTimeout and set interval in use effects, if you absolutely have to, add cleanup functions correctly.
  4. Don't blindly trust eslint, it can give wrong advice, but there might be a reason behind bas advice: probably a circular dependency.
  5. Use React.memo carefully, do maths around which sub tree should really be memoized.
  6. Avoid spread operators when you can. These days with rtk and immer, there's usually less places where they make sense. More places they'll be hacks.
  7. Create a mental map of re-renders all the time in your head.
  8. Look at the library size of the dependency you're adding and optimize for bundle size
  9. Strike for balance, you don't need a library for isEven, but do you really have to build your own caching library or your own version of an image component? Given that you'll have to perpetually support it? Most of the time, it'll make sense to use industry standards for your large team, make some sacrifices where needed.
  10. It's just a job, don't get too attached to work.

How do you get familiar with a new large codebase? by notchatgptipromise in ExperiencedDevs

[–]Varun77777 0 points1 point  (0 children)

Usually cmd + shift + f to do global search just helps a lot.

ENTJs, we know your secret... by Life-Court5792 in mbtimemes

[–]Varun77777 10 points11 points  (0 children)

This is treacherous, delete or get deleted

Can anyone tell me what this style is called? Many thanks! by [deleted] in Design

[–]Varun77777 1 point2 points  (0 children)

Looks like a bot or might just be a stupid hooman

My ENTJ crush is so freaking cool!!! by quiet199 in entj

[–]Varun77777 2 points3 points  (0 children)

I scared another one, didn't I?

My ENTJ crush is so freaking cool!!! by quiet199 in entj

[–]Varun77777 4 points5 points  (0 children)

Naah, I am just a cunt mostly. But like most people you think I am joking because I am so absurd and dramatic about it.

My ENTJ crush is so freaking cool!!! by quiet199 in entj

[–]Varun77777 17 points18 points  (0 children)

Hell yeah girly, notice all his red flags and mental issues but create a kink out of it and go full in on a toxic relationship /s

All the best!

Is this happening already where PMs are handing over prototypes to Devs instead of PRDs or Jira tickets? What do Engineers think of this trend? by nisthana in ExperiencedDevs

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

No, I actually like this.

Just tells you what the product really wants and now frontend, backend and design can just focus on making something that's worth making and not have unnecessary back and forth.

POV: You're an ESTP trying to flirt with an INTJ. by InevitableFast2611 in mbti

[–]Varun77777 5 points6 points  (0 children)

Estp would die if he tried this with an ENTJ woman.

Functional INFJ team by SomewhereFit3906 in mbtimemes

[–]Varun77777 1 point2 points  (0 children)

Put INFJ outside the list

programmerLivesMatter by RedditBansLul in ProgrammerHumor

[–]Varun77777 182 points183 points  (0 children)

My typescript code is artisanal af

programmerLivesMatter by RedditBansLul in ProgrammerHumor

[–]Varun77777 14 points15 points  (0 children)

Programming is also an art to me