Hey! I spent hours to figure this out. Let’s keep it short and quick now.
Continue reading “How to decrypt apple app attestation object in Java ( iOS 14 and above )?”Certificate Pinning – Brief up!
Hey! There is a concept of Certificate Pinning in Mobile (android and iOS). I wanted to take a look at it conceptually and understand its requirement. So here I go.
Continue reading “Certificate Pinning – Brief up!”Question Bank 1 – Java and DropWizard
Hey! Every now and then, I keep coming up with various questions/blockers during the development phase. But because their answers are just too small (even one liner), I tend to avoid writing a post about it. Therefore, I am writing these “Question Banks” for myself to refer those questions/answers later if required.
Continue reading “Question Bank 1 – Java and DropWizard”DropWizard HelloWorld API from scratch
Hey! All these techs I have been skimming through their quickstart are related to each other. So far, I have seen Java, Junit, Maven, and now going for DropWizard, that you may see as a Django’s alternative for Java. And from definition, Dropwizard is a Java framework for developing ops-friendly, high-performance, RESTful web services. Let’s explore and get our hands on this Wizard!
Continue reading “DropWizard HelloWorld API from scratch”Junit Quickstart – Live Learning Notes
I have gone through Java and Maven quickstarts. Next on the list is Junit. It is unit testing package for Java. That’s it. I just have to get myself familiarise with the syntax and setting up Junit on a Maven projec. Let’s go.
Continue reading “Junit Quickstart – Live Learning Notes”