Year: 2015
-
Enterprise Java
CRUD Java Application with Couchbase, Java EE and WildFly
Couchbase is an open-source, NoSQL, document database. It allows to access, index, and query JSON documents while taking advantage of…
Read More » -
Software Development
One and the Only One Reason to Customize IntelliJ IDEA Memory Settings
Don’t be a Scrooge and give your IDE some more memory Yesterday we had a discussion about customizing memory settings…
Read More » -
Software Development
Coding: Reversing Unordered Single Linked List using 2 Pointers
Puzzle Given an Unordered Single Linked List, provide an Algorithm to reverse such Linked List using only 2 pointers. Input…
Read More » -
Software Development
Git Branching Strategies
In this blog post we will talk about various branching strategies that we can adopt during SDLC. Different strategies exist…
Read More » -
Scala
Changing Scalatra and sbt default directories
Conventions are not always good. I recently started a new internal web project at Codurance and I decided to use…
Read More » -
Enterprise Java
Spring Cloud support for Hystrix
Spring Cloud project provides comprehensive support for Netflix OSS Hystrix library. I have previously written about how to use the…
Read More » -
DevOps
Attach Shell to Docker container
Often there is a need to attach a shell to an already running Docker container. This is very useful, especially…
Read More » -
Software Development
Building Apache Zeppelin for MapR using Spark under YARN
Apache Zeppelin is a web-based notebook that enables interactive data analytics. You can make beautiful data-driven, interactive and collaborative documents…
Read More » -
Enterprise Java
Application Server Migration: JBoss EE5 to Wildfly EE7
A few weeks ago, I’ve posted a blog about moving from Java EE 5 to 7. It was mostly about…
Read More »