Adewoye Adegoke
Degoke's Notes

Degoke's Notes

Follow
homeBusinessTechnologynewsletter
Series

Technology


Articles in this series

Sending your API errors asynchronously as slack notifications

Jan 29, 20235 min read

Sending errors asynchronously from your express API as slack notifications using the slack API and BullMQ queues · Sending errors from your express API...

Sending your API errors asynchronously as slack notifications

SQL queries on a production database

Jan 19, 20232 min read

Precautions to take when running SQL queries on your production database · Generally, it is a bad idea to run SQL statements - (UPDATE, INSERT, ALTER,...

SQL queries on a production database