dev_big2020 Profile Banner
The Big Wealth Profile
The Big Wealth

@dev_big2020

Followers
30
Following
29
Media
17
Statuses
75

Full-Stack Engineer specialized in Backend Systems. React • Node.js • Python • Redis. Technical Writer documenting the engineering journey.

Joined March 2025
Don't wanna be here? Send us removal request.
@dev_big2020
The Big Wealth
2 days
Day 12 of learning Python. Added Google Auth to improve the sign-in flow. Found a flaw in my email verification system users could spam unlimited emails. Fixed it with a simple rate limit: 60 seconds between requests. Small fix, big security improvement.
0
0
0
@Tech_girlll
Mari
7 days
Tech Wrap 2025? 🌚
9
2
31
@dev_big2020
The Big Wealth
7 days
0
0
0
@dev_big2020
The Big Wealth
8 days
Attended the #HireGround2025 Ilorin Career Fair 2025 today biggest lesson? Communication technical skills. HRs said they hire people who communicate clearly and show consistency through personal branding. And confidence? It comes from preparation, not talent. #TechCareers
0
0
1
@dev_big2020
The Big Wealth
9 days
Day 11 building an auth‑gate in Python. Added email verification: hashed one‑time tokens, short expiry, delete on use, then issue access + refresh (refresh as HttpOnly cookie). Small steps, big security wins. #Python #Security #100DaysOfCode
0
0
0
@nalinrajput23
Nalin
10 days
which code editor are you currently using ?
279
16
399
@dev_big2020
The Big Wealth
11 days
Devs, what is your workflow: Do you write your documentation before you start coding, or after the project is finished? #SoftwareEngineering #DevLife #coding #webdevelopers
1
0
2
@dev_big2020
The Big Wealth
15 days
I just published The Skill That Separates Average Developers From Great Ones — And It’s Not Coding https://t.co/ZjPow7avL6
0
0
1
@dev_big2020
The Big Wealth
15 days
Day 10 #30DaysOfPython. I implemented Refresh Token Reuse Detection. If a token is used after it has been rotated my system assumes it was stolen. The Response: Automatic Security Lockdown. 🚨 It instantly revokes ALL sessions for that user and forces a password reentry. #Python
0
0
1
@dev_big2020
The Big Wealth
17 days
Day 9 #30DaysOfPython. I've been quiet because I've been building a fortress. I ditched JWTs for refresh tokens. Instead, I implemented Opaque, Hashed Tokens with rotation. Client: HttpOnly Cookie DB: Argon2 Hash Strategy: Security > Convenience #buildinpublic #python #backend
0
0
1
@dev_big2020
The Big Wealth
28 days
Day 8, #30DaysOfPython. I just built the most important part of a real auth system: Access + Refresh Token rotation. Why? Because you should never force a user to choose between security (15-min tokens) and convenience (3-day tokens). This system gives them both. #buildinpublic
1
0
1
@dev_big2020
The Big Wealth
1 month
Day 7, #30DaysOfPython: The Auth API is now issuing stateless JWT access tokens! This is a key architectural choice for building scalable, microservice-friendly backends. The server is stateless; the token is the proof. Used python-jose (Python's jsonwebtoken) to handle the sign
0
0
0
@dev_big2020
The Big Wealth
1 month
Day 6, #30DaysOfPython: The Auth API is functional! Built & tested the full /register and /login flow. I'm using Pydantic for validation, an ORM for clean queries, and argon2 (not bcrypt) for hashing. Why argon2? It's the modern, memory-hard standard for real-world security.
0
0
1
@dev_big2020
The Big Wealth
1 month
Day 5 of #30DaysOfPython. My FastAPI app is officially connected to my Postgres database. The architecture is working. My laptop battery died. 😅 This is the real #buildinpublic journey. You can't code without power. Back tomorrow to build the endpoint. We go again. #backend
0
0
3
@dev_big2020
The Big Wealth
1 month
Day 4, #30DaysOfPython. No new features, just 100% debugging. My /register endpoint is broken. I'm neck-deep in FastAPI's dependency injection trying to get my service and repository layers talking. This is the unglamorous, real work of engineering. The bug wins today. I win tomo
0
0
0
@dev_big2020
The Big Wealth
1 month
Day 3, #30DaysOfPython. 0 features built. 100% progress. Today was all architecture: designing the Postgres schema, defining Pydantic models, & setting up the SOLID interfaces. Building the blueprint is the work. Tomorrow, we build the walls. #buildinpublic #backenddevloper
0
0
2
@dev_big2020
The Big Wealth
1 month
Day 2 of my #30DaysOfPython. Wrote almost no code. Why? Because I spent the day architecting. I'm building my Auth API with SOLID principles from Day 1, translating my TypeScript patterns to Python's Abstract Base Classes. A day of planning saves a month of debugging. #python
0
0
0
@dev_big2020
The Big Wealth
1 month
I've spent this year building complex, decoupled systems in Node.js. Today, I'm starting a new #30DaysOfPython challenge. The goal: build a complete "Auth-Gate" API from scratch. I'll be sharing all my progress, challenges, and code. Let's build. #pythonlearningjourney #backend
0
0
1
@dev_big2020
The Big Wealth
2 months
Let's #CONNECT with people who are interested in Frontend Backend System Design GSOC JavaScript TailwindCSS CSS React Typescript MongoDB SQL Node JS Python DevOps DSA Web Development Artificial Intelligence Machine learning Generative Al #letsconnect #buildinpublic #WebDev
8
0
10
@dev_big2020
The Big Wealth
3 months
I'm excited to share the final architecture for my fault-tolerant, real time e-commerce system. check the full logic Full Deep-Dive Article: https://t.co/bstEnKwVO9 Full Source Code: https://t.co/qwXeL8FTkC #SystemDesign #Backend #NodeJS #SoftwareArchitecture #Stripe #Redis
0
0
0