Posts
- Automate daily workflows with cron jobs
Cron jobs are basically time based schedulers that execute certain actions based on the command provided or the steps mentioned in a script. - Error tracking and monitoring in Next.js
Error tracking and performance monitoring is crucial to any application running in production. Simply because we cant expect the end user to report... - Authentication with magic link in React
Authenticating users via magic link is on the rise recently (for a good reason). Magic link is the way of sending users a unique link...