_ashutoshdubey Profile Banner
Ashutosh Dubey Profile
Ashutosh Dubey

@_ashutoshdubey

Followers
15
Following
100
Media
15
Statuses
73

Software Developer Engineer. Fullstack Developer | NodeJs | Loopback | SQL | ReactJs | Javascript

मुंबई, भारत
Joined February 2020
Don't wanna be here? Send us removal request.
@_ashutoshdubey
Ashutosh Dubey
5 months
RT @mckaywrigley: Here’s how to build a Slack clone with Claude 3.7 Sonnet and Cursor Agent in v0.46. Perfect for *anyone* wanting to pick….
0
184
0
@_ashutoshdubey
Ashutosh Dubey
11 months
🛠️ Confused about the difference between shallow and deep cloning in JavaScript? 🤔 My latest article breaks down these concepts and shows how to master object duplication. 💻. Check it out on Medium: #JavaScript #CodingTips #DeepClone #ShallowClone #JS.
0
0
1
@_ashutoshdubey
Ashutosh Dubey
11 months
RT @vijayshekhar: Did you know why AI chat bots can’t answer “how many r in strawberry.” correctly ?
0
23
0
@_ashutoshdubey
Ashutosh Dubey
1 year
Syntax difference: A functional component is a function returning JSX, while a class-based component extends React.Component and uses a render method to return JSX. #react #reactjs #javascript #LearningJourney
Tweet media one
0
0
1
@_ashutoshdubey
Ashutosh Dubey
1 year
RT @SRustagi1996: Google launched its own DSA course.No bhaiya didi will tell you this 😉. (1/2).
0
205
0
@_ashutoshdubey
Ashutosh Dubey
1 year
When an object is created through the .create method. The properties and functions we assign to that object go into a prototype. To delete prototype properties use .delete obj.__proto__.age.Learned from @piyushgarg_dev .#buildinpublic #javascript
Tweet media one
1
0
1
@_ashutoshdubey
Ashutosh Dubey
1 year
component2 is a stateful functional component because it uses the useState hook to manage the name state variable. Whenever the name state variable changes, it triggers a re-render of the component, updating the displayed content accordingly.
0
0
0
@_ashutoshdubey
Ashutosh Dubey
1 year
component1 is a stateless functional component because it only renders a static <h1> element with the text "Hello". It always renders the same content regardless of any internal state changes.
1
0
0
@_ashutoshdubey
Ashutosh Dubey
1 year
Which component is stateful and stateless?.import {useState} from 'react'.function component1(){. const [name, setName] = useState(''). return (<h1>Hello</h1>).}.function component2(){. const [name, setName] = useState('') . return (<h1>Hello, {name}</h1>).}.#reactjs.
1
0
0
@_ashutoshdubey
Ashutosh Dubey
3 years
RT @hvgoenka: The other viewpoint on moonlighting…. can’t be ignored! .
0
4K
0
@_ashutoshdubey
Ashutosh Dubey
3 years
RT @ykdojo: a well-rested programmer can get more done in 2 hours than a tired programmer can in 5 hours.
0
58
0
@_ashutoshdubey
Ashutosh Dubey
3 years
#CheatSheet for apt, debian package manager.
Tweet media one
0
0
0
@_ashutoshdubey
Ashutosh Dubey
3 years
apt list -> for all availabe packages.apt list --installed -> for installed packages.apt update -> to update the list of packages.apt update pk -> to update a specific package.apt upgrade -> to upgrade all installed packages to their latest version.
0
0
0
@_ashutoshdubey
Ashutosh Dubey
3 years
Exciting match between Zimbabwe and Pakistan more happy on Zimbabwe win than India win on Netherlands. @ZimCricketv @T20WorldCup.
0
0
0
@_ashutoshdubey
Ashutosh Dubey
3 years
RT @im_niteshy: Forget DSA, try this. It's actual software engineering. Thread 👇.
0
861
0
@_ashutoshdubey
Ashutosh Dubey
3 years
Is whatsApp down in India?.@WhatsApp.
0
0
2
@_ashutoshdubey
Ashutosh Dubey
3 years
Happy diwali to everyone 💥.
0
0
0
@_ashutoshdubey
Ashutosh Dubey
3 years
Learned new term today for #DevOps . CAMS.C --> Culture.A --> Automation.M --> Measurement.S --> Sharing.
0
0
0
@_ashutoshdubey
Ashutosh Dubey
3 years
RT @denicmarko: If you're looking for a remote job, open this:.
0
19K
0
@_ashutoshdubey
Ashutosh Dubey
3 years
RT @javinpaul: Linux command every developer should know.1. find - 2. grep - 3. curl - http….
0
668
0