DEV Community

Cover image for Day 375 : CREAM
HIPHOP and CODE
HIPHOP and CODE

Posted on

Day 375 : CREAM

liner notes:

  • Professional : Got some good feedback on my demo application. Just added a little notice if the user denies access to a thing that is needed to run the app. Other than that, worked on my blog post and spoke with some team members.

  • Personal : Got the server part of the push notifications for my site working. People can subscribe to get notifications. So the client side application can get a token and then use that token to subscribe to different "topics" and get notifications on that "topic". Originally, I was thinking about having a Cron job run every hour and when it hit an hour where we were going live, it would send notifications to the people who signed up for that time. Found out that it's 10 cents a month for every job that runs. So 24 hours means 24 jobs everyday of the month. That can be a lot of CREAM! I'm thinking that's why I've been getting a bill every month for other projects that only checks every 3 hours. haha So now, I have it where the backend will send a message when a new entry is added to the database.

View from a mountain through some trees into a very green valley in Mangup, Crimea with other mountains that have white cliffs

Now that a user can subscribe to a date and have a message sent to them when a new entry is made in the database, I need to create the interface that will create the entry. So it's time to start working on the dashboard / admin section. The project is getting there, slowly. haha

Have a great night!

peace piece
Dwane / conshus
https://dwane.io / https://HIPHOPandCODE.com

Top comments (0)