I'm Ebenezerβa Software Engineer & Designer blending premium aesthetics with clean, optimized architecture.
π» Stack: Figma | Tailwind | JS | Python | Firebase
Sharing the process and building in public. Welcome to the page. π
Day 67 of Python π
Staring down a 500 Internal Server Error on snip_link today! π
β’ Terminal: IntegrityError: NOT NULL constraint failed β’ Debugging terminal logs line-by-line to find why data isn't hitting the database column properly.
The real side of coding! π»
#Sqlmodel
@builderix I learnt from a mentor that you just understand the system before writing a code, and I am practicing that not yet good at it though cause I find it difficult most times but we keep learning nevertheless
Day 66 of Python π
Progress on snip_link (URL Shortener API)! π
β’ Generated short codes with secrets.token_urlsafe(6) β’ Created database records mapping short codes to URLs β’ Verified saved rows directly in SQLite Viewer
Step-by-step backend fundamentals! π»
#BuildInPublic
π Python Output Challenge π₯
Think you know Python? π€
Predict the output without running the code!
π Comment your answer: A, B, C, or D
π‘ Hint: Focus on how variables reference lists in Python.
π Challenge your friends and see who gets it right!
Day 65 of Python π
Learning URL Shortener system design! π
β’ Mapping URLs to short codes in SQLModel β’ Generating strings with secrets β’ DB lookups for link redirects
Understanding the architecture first! π»
#BuildInPublic#Python#FastAPI#SQLModel
@AshrafXplains Yes starting first doesnβt mean finishing first networks determine the winner most times and in some cases the first also determines
But do you have any other ideas?
Day 64 of Python π
Shipped my Event Ticket Booking API to GitHub! ποΈπ»
β’ Public repo: Event-Ticket-Backend β’ Commits for https://t.co/MX9jD9QwF8 β’ .gitignore set for venv, .db, & cache
Check it on GitHub! π
#BuildInPublic#Python#FastAPI#GitHub
@AshrafXplains Yes, that is actually a good but here is what I taught, I was thinking of time frame even if it is 2 seconds different the first person get the final ticket and the last guy get no more ticket
Day 63 of Python π
Wrapped up my Event Ticket Booking API using FastAPI & SQLModel! ποΈβ‘
β’ Real-time ticket booking & seat checks β’ Ticket cancellation with auto-restocked seats β’ Event revenue tracking endpoints β’ Exception handling for sold-out cases
#BuildInPublic#Py
Day 62 of Python π
Building an Event Ticket Booking API with FastAPI & SQLModel ποΈβ‘
Work in progress! So far:
β’ Event setup & dynamic seat allocation
β’ Seat collision checks & error handling
β’ PUT/DELETE routes for capacity & cleanup
Still cooking on this project! π οΈ