Code & Coffee
Відкрити в Telegram
It’s just a chill space where I share my thoughts, things I’m learning, mistakes I make, and random dev moments. I opened this to stay committed, grow, and learn with others. If you vibe with that, grab your coffee and let’s figure out tech together ☕️💻
Показати більше1 067
Підписники
+1424 години
+1687 днів
+23230 день
Архів дописів
1 067
I was listening to Ruth’s(dot_ruth) Open Mic, and something about the way she talks really stayed with me.
We actually relate a lot. She works with .NET , and she also loves Laravel and same here.
She talked about how AI is slowly taking away our thinking ability, and I’ve always agreed with that.
She also recommended using Clean Architecture and Domain-Driven Design on the backend, which honestly makes a lot of sense.
quote she shared :
You don’t choose the tech stack the tech stack chooses you.quotes the host shared:
I don’t want to be the first girl to do it I want to be one of the girls.In the end, I just want to say I really loved it. Watching inspiring girls like this truly motivates me. Let’s go, girls let’s build things, support each other, and inspire others. Much love to all the girls 🤍
1 067
React comes with so many hooks, but I usually just use the classics
Categories of hooks:
1. Basic state & effect hooks – useState, useEffect
2. Performance & reference hooks – useMemo, useCallback, useRef
3. Advanced & concurrent hooks – useTransition, useDeferredValue
Honestly I stick to useState & useEffect 90% of the time 😂
slowly learning the others…
1 067
JavaScript is slowly making immutability easier today I learned about Array.prototype.with().
const nums = [1, 2, 3];
const updated = nums.with(1, 99);
console.log(updated); // [1, 99, 3]1 067
The first computer “bug” was a real bug 🐛
In 1947, engineers found a moth stuck inside the Harvard Mark II computer, causing it to malfunction. They literally taped the moth into the logbook and wrote: “First actual case of bug being found.”
do u guys know this ? 🙄
1 067
Repost from Google Developer Group AAU
⏰ Happening Tomorrow!Our Open Mic Session with Ruth Abiti Getaneh goes live tomorrow — don’t miss the chance to join the conversation. If you’re curious about building scalable healthcare and enterprise systems, choosing the right mobile vs web architecture, and writing clean, future-proof code, this session is worth your time. 📅 Date: Friday, December 19, 2025 ⏰ Time: 8:00 PM / 2:00 LT 📍 Live on the GDG AAU Channel Follow us for updates: | Telegram | LinkedIn | Instagram | TikTok | Face Book | X #GDGAAU #OpenMicSession
1 067
Repost from DOT_RUTH
New feels hard because the brain mistakes unfamiliar for unsafe. Most of the struggle is just rewiring. But not knowing that has held so many of us back for far too long.
New feels like fog at first. You don’t need the whole road, just the next visible step.
It's not hard, it's just NEW
1 067
Why TDD?
We use Test-Driven Development (TDD) to:
- Write tests before writing code
- Catch edge cases early (like int vs double from APIs)
- Make sure everything works before moving forward
TDD gives confidence, reduces bugs, and makes refactoring safe.
1 067
what happen to the internate guys notion , chatgpt , Canva , LinkedIn is not working for me .
1 067
☕️ Code & Coffee — Tip of the Day
Just tried adding a rich text editor to my React project In the Morning.
Started with React Quill but…It wasn’t playing nice with my React 18 setup.
Switched over to Jodit Editor . It work properly and clean integration. it saved me hours.
@codeandcoffee1
1 067
Repost from Codative 🔭
+6
Here are some more quotes from @Dagmawi_babi these are focused on vibe coding
Enjoy 😉
#Quotes #Devfest2025 #Vibecoding
@codative
1 067
I’m new to Python… and I just learned this.
I recently discovered that Python has type annotations.
I always thought Python was just dynamically typed but you can actually add type hints to your code:
def greet(name: str) -> str:
return "Hello " + name1 067
☕️ Code & Coffee
Just realized how important the basics are
A friend is crushing LeetCode SQL challenges (link) for tech interviews, while I was busy with frameworks and ORMs… almost forgot SQL even exists
1 067
Repost from Solo codes
Introducing Totals.
All your transactions in one place
Totals is a mobile app that automatically tracks your bank transactions by parsing SMS messages from Ethiopian banks. It gives you real-time balance updates, detailed transaction history, smart analytics, and clear financial insights, all stored securely on your device.
We built it to stop ourselves from going broke 💸
Multi-Bank Support
Commercial Bank of Ethiopia (CBE)
Awash Bank
Bank of Abyssinia (BOA)
Dashen Bank
Telebirr
more coming soon....
download here
And its open source,
please drop a star or contribute
Github
shoutout to @abelwondafrash for coming up with the initial concept and design
By detached
@interested_imbecile
@ye_we
Вже доступно! Дослідження Telegram за 2025 — головні інсайти року 
