Avikalp Kumar Gupta

Results 15 issues of Avikalp Kumar Gupta

**Is your feature request related to a problem? Please describe.** When looking at my WhatsApp, before I want to look at the relevant group messages, I first want to make...

enhancement

_⚠️ Potential issue_ **Fail fast if `JWT_SECRET` is missing in production** Falling back to a hard-coded secret risks issuing identical tokens across all instances. Abort early when `process.env.NODE_ENV === 'production'`...

_🛠️ Refactor suggestion_ **Add error handling and connection validation.** The connection pool creation lacks error handling and validation, which could lead to silent failures. ```diff +function createPool(): Pool { +...

Method to save current metrics to data/analytics.json (optional, for robustness) This is a more advanced persistence layer, typically for ensuring no data loss on crash. For now, we only save...

enhancement
good first issue

Please do not merge because this current does not run as expected. Debugging and bug fixing required.

help wanted