Tips for working at home
We talk about the requirements for home work and what experiances we have gained working from home for a couple of years.
Please follow me on twitter
Outro music: Sanaas Scylla
We talk about the requirements for home work and what experiances we have gained working from home for a couple of years.
Please follow me on twitter
Outro music: Sanaas Scylla
We will look into how to use test-driven development in order to write code. I go through the process I use in order to create self-documenting code. The code should be able to validate itself and ensure that the thing you want it to handle it should handle. Git repository https://ift.tt/2KF1z4R Please follow me on…
After configuring the system we will install a boot manager, build the kernel and finally boot into our newly built system. Please follow me on twitter Tweets by kalaspuffar My merchandise: https://ift.tt/3aqGTZF Outro music: Sanaas Scylla
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…
I found out today that the java -version command doesn’t work as I expected and there is actually a lot more to this simple command than you think at first glance. Please follow me on twitter Tweets by kalaspuffar Learn the basics of Java programming and software development in 5 online courses from Duke University….
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…
If you’ve added the JSP performance enhancements I’ve discussed in an earlier post. Then I talked about a flag that disabled JSP compilation. In order to run without compilation enabled you need to precompile your JSP files. This could be done with the JspBatchCompiler command found inĀ {WAS_ROOT}/bin This command has multiple parameters but only a…