Eclipse and IntelliJ are the two competing IDEs in the industry. There are lot of passionate discussion going in the social media, forums to declare the winner in this Continue reading “MEMORY EFFICIENT: ECLIPSE OR INTELLIJ?”
All Day DevOps Conference 2018
Our Principle Architect, Ram Lakshmanan, delivered a presentation at All Day DevOps Conference, one of the world’s largest DevOps conferences. Continue reading “All Day DevOps Conference 2018”
Remote Debugging Java Applications
Few problems might happen only on test or production servers. It may not be reproducible in your local machine. Continue reading “Remote Debugging Java Applications”
STACKOVERFLOWERROR: CAUSES & SOLUTIONS
StackOverFlowError is one of the common confronted JVM error. In this blog post, lets learn inner mechanics of thread stacks, reasons that can trigger StackOverFlowError and potential solutions to address this error. Continue reading “STACKOVERFLOWERROR: CAUSES & SOLUTIONS”
HOW TO INTEGRATE MICROMETRICS TO CI/CD PIPELINE
In this article, we will walk you through the steps involved in integrating micrometrics to your CI/CD pipeline. Micrometrics are powerful lead indicators to forecast production performance problems. Continue reading “HOW TO INTEGRATE MICROMETRICS TO CI/CD PIPELINE”
MICROMETRICS FOR CI/CD PIPELINE
Continuous Integration/Continuous Deployment (CI/CD) has become central to software development. To ensure high-quality software releases smoke tests, regression tests, performance tests, static code analysis & security scans are run in CI/CD pipeline. Continue reading “MICROMETRICS FOR CI/CD PIPELINE”
Tier1app AT AWS GURUS MEETUP – SAN FRANCISCO BAY AREA
Our Principle Architect, Ram Lakshmanan, has delivered a talk at AWS Gurus Meetup – hosted by Intuit in San Francisco Bay Area on 30th May. Continue reading “Tier1app AT AWS GURUS MEETUP – SAN FRANCISCO BAY AREA”
APM IS DIFFERENT, RCA IS DIFFERENT
Industry has seen several great tools in APM (Application Performance Monitoring) space like AppDynamics, New Relic, CA Introscope, Dynatrace… Continue reading “APM IS DIFFERENT, RCA IS DIFFERENT”
MODERN ENGINEER’S TROUBLESHOOTING TOOLS, TECHNIQUES, & TRICKS AT CONFOO 2018
Are you tired of spending hours & days in troubleshooting sudden CPU spikes and OutOfMemoryErrors? Continue reading “MODERN ENGINEER’S TROUBLESHOOTING TOOLS, TECHNIQUES, & TRICKS AT CONFOO 2018”
2016 JAVAONE TALK – FEW MEMORABLE MOMENTS
Our Architect Ram Lakshmanan spoke in 3 well-received sessions in 2016 JavaOne conference: Continue reading “2016 JAVAONE TALK – FEW MEMORABLE MOMENTS”
HOW TO CAPTURE JAVA HEAP DUMPS? – 7 OPTIONS
Heap Dumps are vital artifacts to diagnose memory-related problems such as slow memory leaks, Garbage Collection problems, and Continue reading “HOW TO CAPTURE JAVA HEAP DUMPS? – 7 OPTIONS”
HOW TO TROUBLESHOOT SUDDEN CPU SPIKES?
Continue reading “HOW TO TROUBLESHOOT SUDDEN CPU SPIKES?”This is an old, outdated article. We have devised a better and simpler strategy to troubleshoot CPU spikes in this article.
OUTOFMEMORYERROR AND FINALIZER THREAD
What will happen behind the scene when you write a finalizer method? How the finalizer thread leads to OutOfMemoryError? How to find Continue reading “OUTOFMEMORYERROR AND FINALIZER THREAD”
GCEASY IN THOUGHTWORKS TECHNOLOGY RADAR
GCeasy is ranked in position #6 in ThoughtWorks Technology Radar at Chicago Coder Conference 2017, an event focused on developer and manager. Continue reading “GCEASY IN THOUGHTWORKS TECHNOLOGY RADAR”
FASTTHREAD IN THOUGHTWORKS TECHNOLOGY RADAR
fastThread is ranked in position #5 in ThoughtWorks Technology Radar at Chicago Coder Conference 2017, an event focused on developer and manager. Continue reading “FASTTHREAD IN THOUGHTWORKS TECHNOLOGY RADAR”
TIER1APP AT EGEN SOLUTIONS
The Chicago, IL-based Egen Solutions Inc invited our Architect Ram Lakshmanan to deliver a session to their engineering team on building high performing applications. Continue reading “TIER1APP AT EGEN SOLUTIONS”
TIER1APP AT CHICAGO CODER CONFERENCE 2017
The Chicago Coder Conference (CCC) was a 2-day event with a number of featured speakers, 15 tracks, and about 100+ sessions. Continue reading “TIER1APP AT CHICAGO CODER CONFERENCE 2017”
GREAT INDIAN DEVELOPER SUMMIT 2017
Great Indian Developer Summit (GIDS) is one of the India’s largest conferences for software professionals, held in Bangalore every year. Continue reading “GREAT INDIAN DEVELOPER SUMMIT 2017”
What is the right code coverage percentage?
There are great code coverage tools, which can tell the amount of code that is excercised through tests. So natural question that stems out is: “what is the right code coverage percentage one should target?”. Is it 100%, 80%, 50%…? Here are few points that one should consider before setting code coverage goals for the organization:
Continue reading “What is the right code coverage percentage?”
JAX FINANCE LONDON CONFERENCE
We had a great opportunity to present at JAX finance conference held in London from 2 – 5 April, 2017. Continue reading “JAX FINANCE LONDON CONFERENCE”