Ashish : Hi ChatGPT, thanks for the content piece. Please give it a human touch now.
Me : Ashish! YOU are a Human.
Ashish : Yes. Dude? So?
Me : I mean. Ok Ashish.
@Prathkum Hi. I am Avinash, 22. I am a Business Developer and I can lift up your brand in Design Language, Brand Marketing, Market Research, Sales and Corporate Relations. I have an active experience of 1.5 years.
Are you a D2C brand?
I have something your business definitely needs for Big Sales, Bigger Customer Retention and Best Product Discovery!
Let's talk B2B 🤝
I want to deploy the full stack web app from GitHub repo.
But problem is, in my GitHub repo, the source code contains credentials of databases like MySQL/MongoDB.
How to hide the credentials while uploading source code on GitHub & to deploy it later?
Developers, pls help me 🙃
ReactJS Thread (3/n=3)
Example :
Let x consist of multiple Carousels, (specially if custom Carousels) with a prop price, and a Range Slider. When you slide the slider to change the range, the range slider re-renders with Carousels, causing a flickering experience.
ReactJS Thread (2/n)
Take out B from x, create X and put x and B in it and pass the props of B to x. This way, B will render independent of A.
Example (continued in thread)
ReactJS Thread (1/n)
If a component x has two components A and B inside it where A renders in parallel with the B, then you may not get a smooth experience due to B rendering again and again due to A. (example given at the end of thread)
To solve this, (continued in thread)
Today, one missing 'await' statement made me learn a big chunk of React router when I didn't even need to. It happened for good so I'll take it.
BUT Friends,
Never forget to partner your async with an await 🥲
I'm conducting a hackathon soon, with a hiring partner. It is open to 2nd & 3rd year B. Tech students. Drop me an email at [email protected] to get updates when it's time.
VSCode Timeline feature is unexplored by many but is such a relief.
In large projects, you copy paste one file and now the entire project doesn't work, no matter you undo it.
Timeline saves you here. You can easily restore from the versions of the files, from the timeline.