Software Engineering Articles

Sorted By: Most Recent
Jayanth Somineni Jayanth Somineni
Updated on August 04, 2025

Different Ways to Display Images in React.js Apps

Learn different ways of including images in React.js applications. Display great imagery, no matter your code’s style.

Image: Shutterstock / Built In
Dr. Derek Austin Dr. Derek Austin
Updated on August 04, 2025

How to Check for Null in JavaScript

Null represents an intentional absence of a value, indicating a variable has been declared but has yet to be assigned a value. These are some of the most common methods for checking for null and values loosely equal to null in JavaScript.

Images: Shutterstock / Built In
Anurag Saxena Anurag Saxena
Updated on August 01, 2025

What Is Software-Defined Networking?

Software-defined networking is a networking paradigm that decouples the control and data planes. Our expert explains how it works.

Image: Shutterstock / Built In
Roman Davydov Roman Davydov
Updated on August 01, 2025

How AI Streamlines Software Project Risk Management

AI tools can simplify risk management in your software projects. Here’s how.

Image: Shutterstock / Built In
Trung Thanh Le Trung Thanh Le
Updated on July 29, 2025

How to Get the Last Element of an Array in JavaScript

There are several ways to get the last element of a JavaScript array, including length property and square bracket notation, slice() method and pop() method. Here are nine methods to try.

Image: Shutterstock / Built In
Yashin Manraj Yashin Manraj
Updated on July 23, 2025

What the ChatGPT Outage Reveals About How Workers Use It

A recent ChatGPT outage reveals that reliability is the most important quality for an AI tool.

Image: Shutterstock / Built In
Mamta Singh Mamta Singh
Updated on July 22, 2025

What Is Traceroute?

Traceroute is a network diagnostic tool that tracks the path data packets take from a source device to a destination by identifying each router (or hop) along the way. It helps measure latency between hops and pinpoint where network route delays occur.

Image: Shutterstock / Built In
Ranjitha Gurunath Kulkarni Ranjitha Gurunath Kulkarni
Updated on July 22, 2025

What Is Natural Language Understanding (NLU)?

NLU is a subfield of natural language processing with many applications focused on understanding the nuances of human language.

Image: Shutterstock / Built In
Kyle Brill Kyle Brill
Updated on July 21, 2025

What Is Cloud Bursting?

Cloud bursting is a cloud configuration method that shifts excess workloads from private infrastructure to the public cloud when computing demand spikes. It enables organizations to scale resources dynamically without maintaining excess in-house capacity.

Image: Shutterstock / Built In
Dr. Derek Austin Dr. Derek Austin
Updated on July 17, 2025

JavaScript Question Mark (?) Operator Explained

The question mark operator is used in JavaScript as an alternative to an if statement, especially where a value is assigned based on a conditional.

Image: Shutterstock / Built In