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.

Authorization and Authentication for backend services | 221205

Project - Conduit

221205 Authorization and Authentication for backend services I have got the Authorization to state of reasonable operation and broken down into proper middlewares for Token Verification and Token Introspective. I did introduce a sub handler that I will need to propagate to all existing services and future. Read More…

User Authentication & Authorzation Progress | 221123

Project - Conduit

221123 _0620 User Authentication So its been a while coming for this and a lot of items leading up to this, but I’ve been learning and working towards getting to be able to login with in the conduit project. Read More…

Arch Install | UEFI GRUB NVIDIA SLIM KDE | 221107

Arch Install 221108_1807 Prelude I was running in to some ergo issues with my dev laptop running Manjaro. I wanted a desktop the laptop and dock was being a pain. So I decided to go ahead make a desktop and do an arch install. Read More…

Going Live | 221005

Project - Ed m

221005 _0514 Code modularization I move a lot of things that was just setting in a layout into a partial and call that got some reuse. I noticed this was really needed yesterday when trying to edit things on the notes list layout due there being three sub list layout needed on that page. Read More…

Checking off List Items & Importing Notes | 221004

Project - Ed m

211004 Working off yesterday’s check list Notes/Project Pages _0941 Notes/Project Index Github SVG on Notes/Projects (fill colour/hover) Update Stats Colouring Stats for Latest and Start Date are fucking backwards kek Spacing between Project Containers needs to be bigger On the Notes/Project Index the Projects Tags Hover style Single Page Corrections _1012 Read More…

Tags Page & 90 - 90 Rule | 221003

Project - Ed m

221003 Lost a day of planned development due some guy named ‘Ian’ came in messing up my local infrastructure Tags Tags Per Project _1226 Initial logic and comments for this have been completed. Read More…

About Page | 220929

Project - Ed m

220929 About _0655 So I have come to one of the things I have been dreading, writing an about page. Due to I hate writing about my self or really even thinking about myself. Read More…

Sub-Section Unique Tag Collection | 220928

Project - Ed m

220928 Current Progress The "{{.IsDescendant $anotherPage}}" is still working from yesterday to change the layout for depending of depth dir in notes. Getting all tags for a given project and counting the occurrences _1001 Read More…

Layouts for sub dir | 220927

Project - Ed m

220927 Layouts are only for top lvl. _0550 So while trying to make a layout for list pages /notes/projects/*. I came to the understanding that I can’t using Hugo normal variables/function to do this. Read More…

Code Mark-up | 220926

Project - Ed m

220926 Current Progression _0824 So I think I am in a good state with the Notes/Projects. Short Term - TODO List Updates single page code syntax So Hugo seems to know when there is code in the markdown file and does some formatting and styling with it, but I want to improve it. Read More…