One of my most passionate projects is Dev Tips, a mailing list to share animated developer tips and tricks. I also post lots of tips on twitter. I've made a few DevTools related videos on YouTube, and have a whole course on DevTools too. I've worked ...
WCLHRhowdy and 20 more commentedI'm building a news platform powered by Vercel's Serverless Functions. Posts are to be stored in some kind of database where Vercel's functions can retrieve and return the data. However, as far as I can tell I'll need to use a database outside of V...
Join discussionHey everyone I am working on a side project where I am using mongodb nodejs nextjs. I am performing some schema update and my code is breaking up as the objects created before schema update have not been updated or not have a particular field. Can s...
Join discussionHow to fix: node:3966) UnhandledPromiseRejectionWarning: Error: querySrv ECONNREFUSED Hi, how to fix this issue? https://stackoverflow.com/questions/62066586/node3966-unhandledpromiserejectionwarning-error-querysrv-econnrefused
Join discussionI'm creating a candidate registration page where the candidate should enter his details to get registered but I also want to show an error message if he misses to enter any field in the frontend and send back to the registration page saying "You need...
LOlalekan commented