Personal Blog

Hero Illustration

Posts

  • Day 2: Exploring LMS of rtCamp

    ,

    The day started with the L&D orientation where we get to know about the training details, like timings and platforms etc. We were shared with all the parameters on which the training will be judged. Course Structure We will be having multiple courses throughout the training started with the Engineering Basics course which will takes…

    Go to post

  • Day 1: rtCamp’s Onboarding and Handbook.

    Hey folks! I just wanted to let you know that I have joined rtCamp as a Software Engineer (trainee), so I will be sharing my experience and new learnings here daily. Kick-start the day with an onboarding call To start the day, we had an onboarding call with Aanchal Singh and Dimpal Khandelwal (HR), where…

    Go to post

  • Getting “Error: Too many re-renders.” when passing state variable in ReactJS?

    ,

    Getting “React limits the number of renders to prevent an infinite loop.” when passing state variable? Why is it not always a good idea to use the state variable while updating an object using the state updater function? When updating an object inside a `useState` using useEffect or useMemo, if you try to pass the…

    Go to post

  • Fix JMeter crash on Macbook silicon 14.0 Sonoma

    ,

    Run using: #!/bin/bash exec “/opt/homebrew/Cellar/jmeter/5.6.2/libexec/bin/jmeter” “$@”     Source: https://github.com/apache/jmeter/issues/6083#issuecomment-1752536209

    Go to post