Software Engineering Perspectives Articles

Sorted By: Most Recent
Adam Thomas Adam Thomas
Updated on March 09, 2023

What Is a Content Management System (CMS)?

A CMS helps companies and individuals manage their digital content. Here’s how they work and some examples of popular content management systems.

Image: Shutterstock / Built In
David Koff David Koff
Updated on March 09, 2023

How to Pass an Array From Java to JavaScript

Programmers need to know how to pass arrays between various computer languages. Here, our expert explains how to move one from Java to JavaScript.

Image: Shutterstock / Built In
David Koff David Koff
Updated on March 09, 2023

How to Use GDB

GDB, short for GNU debugger, is a powerful tool for debugging code. Here, our expert offers an introduction to its use.

Image: Shutterstock / Built In
Sohail Hosseini Sohail Hosseini
Updated on March 09, 2023

Loc and iLoc Functions in Pandas Tutorial

The loc and iloc functions in Pandas are used to slice a data set. The function .loc is primarily used for label indexing, while .iloc is mainly used for integer indexing.

Image: Shutterstock / Built In
JB Larson JB Larson
Updated on March 08, 2023

What Are Code Smells? (Examples With Solutions.)

Avoiding errors up front is the easiest way to deodorize your code.

Image: Shutterstock / Built In
Akshay Kumar Akshay Kumar
Updated on March 02, 2023

How to Implement Binary Search in Python

Binary search is a method for searching a sorted list of data to find an item. Here’s how to implement it in Python.

Image: Shutterstock / Built In
Lukas Oppermann Lukas Oppermann
Updated on March 02, 2023

Creating an NPM-Only Build Step for JavaScript — the Easy Way

When writing front-end code, don’t overlook the capabilities your Node.js package manager already has.

Nicolai Berg Andersen Nicolai Berg Andersen
Updated on March 01, 2023

What Is JSON?

We use JSON to both store and transfer data. Here’s what you need to know to try JSON out for yourself.

Image: Shutterstock / Built In
Sara A. Metwalli Sara A. Metwalli
Updated on March 01, 2023

What Is a Graphical User Interface (GUI)?

A graphical user interface is made up of the icons and buttons users interact with to perform different tasks on any electronic device. Here’s how they work.

Image: Shutterstock / Built In
Abdishakur Hassan Abdishakur Hassan
Updated on March 01, 2023

What Is a Command-Line Interface?

A command-line interface (CLI) allows you to navigate, run programs or configure your computer system by entering text commands. Here’s what makes a CLI distinct from a GUI.

Image: Shutterstock / Built In