-
Career
Show (Don’t Tell) Me That You Haven’t Stopped Learning
Whether through my recruiting work or my resume writing and coaching, I frequently review resumes that lead off with some kind of…
Read More » -
DevOps
6 Docker .NET App Templates To Get You Started On Containers
This is the first blog of a three part blog series that discusses the automated deployment of .NET applications on…
Read More » -
Core Java
Java SE 8 new features tour: Calculating timespans with the new DateTime API
Cleaner, readable, and powerful coding with Java SE 8 New DateTime API JSR 310 ….. In the previous article “Processing…
Read More » -
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 »