DEV Community

Cover image for Day 957 : Logic
HIPHOP and CODE
HIPHOP and CODE

Posted on

Day 957 : Logic

liner notes:

  • Professional : Really productive day considering I got up early to catch a meeting for my trip next week. There was a later time slot but I had a conflicting meeting plus felt bad my teammate would have to work late to meet with me. Went back to sleep and woke up to start my day. Had a few more meetings where, in one, I got to do a quick presentation / demo of what I've been working on. Folks liked the slides I made and seem to be interested in the project. Felt really good to be able to show what I've been working on and get some feedback. Spent the rest of the day working on some stuff for my upcoming trip.

  • Personal : Knowing that there was a major change in an adapter I am using to connect to service I'll be using for hosting and serverless functions, I started working on the generating credentials functionality. The serverless functions run on a different runtime than I normally use. There's a bunch of libraries that don't run on it. There were some things that I did to help with the compatibility. I would write some code that uses an SDK, deploy it and see if I get any errors because one of the dependencies of the SDK used isn't supported on the platform. Basically I stripped things back to just doing request calls to endpoints. haha. After a bunch of time, I finally got the start of things working. In addition to the coding, I went through tracks for the radio show and scheduled the payment of my bills for the month. Also watched a bunch of "X-Men: The Animated Series" episodes.

 In the picture you can see a large ancient oak tree with gnarled branches and green leaves. The tree is in a forest and there are other trees in the background. On the ground, there is a thick layer of leaves. The sun is shining through the trees and creating a dappled pattern on the ground. The overall effect is one of peace and tranquility. The location is unknown from the picture.

Last night I laid down the ground work for the backend to communicate to the service I'm using to get credentials. All the other calls I need to make should be similar. Luckily, I've done it before so I have the logic for the functionality, I just need to refactor them to make REST calls to endpoints instead of using an SDK. Need to make the call to the endpoint I created to get credentials from the admin page so I can then save it to a database. From there, I'll be able pull in the data from the database and use in a page. Going to pick up some projects on Bandcamp and put together the social media posts for tomorrow. Will probably also put together the starter tracks for the radio show. Looking to watch some episodes of "X-Men: The Animated Series".

Have a great night!

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

Top comments (0)