Zidan Jaffar
@zidan-jaffar.bsky.social
📤 116
📥 125
📝 1412
Web2 && Web3 Full Stack Dev. | Data Scientist | Cyber Security Analyst ❤
#Football
&
#Movies
pinned post!
WE DON'T BUILD TRUST BY OFFERING HELP... WE BUILD TRUST BY ASKING FOR IT
over 1 year ago
0
1
0
Hidden engineering skill: Knowing when not to add another abstraction layer. Every abstraction has a maintenance cost.
#DevSecOps
#buildinpublic
#100DaysOfCode
about 9 hours ago
1
6
0
Fast code is good. Predictable code is better. When systems behave consistently, everything becomes easier to scale.
#DevSecOps
#buildinpublic
#100DaysOfCode
1 day ago
0
3
0
A lot of debugging is just asking one question repeatedly: “Where did this value come from?” Follow the data. Always.
#DataScience
#buildinpublic
#100DaysOfCode
1 day ago
4
11
1
One sign a system is healthy: You can break one part… and everything else keeps working. Isolation > perfection.
#DevSecOps
#buildinpublic
#100DaysOfCode
1 day ago
0
5
2
The best engineers I know don’t panic during outages. They get quiet. They trace. They verify. They isolate. Calm is a technical skill.
#DevSecOps
#buildinpublic
#100DaysOfCode
2 days ago
0
5
0
If changing one module forces you to update five others, that’s not growth. That’s coupling.
#DevSecOps
#buildinpublic
#100DaysOfCode
2 days ago
1
4
0
Debugging skill isn’t about typing faster. It’s about narrowing the search space faster. That’s experience.
#FullStack
#buildinpublic
#100DaysOfCode
2 days ago
2
8
0
Most scalability problems aren’t traffic problems. They’re design decisions that didn’t expect traffic.
#DevOps
#buildinpublic
#100DaysOfCode
12 days ago
0
3
1
A system feels “simple” until you try to explain why it works. Clarity is the real complexity test.
#DataScience
#buildinpublic
#100DaysOfCode
12 days ago
0
6
0
Your codebase tells a story. If it’s hard to follow, future engineers won’t read it — they’ll rewrite it.
#FullStack
#buildinpublic
#100DaysOfCode
12 days ago
0
5
0
Optimization tip: Before tuning performance, ask: “Is this even the bottleneck?” Measure first. Move second.
#FullStack
#buildinpublic
#100DaysOfCode
14 days ago
0
4
1
If your system only works when every service is healthy, you don’t have resilience... you have luck.
#DevSecOps
#buildinpublic
#100DaysOfCode
15 days ago
2
10
1
A surprising amount of “advanced engineering” is just: • Clear naming • Small functions • Fewer assumptions • Good logs Boring scales. Fancy breaks.
#FullStack
#buildinpublic
#100DaysOfCode
15 days ago
0
4
1
Most outages don’t start with explosions. They start with small warnings nobody prioritized. Logs whisper before systems scream.
#DevSecOps
#buildinpublic
#100DaysOfCode
18 days ago
0
3
0
A lot of engineering maturity is realizing: If it’s hard to test, it’s probably hard to maintain.
#DevSecOps
#buildinpublic
#100DaysOfCode
18 days ago
0
5
0
Performance tip: Before rewriting everything in a faster language… check your queries. Check your caching. Check your network calls. Architecture > syntax.
#DevSecOps
#buildinpublic
#100DaysOfCode
21 days ago
1
7
1
You don’t really understand a system until you’ve tried to change one small thing and three unrelated things break. That’s coupling talking.
#FullStack
#buildinpublic
#100DaysOfCode
21 days ago
0
4
1
You can’t optimize what you can’t measure. And you can’t measure what you didn’t design for. Metrics aren’t an afterthought — they’re architecture.
#DataScience
#buildinpublic
#100DaysOfCode
24 days ago
1
4
1
A system without monitoring is just hope in production. Hope is not a scaling strategy.
#DevSecOps
#buildinpublic
#100DaysOfCode
25 days ago
2
8
1
The more I grow as a developer, the more I care about: “How easy is this to undo?” Reversible decisions are underrated.
#FullStack
#buildinpublic
#100DaysOfCode
25 days ago
0
3
0
reposted by
Zidan Jaffar
Kalamazoo Astronomical Society
26 days ago
Mercury was only 50 arcminutes (0.8°) above a very young waxing crescent Moon this evening. KAS member Pete Mumbower captured this image from his home in Vicksburg, MI.
119
6557
928
Frameworks evolve every year. Good engineering habits barely change. Logging. Testing. Clear naming. Defensive design. Boring wins long term.
#FullStack
#buildinpublic
#100DaysOfCode
26 days ago
0
5
0
Most dev growth happens here: • You ship something • It breaks • You trace it end-to-end • You never design that way again Pain is a very efficient teacher.
#DevSecOps
#buildinpublic
#100DaysOfCode
26 days ago
0
5
1
The real reason systems feel “complex” isn’t scale. It’s hidden dependencies. Complexity loves to hide between services.
#DevSecOps
#buildinpublic
#100DaysOfCode
26 days ago
2
5
0
Refactoring rule I live by: If you’re scared to change it, it’s already technical debt.
#FullStack
#buildinpublic
#100DaysOfCode
26 days ago
3
8
1
If you can’t explain your system on a whiteboard without opening your laptop… you probably don’t understand it deeply yet. And that’s fixable.
#FullStack
#buildinpublic
#100DaysOfCode
26 days ago
0
2
1
Frontend devs who understand backend constraints = smoother UX. Backend devs who understand frontend behavior = fewer “why is this slow?” meetings. Systems thinking > titles.
#DevSecOps
#buildinpublic
#100DaysOfCode
about 2 months ago
0
6
0
Full-stack dev isn’t about knowing everything. It’s about knowing what breaks when you change one thing. That awareness only comes from shipping and debugging real systems.
#FullStack
#buildinpublic
#100DaysOfCode
about 2 months ago
0
9
1
Security isn’t paranoia. It’s just assuming the internet is creative. 🛡️
#DevSecOps
#buildinpublic
#100DaysOfCode
2 months ago
0
6
0
Data doesn’t lie. But it does mumble, whisper, and occasionally gaslight you. 😅
#DataScience
#buildinpublic
#100DaysOfCode
2 months ago
0
6
0
Full-stack dev is less about knowing everything and more about knowing where to look when things break.
#FullStack
#buildinpublic
#100DaysOfCode
2 months ago
0
5
1
Learning something deeply feels slow. Until one day you solve in 10 minutes what used to take 3 hours.
#FullStack
#buildinpublic
#100DaysOfCode
2 months ago
0
5
0
Security mindset is realizing: “If I were malicious… this would be fun.” Then fixing it. 🛡️
#DevSecOps
#buildinpublic
#100DaysOfCode
2 months ago
1
5
1
Full-stack dev means you can’t blame “the other team.” The other team is also you. 😅
#FullStack
#buildinpublic
#100DaysOfCode
2 months ago
0
7
0
Some days you feel like a senior engineer. Other days a missing semicolon humbles you. Balance. 😌
#FullStack
#buildinpublic
#100DaysOfCode
2 months ago
0
7
1
React added Server Components, Actions, Turbopack, and 14 new opinions. Me? I just want my app to build faster than my imposter syndrome. 😌
#FullStack
#buildinpublic
#100DaysOfCode
2 months ago
2
8
2
If your code works after refactoring, testing, containerizing, and deploying… you didn’t get lucky. You got dangerous. 🔥
#DevSecOps
#buildinpublic
#100DaysOfCode
2 months ago
1
11
1
Sports science thought: Every athlete optimizes recovery. Every developer optimizes latency. Same discipline. Different arena.
#DataScience
#buildinpublic
#100DaysOfCode
2 months ago
0
5
0
AI agents in 2026 be like: “Give me 5 minutes, I’ll do the task, deploy it, and email you a summary.” Me in 2025: “It needs 3 months and 4 breakdowns.” 😅
#FullStack
#buildinpublic
#100DaysOfCode
2 months ago
0
6
0
React ecosystem update: There are now 73 ways to fetch data, 12 are recommended, 5 work, 1 is actually optimal, 0 are documented clearly. We move. 😌
#FullStack
#buildinpublic
#100DaysOfCode
2 months ago
0
5
1
Space tech is wild because someone said: “Let’s land rockets.” Another said: “Let’s reuse them.” Then someone said: “Let’s livestream it.” And the internet agreed.
#buildinpublic
#100DaysOfCode
2 months ago
0
5
0
2025 dev checklist: ✔ Learned 4 frameworks ✔ Deployed 12 projects ✔ Debugged 347 errors ✔ Got mistaken for a bot once Character arc complete.
#DevSecOps
#FullStack
#buildinpublic
#100DaysOfCode
3 months ago
0
9
0
Data pipelines feel like pipelines in the gym: If you skip cleanup too often, you’ll regret it later.
#DataScience
#buildinpublic
#100DaysOfCode
3 months ago
0
5
0
That moment when your code finally runs… and you still don’t know why it worked. But it did. Quiet victory. 😌
#FullStack
#buildinpublic
#100DaysOfCode
3 months ago
1
7
0
Numpy + Pandas + Next.js = Building apps, analyzing trends, securing endpoints, and looking mysterious in dark mode. Character development. 💯 💯 💯
#FullStack
#buildinpublic
#100DaysOfCode
3 months ago
0
5
0
Full-stack means: I break it I see it I fix it I deploy it I deny it was ever broken 😅🚀
#FullStack
#buildinpublic
#100DaysOfCode
3 months ago
1
6
1
Cybersecurity is basically: 1. Detect threat 2. Panic 0.2 sec 3. Patch calmly 4. Act like nothing happened 5.Write post about it 🛡️😎 6.
3 months ago
1
1
0
Frontend, backend, data, security… Full-stack devs aren’t doing more work, we’re doing less guessing. Debugging the whole pipeline is the superpower.
#FullStack
#buildinpublic
#100DaysOfCode
3 months ago
1
7
0
React devs in 2026: • useState for logic • useEffect for chaos •console.log for therapy 😌 Still undefeated.
#FullStack
#buildinpublic
#100DaysOfCode
3 months ago
0
5
0
Kaggle taught me one thing: If you can’t prove it with numbers, the leaderboard will humble you. If you can, you’ll humble the job market.
#DataScience
#buildinpublic
#100DaysOfCode
3 months ago
0
5
1
Load more
feeds!
log in