Q: What is this.?

Answer: A collection of developer notes pertaining usually to web development and adjacent fields.

At minimum these are notes directed toward myself for future recollection. I am usually learning something so some notes may contain partial incorrect information. I do not claim to be an expert on anything and that any code here should not be used for production nor is best practice.

Microservices Patterns Intoduction | 220105

Project - Conduit

220105 Running off generator power, ten inches of snow. TBA the return of normal power, water, and data services. Microservices Patterns Book : Having been given an unplanned opportunity to read, I’ve been getting through this microservices patterns book. Read More…

End of the Year and a new Book | 220101

Project - Conduit

220101 Now What So I am going to try and break down each of the services that I have created to SQL schemes/Queries with the necessary item so that don’t have go into the database for any reason. Read More…

Circular imports and GORM | 211230

Project - Conduit

211230 Circular imports and GORM GORM leads it self to putting you in a circular import loop by design and I have come to learn that from trying to add this temp user struct due to them being many to many Read More…

CRUD for Channels Service | 211223

Project - Conduit

211223 Kinda lost with the channel addition So In my head its straight forward, cause adding the channel obj to the Server is straight forward but integrating with the existing middleware, and mux is throwing me for a loop. Read More…

Database CRUD operations integration | 211221

Project - Conduit

211221 Database CRUD operations integration Working to get the CRUD operation working correctly with the GORM and the database. Create (AddServer) Auto increment is on for gorm Update Get {id} Note that the model object has been added to the server model but is only turn on in the json for the update/delete testing Read More…

DB Code base intergration | 211218

Project - Conduit

211218 Docker image for postures Bog standard nothing docker compose Note I plan to turn on ssl mode(link) on later when this gets on the cluster Using GORM for database Documentation for this and the package it self makes this rather easy. Read More…

CRUD Operations | 211210

Project - Conduit

211210 CRUD operations for Servers So I have the basic REST crud operations for the for the server service. For the Create, Update, and delete aren’t necessary for the MVP, but I thought since i was here and for practice. Read More…

Keycloak "Learning" | 211130

Project - Conduit

Keycloak “Learning” Preamble: I have play around with keycloak before but I really don’t understand all the in’s and out. I want to learn more about it so I know all the options and constants when planning out the user structures and how the roles would interact with data. Read More…

Linode Say NO SMTP | 211115

Project - Conduit

211115 nvm I gotta find a new way on how to handle mail linode says no mail https://www.linode.com/blog/linode/a-new-policy-to-help-fight-spam/ fml I have wasted so long on this

Docker SMTP | 211111

Project - Conduit

Postal SMTP Okay after spending some time looking around at the state of the postal. I have found a few items. Postal Github and it creators and maintainer are making updates and so on, and are focused on containerization. Read More…