What is an Unhandled Exception? An exception is a known type of error. An unhandled exception occurs when the application code does not properly handle exceptions. For example, When you try to open a file on disk, it is a common problem for the file to not exist. The .NET Framework will then throw a FileNotFoundException. This is a simple example …
Anatomy of a Successful Developer Team Lead: What Makes a Good Developer Team Lead an Effective Leader?
A developer team lead is responsible for not just designing and writing code, but for the coordination of an entire development team. Team leads often transition from a role as a developer, QA tester, or other hands-on technical role to the position of team leader, but the transition isn’t always an easy one. So what makes a successful developer team lead? What …
SOAP vs. REST: The Differences and Benefits Between the Two Widely-Used Web Service Communication Protocols
Defining SOAP and REST SOAP (Simple Object Access Protocol) and REST (Representational State Transfer) are both web service communication protocols. SOAP was long the standard approach to web service interfaces, although it’s been dominated by REST in recent years, with REST now representing more than 70% of public APIs according to Stormpath.  Understand the primary differences between SOAP vs. REST and …
Top 18 APM Tools (Application Monitoring) You Should Consider
Every business is highly dependent on software these days. Ensuring that all of your organization’s mission-critical applications are running optimally at all times is priority #1! There is a wide range of application performance management and application monitoring (APM) tools on the market available for developers, DevOps teams, and traditional IT operations. There is a lot of gray area as …
What is APM? Overview, Common Terms, and 10 Critical APM Features
APM refers to application performance management or application performance monitoring and is an essential tool to help optimize and monitor the performance of your apps. You could argue that application performance management and application performance monitoring are the same things. Conversely, it could be argued that management infers being more proactive and monitoring only being reactive when it comes to the …
Websites Every Developer Should Visit: Programming News, Tutorials & More
In every industry, there are at least a handful of experts considered authorities on the subject. Most have a blog or website, making them the premier trusted resources industry-wide. You’ll usually find a community where all professionals turn to when they need to converse with like-minded professionals. The same holds true in the world of development. Developers are such a …