codewithsadee_ Profile Banner
Sadee πŸ“Ί codewithsadee Profile
Sadee πŸ“Ί codewithsadee

@codewithsadee_

Followers
255
Following
163
Statuses
73

Webdev | Become proficient web developer through a hands-on project-centered approach.

V8
Joined August 2019
Don't wanna be here? Send us removal request.
@codewithsadee_
Sadee πŸ“Ί codewithsadee
4 hours
πŸ”₯ Stop Learning, Start Building! πŸš€ Watching tutorials is great, but real growth happens when you start building. If you need project ideas, check out my YouTube channel, where I build real-world projects using React, Tailwind, and more! πŸŽ₯πŸ”₯ Pick an idea, start coding
Tweet media one
0
0
2
@codewithsadee_
Sadee πŸ“Ί codewithsadee
1 day
Want to level up your coding skills? It’s not just about writing more code, it’s about writing smarter code! Here’s how you can improve daily
Tweet media one
0
0
0
@codewithsadee_
Sadee πŸ“Ί codewithsadee
4 days
@florinpop1705 Looks amazing! πŸ”₯
0
0
1
@codewithsadee_
Sadee πŸ“Ί codewithsadee
4 days
@Abmankendrick B for sure! πŸš€ Red emphasizes danger, making it clear that deleting is irreversible. Green could be misleading, as it usually indicates a positive action. πŸ”₯
0
0
1
@codewithsadee_
Sadee πŸ“Ί codewithsadee
4 days
10/10 for nostalgia! πŸ”₯ Back when having a CD drive and a wired mouse meant you were living in the future. πŸ˜†
@RyanEls4
Ryan Els
4 days
This used to be the ultimate set-up πŸ˜ŽπŸ‘ŒπŸ»
Tweet media one
0
0
1
@codewithsadee_
Sadee πŸ“Ί codewithsadee
4 days
@NanouuSymeon That’s a solid strategy! πŸ’‘ Freelancing can definitely open doors to higher earnings,
1
0
1
@codewithsadee_
Sadee πŸ“Ί codewithsadee
4 days
Learning React can feel overwhelming at first, but breaking it down into small, focused steps makes all the difference! Here’s a simple roadmap to keep you on track. πŸŽ―βš›οΈ #React
Tweet media one
0
0
0
@codewithsadee_
Sadee πŸ“Ί codewithsadee
4 days
@eddiejaoude haha.....
0
0
1
@codewithsadee_
Sadee πŸ“Ί codewithsadee
4 days
@csaba_kissi True, the reality is quite different for most devs. But with the right skills, experience, and opportunities, it’s possible to reach higher earnings! πŸš€
0
0
1
@codewithsadee_
Sadee πŸ“Ί codewithsadee
4 days
@GuptaSanskritii This looks absolutely stunning! πŸ”₯πŸš€ The design, the colors, the vibes, everything is on point! Amazing work! πŸ‘
0
0
1
@codewithsadee_
Sadee πŸ“Ί codewithsadee
4 days
@developedbyed @shadcn πŸ”₯ ShadCN + Tailwind v4 is a powerful combo!✨
0
0
2
@codewithsadee_
Sadee πŸ“Ί codewithsadee
4 days
@catalinmpit Ah, the nostalgia! 😍 Windows XP had such a classic vibe, those icons, the startup sound, and the Bliss wallpaper! Good times. 😊πŸ”₯
0
0
0
@codewithsadee_
Sadee πŸ“Ί codewithsadee
5 days
My favourite code editor is _____ .
0
0
0
@codewithsadee_
Sadee πŸ“Ί codewithsadee
8 days
The countdown has begun! A giant project is in the works. Who’s ready? πŸ”₯⚑
Tweet media one
0
0
2
@codewithsadee_
Sadee πŸ“Ί codewithsadee
13 days
D): const [loading, setLoading] = useState(true); fetchData().then(() => setLoading(false)); return ( <div> {loading && <Loader />} <Content /> </div> );
0
0
0
@codewithsadee_
Sadee πŸ“Ί codewithsadee
13 days
B): const [loading, setLoading] = useState(true); useEffect(() => { fetchData().then(() => setLoading(false)); }, []); return ( <div> {loading ? <Loader /> : <Content />} </div> );
1
0
0
@codewithsadee_
Sadee πŸ“Ί codewithsadee
13 days
Which of the following is the best way to conditionally render a loader while fetching data in a React component? πŸ§΅πŸ‘‡ #React #webdev #CodingChallenge
1
0
0