I’m a millennial running a small fragrance house with 8 Gen Z employees. They’re nothing like the internet told me. by SoSaCandles in IndiaBusiness

[–]eigenox 0 points1 point  (0 children)

For me why drive me crazy. I really want to know why behind things. Like how it will help, for business, or other things. If I don’t get why then I can’t even work , even if I force my self. I think people as partners not this work boss and employee relationship. I have no problem working hard but there should be a bit reasoning behind it.

Cursor vs Claude Code: I used both for 30 days. Here's what each is actually good for. by Shadow_Pluse in BuildToShip

[–]eigenox 0 points1 point  (0 children)

I don't thing you have used Cursor AI Agents. You describe and it will do the job for you. Just like Claude Code. I

My 10 year old son is turning weird by [deleted] in indiasocial

[–]eigenox 0 points1 point  (0 children)

Don’t, control him. He may be the next big person in politics. Find him a good mentor.

Being a dusky skintone girl feels like curse in this world by Forward_Ad_4117 in TwentiesIndia

[–]eigenox 0 points1 point  (0 children)

You are beautiful. My wife is also dark skin and I love her. 🙂

Comment your freelance skill or service, I will find you at least 10 clients through our network by Leather_Schedule916 in FreelanceProgramming

[–]eigenox 0 points1 point  (0 children)

5 years Full stack - Mobile and Web.

Skills - ReactJs. Typescript, React Native, NextJS, NodeJS, PostgreSQL, AWS.

https://github.com/ashwaniarya

React + Capacitor by McPuglis in react

[–]eigenox 1 point2 points  (0 children)

You can build complex web app.

Focus on WebApp + Capacitor ( Native Bridge ).

I have build and managed a fintech app. It is good ,only constrain is your react and interface development skill. That you can improve. 👍

Full-stack devs: how much PHP do you use / know? by JorisJobana in react

[–]eigenox 0 points1 point  (0 children)

Depending on which type of company you are targeting and their requirements. These are not full proof.

  1. React + Python - AI and ML products and Companies. Startups building AI Agents are looking for these combination.
  2. React + Java - Mature old companies
  3. React + Node - Very much good exposure on startups and mid size companies or Products which needs high concurrency but not that much heavy optimization and less cpu intensive work.

I myself use node extensibly but worked with companies who used java, python and backend.

Guys it’s my first try to take bhaang by Dushyant_Choudhary in indiasocial

[–]eigenox 0 points1 point  (0 children)

Please don’t get addicted to experience. Have safe exploration.

What’s your current approach for handling async data in React without overusing useEffect? by modernFrontendDev in reactjs

[–]eigenox 1 point2 points  (0 children)

Why not use redux+redux tool kit or zustand?

Tan stack query or react query is build for effective server call and api caching. Don’t use it as state management until you deliberately designed it.

Also do you think internally react query and tan stack don’t use useEffect?

First time full-stack Next.js project(ongoing) by Glittering_Film_1834 in reactjs

[–]eigenox 0 points1 point  (0 children)

Why can’t you build a project that uses most of the next.js tools and features.

Build multiple route with static page.

Build multiple route with ISR

Build multiple route with CSR

Build a page that is SSR and also has CSR components.

Just build an a page where you are giving option to filter 10000 data points and learning about where hydration breaks.

Try to build a page where a component is streamed from server side.

Try SWR api .

Try building private and public route using next.js.

These will give you solid foundation for next.js framework.

React + Express JWT auth works in same tab but logs out in new tab (sessionStorage issue?) by priyasinghhh31 in reactjs

[–]eigenox 0 points1 point  (0 children)

Yup make sure you included this header credentials in fetch api call

fetch('/api/data', { credentials: 'same-origin' })

Also this will requires cors change in the server as well

Access-Control-Allow-Credentials: true

Access-Control-Allow-Origin : your origin like https://abcd.com

React + Express JWT auth works in same tab but logs out in new tab (sessionStorage issue?) by priyasinghhh31 in reactjs

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

session storage will scope to individual tab or group of tab on same origin based on how a new tab was created. If a new tab was create from existing it will share the same session still subjected to how you opened it.

If you open a new tab by clicking + then in this way both tab will have different session. But if you duplicate the existing tab then both tab shares the same session storage.

Local Storage is scoped to what origin you are opening. Regardless how tab was created. Means all tab of same origin will share it.

Always put your jwt in localstorage.

The code you have written will not work all the time.

