Handling a WebHook is a straight and forward process in most cases. I’ve stumbled upon a bit of a problem when trying to consume Mailgun… (more…)
Read more »
Do you ever get issue while opening a jar file on your windows 10? Here is the article to understand how to open a .jar file on windows 10. (more…)
Read more »
A tiny, formatter-friendly Java DSL for creating ZIP files. - GitHub - helpermethod/zip-forge: A tiny, formatter-friendly Java DSL for creating ZIP files. (more…)
Read more »
Programming languages come with sorting functions by default. We can often do much better. For example, Downs has showed that radix sort can greatly surpass default sort functions in C++. Radix sort is you friend if you want to sort large arrays of intege... (more…)
Read more »
In Java, the Executors class provides a factory method to create a ScheduledThreadPoolExecutor, which is a type of ExecutorService specifically designed for ... (more…)
Read more »