-
Software Development
Beating the GAS clock: Say Hello to MemsheetApp!
Google’s Apps Script framework is really awesome as it helps—newbies and experts alike—to leverage the power of Google (as well…
Read More » -
Core Java
Simple String Representation of Java Decimal Numbers without Scientific Notation
The primary types/objects used for decimal numbers in Java are float/Float, double/Double, and BigDecimal. Each of these has cases in…
Read More » -
Enterprise Java
Spring boot and Apache Camel
As the world of software moves on, more complex systems are being developed, which have to integrate with each other.…
Read More » -
Enterprise Java
Using Micrometer with Spring Boot 2
This is a very quick introduction to using the excellent Micrometer library to instrument a Spring Boot 2 based application and…
Read More » -
Clojure
Exclusive Book Offers (75% off): Big Data Analytics with Java, Scala and Spark for Big Data Analytics, Big Data Visualization
Hello fellow Geeks! Today, we have some exciting news for you! Java Code Geeks and Packt have teamed up to…
Read More » -
Enterprise Java
Scala client for Amazon Glacier
Amazon Glacier is a secure, durable, and extremely low-cost cloud storage service for data archiving and long-term backup. Glacier offers…
Read More » -
DevOps
Kubernetes 1.8: Using Cronjobs to take Neo4j backups
With the release of Kubernetes 1.8 Cronjobs have graduated to beta, which means we can now more easily run Neo4j…
Read More » -
DevOps
Kubernetes: Copy a dataset to a StatefulSet’s PersistentVolume
Neo4j Clusters on Kubernetes This posts assumes that we’re familiar with deploying Neo4j on Kubernetes. I wrote an article on…
Read More » -
Enterprise Java
How to Deploy Spring Application Without web.xml to Tomcat
Introduction Since the Servlet 3 specification web.xml is no longer needed for configuring your web application and has been replaced…
Read More »