Ben ParkerJava — OAuthA project at work, required me to develop code which would allow us to send http requests to an external gateway, in order to validate a…Jan 9, 2021Jan 9, 2021
Ben ParkerJava — Threading Basics — LocksIn a single threaded application, locks are not something that you need to give any thought to. However, in multi-threaded environments…Jan 9, 2021Jan 9, 2021
Ben ParkerJava — AnnotationsAnnotations and the Reflection API are used together.Jan 9, 2021Jan 9, 2021
Ben ParkerJava — Test Driven DevelopmentWhat is TDD? Test driven development, known as TDD, is a style of programming which is based on the idea that you should write the test…Jan 7, 2021Jan 7, 2021
Ben ParkerJava — Reflection APII’ve known Java for around 4 years now. I’ve been steadily improving my skills but there are some features of the language that I have…Jan 7, 2021Jan 7, 2021