Advent of Code 2020 – Day10
We solve today's challenge at the advent of code 2020. Come join us and have some fun.
In this video I go through a minimal client storing data in Azure Blob Storage. Talking about the differences with S3 and what to look out for and challenges to get it working.
In this video series, I try to challenge myself with the Advent of Code trials. Each solution will be published to Github, and I hope you will learn something from my coding mistakes and perhaps send some code my way on how you have done these challenges. I know by reading code, so this is…
We look at creating a WordPress Plugin and what is required for it showing up on wordpress.org and getting through the review process. I made it and found some things to look out for and things that can make the process smoother.
We talk about creating a new user and talk about user permissions and create login profile and start script, all needed for bootstraping user login.
I show you how I test parsing functions in java using file testing; this is where I could add more files for each test case that I want to run. Testing this way makes your workflow quick and easy. Just add a file and then start to solve issues.
We are in our new Linux environment and create some more packages. util-linux – Linux utils e2fsprogs – file system programs sysklogd – logger framework sysvinit – handler to handle init run levels