Code and Thought
174 subscribers
81 photos
6 videos
3 files
78 links
documenting my journey in software engineering, building real projects, and sharing honest lessons on growth, discipline, and thinking like a developer. for anything reach out at t.me/Nezira_worku_ali
Download Telegram
Forwarded from Zaya
Realizing that in 2036 we’ll miss 2026 the way we now miss 2016 feels almost ironic. The years we rushed through...complained about and called ordinary somehow become the ones we ache for most.

We were there living it..barely noticing, always wishing for something better.. not knowing we were already inside the moments we’d one day long to return to.

Time never warns us. It doesn’t pause or ask us to pay attention...it simply passes, quietly..until all that’s left is the feeling that we didn’t hold on tightly enough.

So maybe all we can do is live a little more...laugh a little louder and hold on a little tighter...because this..right now..is what we’ll one day miss

#reflection
@zaya_journal
4
Forwarded from Exodus_Tola🇪🇹💻 (Exodus)
Hey, I’ve been working on something recently.

I’m launching Beyond the Classroom.

For a long time, I was focused only on grades… until I realized there’s so much more students can do beyond that.

This is my way of helping others discover opportunities, learn skills, and grow beyond academics.

I built a simple landing page for it link: beyond-the-class-room
If it connects with you, join @beyond_classroom and share it with someone who needs it.

Appreciate the support 🤝
Forwarded from Zaya
Having GitHub Copilot Pro as a student is actually so useful tbh

If you’re a student, you can get it for free through the GitHub Student Developer Pack after verifying your academic email on GitHub.

The setup is super straightforward:

1. Go to GitHub and sign in to your account
2. Add and verify your student email (usually your university email)
3. Apply for the Student Developer Pack and wait for approval
4. Once approved, go to benefits and activate Copilot Pro
5. Install/enable it in your editor (like in vs code)...That's it.

#WorthSharing
@zaya_journal
2
So I tried signing up for Claude AI today and found out it’s not supported in this country 😅 which meant VPN mode activated. On top of that, it needed phone number verification… yeah, it got complicated real quick.

But this is where having international friends comes in clutch 🙌 Huge shoutout to my Bangladeshi friend Milky Way for helping me out today—you saved me fr.

Lowkey lesson here: build your network beyond borders. International friendships aren’t just vibes—they’re actually useful.
2
Forwarded from Learning Log
ai-models-guide-2026 (1).pdf
540.7 KB
got confused with different ai models dropped every week ? know about categories of the current models , compare them through benchmarks and stay consistently updated.

N.B: categories also cant be constant all time coz each ai models is becoming multimodal
Hey fam, if you want to verify something that doesn't work in this country but requires a phone number, you can use this site to get temporary numbers.
2
Forwarded from Chapi Dev Talks
We’re on a scavenger hunt for talent, but many of you are rushing the application and letting your profiles slide. If you just gave your profile 2 hours a month, you’d be landing dream jobs easily.

Stop tripping on the small stuff:
- Fix Broken Links: Don't send us to a 404 page.
- Refresh the Look: If your design is ancient, give it a modern facelift.
- Quality over Quantity: Feature your best, most presentable projects.
- No Placeholders: Replace "sample text" with your actual, real-world info.
- Explain the "Why": Describe your projects so even a non-tech person understands the value.

Don't just be the first to apply be the one we can't say no to. Polish your game!
Most people chase productivity hacks. Real builders know productivity runs deeper than that.

Here are 5 principles that actually move the needle:

1. Work with your biology, not against it

You’re not built like everyone else.
If waking up at 4:30 AM feels forced, it probably is.

📌 If you code better at night, schedule deep work then.
Don’t copy routines design your own.

2. Minimal Viable Action (MVA)

Procrastination isn’t laziness it’s overwhelm.

Shrink the task.

📌Not “Build full auth system”
Start with → “Create login endpoint”

Momentum comes after starting, not before.

3.You only improve what you measure

