From watching football tactics to building my own Football Lineup Builder
Finally completed a long-pending hobby project where users can:
• Create multiple formations
• Drag & drop players
• Share lineups
• Save teams
Live Link : https://t.co/yQP4Sb9WXW
#nextjs#webdev
Wrote a blog on how AI agents work and their architecture.
Thanks @kirat_tw for the video reference! https://t.co/E5Sb08NtAy
#AI#Agents#SystemDesign#Tech
today i initialized the nextjs frontend for my collaborative whiteboard project, started structuring it, and explored which technologies and libraries to use.
#webdevelopment#nextjs#react
@terencebuilds It clicked for me while structuring the frontend, data from backend and client side felt like they should be handled and stored separately.
Learning a lot while building this project, especially about designing frontend architecture around the backend, managing state effectively, and knowing when to use Zustand for UI state vs TanStack Query for server state.
started building a collaborative whiteboard project with turborepo
excited to work on realtime collaboration, shared packages, and explore monorepo architecture while building this.
Built a football match predictor using ML
Predicts EPL & La Liga scores
FastAPI (HF Spaces) + Next.js (Vercel)
UI by @PranayPrat
Try it:https://t.co/VZbd6dEnCp
Early stage - adding more features soon.
#MachineLearning#SportsAnalytics