blog

LAZYSODIUM-JAVA: CRYPTOGRAPHY MADE EASY IN JAVA

Whenever I used to hear about cryptography, I used to feel that something is really difficult to implement. I would need to learn a lot of things to work on it. But, when I came across lazysodium-java library, I found it easy to implement it in java. What is lazysodium-java? Lazysodium-java is library that is built … Continue reading LAZYSODIUM-JAVA: CRYPTOGRAPHY MADE EASY IN JAVA

Explore How Flutter Interactive Motion Background Looks Like

Have you seen Apple iOS’s parallax wallpaper? If you enable “Perspective Zoom” in your iOS’s wallpaper setting, you’ll find your HomeScreen will respond visually as per your device’s tilt/position. It’s simple eye trickery but it looks impressive. Here is an example of what we’re gonna build today NOTE: All the images in this post are … Continue reading Explore How Flutter Interactive Motion Background Looks Like

5 Examples To Understand Elasticsearch Aggregation

Elasticsearch aggregation give us the ability to ask questions to our data. The ability to group and find out statistics (such as sum, average, min, max) on our data by using a simple search query.  In this post, we will see some very simple examples to understand how powerful and easy it is to use Elasticsearch … Continue reading 5 Examples To Understand Elasticsearch Aggregation