Systems | Development | Analytics | API | Testing

Welcome to The Future of Software Development: Powered by Telemetry, Security, and AI

We made some big announcements during our keynote at Collision in Toronto; our AI Assistant, Adrian, and the open sourcing of our Node.js Runtime, N|Solid Runtime. They are a big part of our vision for the future of software development, one that is powered by telemetry, security, and AI - which was the topic of our talk. In this post we will share more about our vision and specifically how NodeSource is enabling that future.

.Net Core Dependency Injection

Dependency Injection (DI) is a pattern that can help developers decouple the different pieces of their applications. It provides a mechanism for the construction of dependency graphs independent of the class definitions. Throughout this article, I will be focusing on constructor injection where dependencies are provided to consumers through their constructors.

OOP Concepts in C#: Code Examples and How to Create a Class

Object-oriented programming (OOP) is a paradigm (a sort of “style”) of programming that revolves around objects communicating with each other, as opposed to functions operating on data structures. C# is the flagship language of the.NET ecosystem. Despite being a multi-paradigm language, its forte is certainly OOP. OOP is a recognized programming paradigm, but programming languages differ in how they interpret and implement its tenants.

What is a Legacy System and Why Are They in Use?

“Legacy system” is a phrase that professionals use a lot, and it has a lot of negative connotations. Some businesses feel they need to avoid legacy systems at all costs, while others find that most of their major operations depend on outdated software or processes. But even though a business may find older systems that run legacy applications are essential, it’s time to consider whether the risks are worth it. Here are the key things to know about legacy systems: Table of Contents.

ETL vs ELT: 5 Critical Differences

In the world of data management, the debate between Extract-Transform-Load (ETL) and Extract-Load-Transform (ELT) is an increasingly relevant topic. The essential difference lies in the sequence of operations: ETL processes data before it enters the data warehouse, while ELT leverages the power of the data warehouse to transform data after it's loaded.

Which Mobile Testing Framework is Right for You?

Mobile apps are essential for many businesses to reach their target customer. As a result, flawless performance has become a top priority. Mobile testing plays a crucial role in this context by validating an app’s functionality, usability, and security across different devices, operating systems, and network environments. However, choosing the proper testing framework can be daunting due to the sheer number of options available and the unique considerations of each one.

How Frontend Performance Testing Can Catapult Your Business to the Top

Hello there, visionary business owner or savvy tech guru! Ever felt like your website is a Ferrari trapped in rush hour traffic? Let’s change that. In the digital world, speed is king and frontend performance testing is your ticket to the fast lane. Join me as we shift into gear and explore the best practices of frontend performance testing.