coding

Access

Blog History

Remove Sensitive Data from Git Hub

If you follow the faqs on github it will say you can use bfg to remove sensitive data https://help.github.com/en/github/authenticating-to-github/removing-sensitive-data-from-a-repository Here are my learnings bfg has to be run from the root of the git repository i.e....

read more

Date to Ordinal Days

I recently had to create a reasonably meaningful batch number for some GS1 compliant SSCC labels. I have an Internet Explorer Interface that submits the request to our ERP system. Due to legacy issues the batch number was restricted to 6 numeric digits. Some...

read more