Top Tweets for #CodeEngrChallenge
Day 30: Consistency Wins
30 days straight. No skipping. No excuses.
This wasn’t about being perfect it was about showing up, even when it felt heavy.
Consistency is the real superpower.
Thank you CT for riding with me. We keep going.
#CodeEngrChallenge #ConsistencyWins

Day 29: Happy New Month
New month, new push.
Today I’m polishing the project cleaning the UI, fixing small issues, and making it smoother.
Little improvements make the whole thing feel brand new.
#CodeEngrChallenge

Happy Sunday CT
Day 28: Project Start
Every project begins with one small move.
Today I’m setting up the base structure and getting things rolling.
Slow steps, sharp progress.
#CodeEngrChallenge

Day 27: Community Project
Let’s cook something together today.
What’s one simple project idea you think everyone would enjoy building?
Drop it and enjoy your weekend
#CodeEngrChallenge

Day 26: CSS Grid
A simple way to create clean, structured layouts on a webpage.
Example css:
.container {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 10px;
}
.box {
background: lightgray;
padding: 20px;
}
#CodeEngrChallenge
Have a lovely day.

Day 25: Git Merge
#CodeEngrChallenge
it’s the command that joins the work from one branch into another.
It’s how developers combine changes without losing anything.
Basic guide:
git checkout main
git merge feature-branch
Challenge:
Merge one branches into another today.

Day 24: Python Lists
Python lists are just containers that hold multiple items.
I made a list → [1, 2, 3]
Then I added 4 to it.
Here’s the snippet I used:
my_list = [1, 2, 3]
my_list.append(4)
print(my_list)
From this snippet, what will be the answer?
#CodeEngrChallenge
![Code_Engr's tweet photo. Day 24: Python Lists
Python lists are just containers that hold multiple items.
I made a list → [1, 2, 3]
Then I added 4 to it.
Here’s the snippet I used:
my_list = [1, 2, 3]
my_list.append(4)
print(my_list)
From this snippet, what will be the answer?
#CodeEngrChallenge https://t.co/bDmdoj82pC](https://pbs.twimg.com/media/G6p-_VcWcAAiRUb.jpg)
Day 23: React Routing.
It helps you switch between pages smoothly without reloading the whole site.
If you want the code, comment “yes” and I’ll drop it.
#CodeEngrChallenge

Week 4: Synthesis and Beyond
Day 22: JavaScript Objects
#CodeEngrChallenge
Today we’re playing with JS objects think of them like little boxes that hold info about something.
let person = { name: "Code Engr" };
Challenge: Add to object.
Let’s see what you create


Day 20: Community Q&A.
10 days remaining
Up next: Web3 terms explained in simple language.
Ask me anything about coding.
#CodeEngrChallenge

Day 19: CSS Flexbox
#CodeEngrChallenge: Flexbox fun! Use display: flex;
For 3 boxes. Show your layout!
Challenges: Flexbox layout.

Day 18: Git Branching
#30DayCodeChallenge: Git branch!
Run git branch new-feature. Switch & commit. Share!
Challenge: Branch and commit.
#CodeEngrChallenge

Day 17: Python Functions
#30DayCodeChallenge: Python functions!
Def add(a,b): return a+b. Test it!
Challenge: Create a function.
#CodeEngrChallenge
Have a nice day.

Day 16: React State
#30DayCodeChallenge: React state!
Use useState for a counter. Increment it!
Challenge: Add state.
#CodeEngrChallenge
Enjoy your day.

Day 14: Community Shoutout
#30DayCodeChallenge: Halfway!
Shoutout to top engager! Share your progress
#CodeEngrChallenge
Have a happy Sunday CT

Day 13: Git Start
#30DayCodeChallenge: Git time!
Run git init & commit a file.
Share your commit hash! And terminal screenshot.
Challenge: Initialize Git.
#CodeEngrChallenge
Enjoy your weekend CT

Day 12: Python Loops
#30DayCodeChallenge: Loop in Python!
for i in range(3):
print(i).
Challenge: Loop to 10.
#CodeEngrChallenge
Happy Friday CT

Day 10: React Props
#30DayCodeChallenge: Use props in React!
Pass a name to your component.
Challenge: Add props.
#CodeEngrChallenge
Have a lovely day CT

Day 9: React Intro
#30DayCodeChallenge: Dive into React!
Setup a ‘Hello’ component.
Challenge: Setup React.
#CodeEngrChallenge
Good morning CTNG

Last Seen Hashtags on Sotwe
Most Popular Users

Elon Musk 
@elonmusk
240.1M followers

Barack Obama 
@barackobama
119.3M followers

Donald J. Trump 
@realdonaldtrump
111.6M followers

Cristiano Ronaldo 
@cristiano
108.9M followers

Narendra Modi 
@narendramodi
107M followers

Rihanna 
@rihanna
97.3M followers

NASA 
@nasa
92.1M followers

Justin Bieber 
@justinbieber
90.6M followers

KATY PERRY 
@katyperry
86.8M followers

Taylor Swift 
@taylorswift13
80.6M followers

Lady Gaga 
@ladygaga
72.1M followers

Kim Kardashian 
@kimkardashian
69.4M followers

YouTube 
@youtube
68.6M followers

Virat Kohli 
@imvkohli
68.5M followers

Bill Gates 
@billgates
63.4M followers

The Ellen Show
@theellenshow
62.5M followers

CNN 
@cnn
61.9M followers

Neymar Jr 
@neymarjr
61.1M followers

X 
@x
60.9M followers

Selena Gomez 
@selenagomez
59.9M followers
