Sunday Moses - Backend Engineer | Contra
Work by Sunday Moses
Sign Up
Post a job
Sign Up
Log In
Sunday Moses
Full-stack developer
Message
Follow
Ready for work
Sunday is ready for their next project!
San Francisco, USA
Work
Posts
Products
Services
About
San Francisco, USA
Created
Collaborated
4
๐จ Your database query worksโฆ but itโs taking 3 seconds? Before rewriting the whole backend, check your database indexes. One missing index can turn a fast query into a slow one as your data grows. Optimize the query before optimizing everything else. โก Have you checked your database indexes recently? ๐
4
125
7
Found a bug that only happened in production. The code looked fine locally. The real problem? A missing environment variable. Lesson: Always check your production environment variables before rewriting working code. ๐ Have you ever spent hours debugging something that turned out to be a simple configuration issue?
7
307
11
๐จ A bug that looks like a frontend problem might actually be your backend. I once spent time checking UI code, only to find the real issue was an API returning the wrong data. When debugging, I always check the full data flow: Frontend โ API โ Backend โ Database Debug the source, not just the symptom. ๐ Have you ever found a backend bug while fixing a frontend issue?
9
11
604
11
๐จ โIt works on my machine.โ The developer's most dangerous sentence ๐ Your app works perfectly locally, then suddenly breaks in production. Before blaming the code, check: ๐น Environment variables ๐น Node.js versions ๐น Database connection ๐น API URLs ๐น CORS configuration ๐น Production build settings Local success โ production readiness. Always test your application in an environment as close to production as possible. Whatโs the funniest โworks locally, breaks in productionโ bug you've faced? ๐
4
11
427