How to delete certificate from local Machine
There can be many situation in which one has to download the certificate and install it inorder to access some
Continue readingThere can be many situation in which one has to download the certificate and install it inorder to access some
Continue readingIn C#, the SortedDictionary<TKey,TValue> class is used to represent the collection of key/value pairs.This class defined under System.Collections.Generic namespace and as we
Continue readingFor Part 1http://thebadengineer.com/threads-and-multithreading-in-java-for-beginers-part-1/ We will learn how to setDaemon and interrupt the thread process.. Daemon thread is a low priority
Continue readingOne of the basic design pattern which everyone uses is Singleton design Patterns Why does the constructor is private ?Since
Continue readingThis will be a series on threads and Multithreading in java . I will demonstrate all the concepts and program
Continue readingThere is a concept called anonymous inner class.Basically what it means is creating class without a name and for which
Continue readingElasticsearch is a search engine based on the Lucene library. It provides a distributed, multitenant-capable full-text search engine with an
Continue readingBasics of simple Mocking a test class is given here: http://thebadengineer.com/using-mockito-for-testing/ There is another way of mocking and unit testing
Continue readingTo convert Jsonstring into Map<String,Object> we can use the following code: To read from the file and converting it into
Continue readingApache Kafka® is a distributed streaming platform. What exactly does that mean?Can look here => https://kafka.apache.org/intro Jumping directly to the
Continue reading