Tracking matters—but only if it’s meaningful.

📌Don’t track “hours coded”
Track → “features shipped” or “bugs fixed”

No tracking = no clarity.

4. Don’t fight your emotions use them

You’re not a machine.

When you care, you naturally go further.

📌 The projects you enjoy will always outperform the ones you force.

5. More is not always better

12 hours of work doesn’t equal productivity.

📌 4–5 hours of focused coding > 12 hours of tired coding

At some point, rest becomes the most productive move.

The real takeaway:
Stop chasing hacks.
Understand how you work, build systems around it, and focus on output.


#Productivity #BuilderMindset #DevGrowth
@Ahbab_Labs
Forwarded from MissCoder
🚀 We’re forming a DSA Learning community
(inspired by Blue Nile DSA community)

Staying consistent alone is hard, so we’re building a peer-driven community where small teams push each other to grow.

This isn’t a course or a place where someone teaches you everything.
Instead, you’ll be part of a team of 7, where you:

👨‍💻 Solve problems together daily
💬 Discuss approaches and learn from each other
🎤 Do weekly rotating presentations (1 person per day)
📈 Stay accountable and consistent

We’ll mainly use Python, working toward:
💼 Technical interviews
🏆 Competitive programming
🌟 Opportunities like A2SV

📅 Starts this summer

If you’re ready to stay consistent and improve with others, this is for you.

📝 Apply here: Registration Link

⚠️ Spots are limited since teams are small, apply early to secure your place 🔥
Forwarded from LeetDesign Community (ಠ_ಠ)
We created a Community for designers of all kinds, not just graphic designers.

#LeetDesign #LeetDesignOfficial #LeetDesignCommunity
Forwarded from AbduIntheLoop
Hayat Khayredin (AKA @techy_muslimah) is competing for the LinkedIn Changemaker Awards in the Young Changemaker of the year category. She has been creating impactful contents on LinkedIn. Let’s show some support for her.

https://changemakeraward.com/share/id-mo0hew792vaynvr6sn.html
1
You have to keep learning until things start to feel clear and simple.

Not easy — but clear.

And one thing I’m realizing is this:
the best way to learn coding isn’t just watching or reading… it’s building.

Learn a topic → then use it immediately.

It doesn’t have to be a big project.
Even a single web page is enough — as long as you apply what you just learned.

That’s how concepts actually stick.
That’s how confusion turns into clarity.

Don’t wait until you feel “ready.”

Stop procrastinating with that 6-hour tutorial — just do a 1-hour build instead.

Start small, take action, and learn as you go. 

Add this idea: once concepts become clear, using AI for coding becomes much easier because you understand what’s happening under the hood, allowing you to guide the AI effectively and debug issues when something breaks.
👍21
3 things I learned today while working on my project

1. Use two terminal windows
One to run your server, one for Git.
I didn’t know this before… and it cost me a lot of GitHub contributions because I hated stopping and restarting the server just to push changes.

2. Fixing “remote unreachable” errors
If Git keeps throwing errors like *fatal: remote unreachable*, this command literally saved me hours:
git config http.postBuffer 1048576000

Some sources say it’s outdated — but it worked for me when nothing else did.

3. Checking your repo connection
You can verify which repository your project is connected to using:
git remote -v

Simple, but very useful when things feel off.

---

You know what I realized today?
I’m actually not that good with Git… yet 😄

So if you have any tutorials or resources that helped you really understand Git, please drop them. I’d genuinely appreciate it. 🤍
1
The real purpose of a community is support, accountability, and shared energy.

So I want to be honest with you all for a moment.

Lately, I haven’t been consistent.

—>I’m an Evangadi student, and I’ve lost the energy to keep up with the classes.
—> I also have another degree on weekends. Finals are already close, yet I haven’t attended a single class this semester.
—> On top of that, I started my driving license practice last summer. I’m just one practical exam away from getting it, but I haven’t been able to push myself to go for it.

