codewitheder Profile Banner
Eder Profile
Eder

@codewitheder

Followers
32
Following
37
Media
130
Statuses
303

Sharing and documenting all things JavaScript and my journey as a Software Engineer.

Los Angeles, CA
Joined January 2022
Don't wanna be here? Send us removal request.
@codewitheder
Eder
21 days
0
0
0
@codewitheder
Eder
5 months
I am going right
@jaydwivedi
Jay Dwivedi
5 months
Once again Left or Right?
0
0
1
@shl
Sahil Lavingia
5 months
Books are beaches, podcasts are pools
69
159
2K
@geoheaton
George Heaton
5 months
Let your work be the reason they want to meet you.
7
193
1K
@codewitheder
Eder
5 months
Shout out to JSON.stringify for logging in nodejs apps. Does anyone know of a better way than just doing a console.log?
0
0
0
@codewitheder
Eder
6 months
Every rep gets you one step closer
0
0
1
@SahilBloom
Sahil Bloom
6 months
You need to hear this…
97
1K
10K
@codewitheder
Eder
7 months
Make a choice? Do enough to survive or do enough to thrive
0
0
0
@codewitheder
Eder
7 months
0
0
0
@Mindset_Machine
Mindset Machine 
9 months
Think about it
128
3K
32K
@codewitheder
Eder
8 months
0
0
1
@ProgressBar202_
Progress Bar 2025
8 months
2025 is 20% complete.
272
5K
35K
@codewitheder
Eder
9 months
willing to forgo personal desires and comforts
1
0
1
@codewitheder
Eder
9 months
I finished reading David Goggins’ Never Finished last week, and just started reading this one. If you can’t find a mentor, read a book. So far really great read.
0
1
1
@codewitheder
Eder
10 months
Woah
@daniel_nguyenx
Daniel Nguyen
10 months
Web development In 2005 🤝 In 2025
0
0
0
@codewitheder
Eder
10 months
When will this year finally be your year
0
0
0
@codewitheder
Eder
10 months
good and short article on TS implicit, explicit, and type assertions, in most instances it seems it is not suggested to user type assertions, because TS will not validate the structure or catch mistakes causing runtime errors. https://t.co/RXGdU9i63a
medium.com
Photo by Markus Spiske on Unsplash
0
0
0
@codewitheder
Eder
10 months
I enjoyed reading this article on React Context. In a tweet, Context is used to pass data to children components without the use of props. An object is created and is consumed with the hook useContext(). Use cases can be themes, auth, or localization https://t.co/xaOcT0yvMk
Tweet card summary image
telerik.com
Learn how and when to use React Context to manage state and data between React components.
0
0
0
@codewitheder
Eder
10 months
find your breaking point and break it
0
0
0
@codewitheder
Eder
10 months
explaining useMemo - so it should be used when a function is expensive. In react when a component is rendered, that expensive function is likely to be ran, so useMemo memoizes the returned value of the function, but not the actual dependency values.
0
0
0