Java — 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
Java — 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
Java — 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
Java — 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