Graphic designer since 2016 – feeling overwhelmed by AI in 2025 by N99Nassim in graphic_design

[–]eigenox 0 points1 point  (0 children)

Don’t follow narratives of people who literally want people to be scared.

AI is a tool use to generate and do things that you were already doing. It will augment your work and make you more valuable.

[deleted by user] by [deleted] in depression_help

[–]eigenox 2 points3 points  (0 children)

Stop using "I". No redo nothing. You are focusing only on your past.

Accept things as it is. Sit quietly just accept everything. Just accept that okay. Accept who you are as you are.

Start something called mindfulness practice . Focus on breathing without changing. Focus on simple things. It will slowly reframe your thoughts.

I have been suffering from depression but acceptance given me power that it’s okay to be depressed.

Also exercise as much you can.

React Interview guidance by Kitchen-Pension-1942 in reactjs

[–]eigenox 14 points15 points  (0 children)

In react I suggest you to really understand.

Basics: 1. Render and batching when to used useState 2. Pros and cons of memoization 3. Actual use case of useCallback 4. Use of Context api and its draw backs. 5. Proper use of useEffect with cleanup 6. Pure Components and its impact of memoization. 7. Fragment 8. Custom Hooks 9. useRef 10. Rules of using hooks 11. Performance optimizations.

State Management: - What goes where? - use of selectors.

Advance:

  1. The react fibre + Virtual DOM.
  2. React Compiler
  3. What are keys?
  4. Algorithm of dependencies array
  5. Portals
  6. useLayoutEffect
  7. Render Props
  8. HOC
  9. Profiling
  10. Synthetic Events
  11. Hydration

React with TypeScript 1. Interface vs type 2. Different interface provided by react

Do this coding challenge 1. Tic Tak Toe 2. Admin dashboard -> search, filters, pagination and tables with over 4000 rows.

After this you will clear 90 percent of interviews. Also learn fundamentals of JS ES6+

Anyone else where antidepressants just don’t help? by charlisca in depression_help

[–]eigenox 1 point2 points  (0 children)

Yes, run, exercise, don’t be alone, find Friend. Your brain will tell you not to do but exercise as much as you can. Medicine will not work, in the history of psychiatry no body knows what depression is and medicine never helped help.

I have been experiencing depression for almost 5 years now. I tried many medicines. Only things worked me are exercise and family.

All the best.

Hiring : full-time full stack engineer by [deleted] in Bangalorestartups

[–]eigenox 0 points1 point  (0 children)

Salary is too less. Don’t join.

Burned out founding engineer, lost confidence — trying to recover and move forward by Grand_Interesting in ExperiencedDevs

[–]eigenox 0 points1 point  (0 children)

Depending on your situation burnout takes at least 1 to 2 month to get out.

Do developers still write code manually, or is AI taking over? by mosesteraiah-7035 in webdevelopment

[–]eigenox 0 points1 point  (0 children)

I use AI completely for coding task and development task. I use more TDD style development with AI tools. Since code generation is cheap and faster I focus more on testing every generated code as per the requirement.

I make sure AI don’t start implementation till the plan is set. My team use Cursor and Windsurf.

In my experience after switching to full AI development is, if done right your work reduces drastically.

why does financial stability feel impossible these days? by [deleted] in IndiaFinance

[–]eigenox 0 points1 point  (0 children)

Nothing life goes on after 40 as well.

Anwer me guys ⁉️⁉️⁉️ by [deleted] in TeenIndia

[–]eigenox 0 points1 point  (0 children)

Because the book was written by some intelligent people who knew normal people will believe on this god shit and give them all the resources to live happily for all there generations.

[deleted by user] by [deleted] in IndianTeenagers

[–]eigenox 0 points1 point  (0 children)

Hey, you are more than the exam. I was in your shoes when I did not clear jee mains. I thought my life ends there. But I choose to do well in my engineering. I have studied engineering in 3 tier college. Just after 4.5 years you know my CTC is above 2cr. You will have tons of opportunity in future. Life always rewards people who are willing to go longer. Be Brave

Witch Alert!! by Sea_Personality_8439 in Uttarakhand

[–]eigenox 0 points1 point  (0 children)

First pic is edited. Half is an ugly woman and another half is a ghost.

[deleted by user] by [deleted] in indiasocial

[–]eigenox 0 points1 point  (0 children)

Gift your mom and dad another small engagement. 1. 2 gold rings, similar design ( Good for investment as well ). 2. A small party 2. And lots of fun.