Get Immediate Insights and Alerts – Out of the Box SSTÂ Software has gained credibility as the expert in structuring and managing spatial data for the agricultural industry. Their system manages site-specific data for more than 100 million acres in over 20 countries. We sat down with Systems Architect Scott Wise to learn how Retrace helps his team provide an ecosystem …
Retrace Platform Major Update: Alerts and Notifications
UPDATE: The previously scheduled maintenance has been rescheduled for February 14, 2018, 10:00am CST – 2:00pm CST to account for additional changes and some scheduling conflict with other maintenance and releases.” Stackify will be releasing a major update to a subsystem of the Retrace platform that impacts how alerts are processed through the system and users are notified of those alerts. …
Retrace Delivers Easy-to-Navigate Logging to VinSolutions’ Developers
Let’s Talk Logs Application and server logs are the eyes and ears for developers when it comes to troubleshooting application problems. Traditional log management solutions do not provide any features for tracking and identifying application errors. What’s worse, multiple users using your application at the same time can cause a major tangle in your logs. Sorting through your logs to …
Why Tracking and Monitoring All Exceptions is Important
Modern applications are complex multi-tier and multi-layer systems that consist of multiple client-side apps, web servers, application servers, and database servers. The applications use third-party libraries, communicate with other applications using different communication mechanisms, and rely on cloud services and hosting providers. The complexity goes on and on and on. In other words, modern applications are Complicated with a capital …
Avoid APM Vanity Metrics – Use What Matters
Metrics are how we assess aspects of our business, applications, and infrastructure. They allow us to measure and report on key indicators, and we can then use that information for making decisions, or to adjust for improved performance, stability and overall quality. While collecting and analyzing metrics can be hard work, in many respects, the most challenging aspect of working …
Retrace Helps VinSolutions with Risk-Free Visibility for Their Dev Teams
The Choice: Security or Visibility Stackify was founded because we were frustrated that our development team didn’t have the tools that they needed. We used a variety of tools like Nagios and Splunk, but none of our developers had access to them. What’s worse, even if they did, the tools only told part of the story and presented a unique …
ASP.NET Interview Questions: Tips for Hiring ASP.NET Developers
There are hundreds of questions you could ask to determine a job candidate’s fit for an ASP.NET related position. Characteristics of a good candidate include high comfort level, skill level, and an in-depth understanding of essential and advanced development concepts. The interview questions below make a good primer for screening employees working in the .NET framework. That said, this list …
What is HockeyApp? How It Works, Key Features, and More
HockeyApp is a service that allows developers to recruit and manage testers, distribute apps, and collect crash reports, among other things. It started out as a way to install beta apps on iOS devices, a process that Apple calls “ad hoc” distribution, or installing apps outside of the official App Store. From the words ad hoc, it was named Hockey. …
Top Software Deployment Tools: 25 Useful Tools to Streamline Software Delivery
Software deployment tools make the process of distributing software and updates as easy as possible. Often, these tasks are automatic or scheduled to enable software developers to focus on what they do best – writing code. And the best tools work with a variety of platforms and types of infrastructures, making it easy to streamline your workflow in your preferred environment. …
PowerShell Commands Every Developer Should Know: 50+ Cmdlets for Getting Things Done, Monitoring Performance, Debugging
Many developers love PowerShell, and for good reason: it adds power, functionality, and flexibility to the Windows Command Prompt, where many of us spend a good deal of time. It does, however, come with a bit of a learning curve, but once you’ve mastered the essential commands you need to know, it’s productivity on steroids. PowerShell commands are known as cmdlets, …
What Are Software Metrics and How Can You Track Them?
A software metric is a measure of software characteristics that are quantifiable or countable. Software metrics are important for many reasons, including measuring software performance, planning work items, measuring productivity, and many other uses. Within the software development process, there are many metrics that are all related to each other. Software metrics are related to the four functions of management: Planning, …
Children International Fights Poverty with Help from Retrace
Background About a year ago, Kevin Altis, Director of Application Services for Children International, discovered a pattern. Like other bad habits – leaving towels on the floor, tapping our pens during meetings, texting while talking – Kevin’s app was doing something that at first seemed harmless. Every day at around 4pm CST, his production website reported a huge uptick in …
What is Windows 10 Developer Mode? Benefits, Tools, Best Practices
As developers, we pretty much live in “Developer Mode.” It is now possible to put Windows 10 in Developer Mode to improve testing Windows Store applications and improve the overall developer user experience of Windows 10. Developers like to build things and solve problems, and developer-focused solutions give us better access to the tools and environments we need to get …
Constructing Test Cases That Don’t Suck (and How to Avoid Common Mistakes)
Software testing is a crucial component of the software development lifecycle. Without it, you could miss functionality issues or major usability flaws that end up frustrating your end users. But all test cases are not created equal. Writing high-quality, effective test cases is just as important as testing your applications. In fact, poor test cases can result in a testing …
34 Leading PaaS Providers Offering Built-In Infrastructure and Scalability
Platform-as-a-Service (PaaS) gives users with the platform and the environment for them to develop, manage, and run applications over the Internet.  PaaS takes away or lessens the complexities of building, maintaining, and enhancing the cloud infrastructure that developers need in order to develop and launch an app.  In other words, PaaS makes higher-level programming easy for web and software developers, and ultimately …
Biggest Mistakes Companies Make When Evaluating & Purchasing APM Software
The right Application Performance Management and Monitoring solution can make all the difference. Not only can APM tools make you more productive by drastically reducing the time it takes to find the root cause of performance issues, but comprehensive APM solutions include robust reporting, real-time monitoring and alerts, and more to let you know immediately when a performance issue arises …
Why Security Should be Top-of-Mind for Developers
Because security is an increasing concern for developers, a new movement is emerging, known as DevSecOps, which encourages developers to bring security and standards to the forefront while building applications. That means there’s good reason to stay on top of security information and event management trends and best practices, as well as the solutions that support it. With that in mind, let’s …
ViewBag 101: How It Works, When It’s Used, Code Examples, and More
ViewBag is a property – considered a dynamic object – that enables you to share values dynamically between the controller and view within ASP.NET MVC applications. Let’s take a closer look at ViewBag, when it’s used, some limitations, and other possible options to consider. What is ViewBag? The Microsoft Developer Network writes that the ViewBag property allows you to share …
How C# Reflection Works With Code Examples
Reflection is when managed code can read its own metadata to find assemblies. Essentially, it allows code to inspect other code within the same system. To illustrate, Java’s static typing system isn’t designed to support the “doSomething” method unless the object conforms to a known interface. But with reflection, your code can view the object and find out if it …
OOP Concepts in C#: Code Examples and How to Create a Class
Object oriented programming (OOP) is a programming structure where programs are organized around objects as opposed to action and logic. This is essentially a design philosophy that uses a different set of programming languages such as C#. Understanding OOP concepts can help make decisions about how you should design an application and what language to use. Everything in OOP is placed …