Advent of Code 2020 – Day 3 update 1
We solve todays challange at the advent of code 2020. Come join and have some fun.
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…
In this video we will look at abstractions of code and the performance of different programming languages and what different code can impact the performance. But the specific abstractions may give you improvements in readability and structure.
We talk about lit-html and different functions available in the library.
We are looking into the vulnrability of Log4J version 2 and how to mitigate the exploit. We also look at the differences of version 1 and version 2 of Log4J
We look at dockerizing our java build both in the cloud and in our local docker environment.
We will compare java build tools. By comparing Ant vs Maven and Maven vs Gradle we will figure out if Gradle or Maven will be the best tool to use. Ant is the old build tool that is not used much but is still good to know about.