At some point, it stops being “I’m busy”… and starts becoming “I’m stuck.”
And I know I’m not the only one who feels like this.

So I’m asking you —
How do you deal with this kind of inconsistency?
How do you get your energy back when everything feels overwhelming?
Forwarded from Birhan Nega
It’s wild how things change over time. Not long ago, I was sending applications and refreshing my inbox, just hoping a recruiter would reply—any reply. Now it’s the opposite: recruiters reach out to me, and I’m not interested because I’m genuinely happy where I am.

For anyone early in their career, that phase is real—and necessary. It teaches patience, rejection, and persistence, even if it feels slow at the time.

But once you reach some stability, the challenge shifts. It’s no longer about getting a job it’s about deciding what to do with your skills. For me, that means thinking about building something of my own. And that comes with a different kind of pressure.

uncertainty, responsibility, and no one pushing you but yourself.
Good morning fam

Quick update from my side — I’ve started diving deeper into React recently.

Yesterday I focused specifically on class-based components. I know they’re not widely used in modern React anymore, but they’re still important for understanding the foundation and how React originally structured component logic.

I also explored props, and honestly, that’s where React starts to make real sense. It’s the core mechanism that makes component reuse powerful — especially when rendering repeated UI elements in a clean and scalable way.
3
So I implemented what I learned yesterday in a quick React project… and here’s a clean breakdown of what actually happened

First, React is a JavaScript tool used to build websites in a smarter way. Instead of writing everything manually, you break your website into small reusable parts called components.

I did a deep dive into class-based components(older React style, but still important for understanding the fundamentals).

What I learned in practice:

1. Component structure (Parent → Child model)
I learned how to structure a project where one main component (parent) controls the data, and smaller components (children) are responsible for displaying it.
Think of it like: manager → employees. One decides, others display.

2. Props (data passing system)
Props are basically how data moves between components.
I passed data in two ways:

—> as full objects
—> as individual values
This is what makes React powerful — reusable UI with changing data.

3. Dynamic UI with .map()
Instead of manually repeating code, I used .map() to automatically generate multiple UI elements from a list of data.
Basically: less typing, more automation.

4. Separating data (data.js file)
I moved all data into a separate file so the UI stays clean and organized.

5. CSS structure (styling organization)
I learned how styling should be layered:

* global styles → overall setup
* app styles → layout
* component styles → specific parts
This avoids CSS conflicts (aka “why is everything broken?” moment).

6. Debugging real errors (a.k.a pain 😄)
I fixed issues like wrong variable names and mismatched props — and learned that in React, one small mistake can break the whole UI.

Final takeaway:
React is about building a system where data flows clearly, components have roles, and everything stays organized.
Today I’m diving into React State and Hooks

For context: React is a JavaScript library used to build interactive web applications. If components are the structure, then state is what makes them alive — it allows a page to change, react, and update without refreshing everything.

So today’s focus is understanding how React manages data over time using state, and how hooks simplify that process in modern React.

I’ll share what I learn by the end of the day — hopefully with some real clarity, not just theory

Have a productive day fam. Stay consistent 🤍
👍2
Forwarded from The Software Guy
Back when I was learning web dev, I had this problem…
I’d discover insane tools, get excited, use them once… then forget they even existed 😭

So I built something for myself, a simple page to keep all the good stuff in one place.
I called it CodingZero.

Fast forward to now… I randomly revisited it and ngl, I was like:
“yo… this actually had potential 👀

So I rebuilt it properly:

fresh, clean UI
smoother browsing
a LOT more resources (not just random links)
better organization so you actually find things fast

And this time, I also added something new that I really care about:
🔥 showcasing awesome projects built by the community

Some gems already on there:

blyp.dev
pine.roggy.site
farming-labs.dev

If you're a dev, designer, or just someone who loves discovering useful things, this might actually be worth bookmarking.

Check it out:
codingzero.vercel.app

Also… if you’ve built something cool, I might add it 👀
3