Ingini

Ingini


AuthorIvan Hristov
Featured

java 8 streams api apache spark resilient distributed dataset

An overview of Apache Spark RDD & Java 8 Streams

Posted on .

Abstract: Everyday we make conscious or subconscious decisions based on information we receive from different sources. We analyse data in our own way without necessarily being a certified data analyst. Broadly speaking, data crunching can happen to anyone of u…

Featured

Java Spring Jongo Spring Boot Spring Security Authentication Authorization Denormalization

Authentication & authorization with Spring Boot & MongoDB

Posted on .

Abstract: What should we denormalize and what should we not? How many times have you heard this question in the context of MongoDB? As a follow up of this question there is often a counter example of how we used to do it with a relational database. In this art…

Featured

Java Maven Jetty Jongo MongoDB Docker Grunt EmberJS

Bringing together Docker, Grunt, Maven, EmberJS & MongoDB

Posted on .

Abstract : Will it work? ... How can I be sure? ... Am I forgetting something? ... questions that pile up slowly and ruin our confidence once we cannot clearly answer them. For reasons like these we write tests - to be confident, to be certain, to sleep better…

Featured

GitHub Pages Ghost Buster Octopress Markdown ReText Blogging

GitHub Pages & Ghost - Just blog it!

Posted on .

A year and a half ago, I migrated my blog from WordPress to GitHub. I was very happy to have a responsive and nicely styled blog thanks to Octopress which I could host for free on GitHub Pages. I even created a small goodbye post explaining how I did that. Tod…

Featured

Java Jongo MongoDB NoSQL

MongoDB With Jongo - Sleeves Up!

Posted on .

Abstract : In this post you will find a brief introduction to Jongo - a fast, easy-to-use, Java-based querying library for MongoDB. There are plenty of articles discussing MongoDB around the Internet and it’s documentation is quite good. Thus, here you won’t f…

Featured

Java AKKA Multithreading Actor Model Concurrency

AKKA Ask Pattern: For Those Times When You Have to Block

Posted on .

Abstract : Since you are here, chances are, you are in one of those situations where you have to come up with a blocking solution using AKKA. Thus I’m going to skip the actor model introduction which is necessary to understand how AKKA actor model implementati…

Featured

Java Actor Model Concurrency

Chatting Through JActor

Posted on .

Abstract : Nearly 40 years ago Carl Hewitt, Peter Bishop and Richard Steiger introduced the actor model. Since then it has been built in some languages (such as Scala, Erlang, etc.) and has been implemented by several frameworks. One (of not so many) Java acto…