-
DevOps
System Observability: How to Make Your Production Environment Great Again
Observability is not just about monitoring your system, it’s about understanding it Monitoring your production environment is essential. Performance issues,…
Read More » -
Software Development
Introducing Microservices iQ
Want to know the Top 6 Performance Challenges in Managing Microservices in a Hybrid Cloud? Download the Whitepaper from AppDynamics:…
Read More » -
Software Development
[MEGA DEAL] The Developer’s AWS Mastery Bundle (85% off)
Become An In-Demand Cloud Guru & Programmer by Mastering Amazon Web Services Over These 4 Courses Hey fellow geeks, This…
Read More » -
Software Development
SPOOLing Queries with Results in psql
SQL*Plus, the Oracle database‘s command-line tool, provides the SPOOL command to “store query results in a file.” The next screen…
Read More » -
Software Development
Securing NoSQL Databases: Use the Force
With stories of the thefts of millions of credit card records and sensitive employee data at some of the world’s…
Read More » -
Core Java
Does my method look big in this?
How big is the following Java method? public Collection getDescription() { SystemLibrary systemLib = registry.get(SystemLibrary.class); Analysis analysis = systemLib.getCurrentAnalysis(registry); return…
Read More » -
Enterprise Java
An introduction to the Oracle Service Bus
We are in the process of designing a new system for a telecommunication provider where we have looked at the…
Read More » -
Enterprise Java
An introduction to working with JAXB
I am in the process of migrating a few modules that are dependent on Apache XMLBeans to JAXB. It has been…
Read More » -
DevOps
Testing Spark Streaming: Integration testing with Docker Compose
In the first post of this series, we saw how to unit test Spark Streaming operations using Spark Testing Base.…
Read More »