So far I have been writing Lambda function in Python for all my AWS projects . In Python its easy, just import boto3 module and starting coding. Things are bit different when you write Lambda handlers in Java. Lets explore and see how you can write ... (more…)
Read more »
Use Java for shell scripting. Contribute to maxandersen/jbang development by creating an account on GitHub. (more…)
Read more »
Bloom Filter is a probabilist data structure, created in the 70s. The data structure is used to test if an element is a member of a Set. Fa... (more…)
Read more »
Kotlin is a new programming language that has already got the likes of our Android team. Why is Kotlin better than Java? Let's find out here!
Read more »
EventBus 3.1 brings plain Java support and adds a new thread mode for event delivery. EventBus is used by over 25% of top Android apps. (more…)
Read more »