Commit Happens
179 subscribers
174 photos
17 videos
4 files
54 links
Just a dev committing to stuff (and sometimes regretting it).πŸ˜‚
Welcome to my tech therapy session

https://portfolio-ochre-gamma-qo1o5kn8o5.vercel.app/
Download Telegram
Updated My Old E-commerce Project (finidhed it last month and forgot)

Remember that ecommerce project I built a while ago?

Yeah… I went back, refactored it, modernized the stack, and finally deployed it properly 😀

This version is built with:

⚑️ Next.js (fullstack)
πŸ—„ Supabase (DB + Auth + Storage)
πŸ”„ TanStack Query (data fetching & caching like a civilized dev)
☁️ Deployed on Vercel

It has:

πŸ› Customer Side

Browse products

Auth

Cart flow

πŸ›  Admin Side

Manage products

Upload images (Supabase storage)

Dashboard-like management

Live app πŸ‘‡
https://ecommerce-lemon-iota-14.vercel.app/

GitHub πŸ‘‡
https://github.com/Natnsis/Ecommerce

Wanna spy on the admin side? πŸ‘€
email: admin@gmail.com

password: password123

Not perfect.
Not Amazon.
But it’s clean, structured, and shows growth.

@bugpusher
❀1
planning on a repo killing spree.

Every old project is getting rebuilt to my current level.
No more half-done features. No messy structure. No β€œI’ll fix it later.”

I’m turning them into:
β€œThis is the best version I can build right now.”

Refactor. Improve UI. Clean architecture. Proper README.
Everything upgraded.

Time to make my GitHub actually reflect my skills.

@bugpusher
πŸ”₯2
we gotta figure out how to make (where to get) those calendar like tables, they're clean asf

@bugpusher
alr lets make custom

@bugpusher
a mini fix

@bugpusher
Forwarded from AI Programming
⭐️ mdnest

mdnest is a modern platform for creating, editing, and sharing Markdown documents.

➑️ Whether you're a developer writing documentation, a student taking notes, or a content creator sharing articles, mdnest provides a seamless experience for all your Markdown needs. Developed by Yeabsira Endale.

It is open source β€” give it a star and contribute!


πŸ”— https://mdnest.vercel.app/

πŸ”— https://github.com/Itsyabitaa/share-resource

#community #developers #showcase #mdnest
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
next stop is this cute project, i remember working on it right after graduationπŸ˜‚πŸ˜­

i kinda had this idea of a centralized site where university connects with students, so i build a website(admin control) and an app for students.

plan to finish atleast the website in 20 days

@bugpusher
How I converse with chatgpt

@bugpusher
πŸ‘Ž1
Forwarded from Code Maxing
Whenever I am building an API, I make sure it handles these things

βœ… Rate Limiting
βœ… Caching
βœ… Auth
βœ… Validation
βœ… Logging
βœ… Versioning
βœ… Graceful Failure

If you're just returning JSON, you're just exposing a DB.

@codemaxing