Software Engineering Perspectives Articles

Sorted By: Most Recent
Giorgos Myrianthous Giorgos Myrianthous
Updated on July 20, 2023

How to Place the Legend Outside the Plot in Matplotlib

When plotting figures with Matplotlib, learn how you can place the legend of a figure outside of the plot area.

Image: Shutterstock / Built In
Suraj Gurav Suraj Gurav
Updated on July 17, 2023

An Introduction to the Confusion Matrix in Python

A confusion matrix is used to evaluate the accuracy of your classification model. Here’s how to build one in Python and read it.

Image: Shutterstock / Built In
Akshay Kumar Akshay Kumar
Updated on July 17, 2023

Guide to the JavaScript Reduce Method

JavaScript reduce method is a higher order function that reduces arrays to a single function. Here’s what to know.

Image: Shutterstock / Built In
Lynn Kwong Lynn Kwong
Updated on July 14, 2023

How to Use JSON Schema to Validate JSON Documents in Python

In Python, we can use the JSON Schema library to validate a JSON document against a schema.

Image: Shutterstock / Built In
Dr. Derek Austin Dr. Derek Austin
Updated on July 14, 2023

How to Use JSON.stringify() and JSON.parse() in JavaScript

JSON.stringify() and JSON.parse() are useful tools for handling JSON-formatted content in JavaScript, though they have some limitations.

Image: Shutterstock / Built In
Updated on July 13, 2023

A Day in the Life of 29 Engineering Managers

Experts help us break down what an engineering manager does.

Image: Shutterstock
Rory Spanton Rory Spanton
Updated on July 13, 2023

How to Use the Ternary Operator in JavaScript

The ternary operator is a concise way of expressing conditional statements in a single line of JavaScript code. Our expert explains how it works.

Image: Shutterstock / Built In
Giorgos Myrianthous Giorgos Myrianthous
Updated on July 13, 2023

How to Fix “Invalid Active Developer Path” in Git

A major upgrade on your Mac can lead to the “invalid active developer path” error. Here’s how to fix it in Git. 

Image: Shutterstock / Built In
K. Jagathish K. Jagathish
Updated on July 12, 2023

How to Use the JavaScript Array FindIndex Method

The JavaScript array findIndex method returns the first element of an array that meets a provided condition. Learn how to apply it to your code. 

Image: Shutterstock / Built In
Ari Joury, Ph.D. Ari Joury, Ph.D.
Updated on July 10, 2023

Vimtutor: An Introduction to Vim

Despite its age, the code editor Vim isn’t going anywhere anytime soon. Our expert explains what you need to know to get started with it.

Image: Shutterstock / Built In