Software Engineering Perspectives Articles

Sorted By: Most Recent
Abel Rodriguez Abel Rodriguez
Updated on November 11, 2024

6 Companies Hiring Automation Engineers

Automation engineers establish infrastructure and software to optimize work processes. These companies are looking for top talent in the field.

photo: Shutterstock
Odumosu Matthew Odumosu Matthew
Updated on November 11, 2024

Understanding “Using Namespace STD;” in C++ and Better Alternatives

In C++, the line “using namespace std” signals to the compiler to treat all names in the std like they’re from the global namespace. Here’s why that’s an issue.

Image: Shutterstock / Built In
Jayanth Somineni Jayanth Somineni
Updated on November 11, 2024

How to Make API Calls in React With Examples

An API call in React refers to making a request to a web API from a React application. We can make an API call with: XMLHttpRequest, Fetch API or Axios.

Image: Shutterstock / Built In
Kay Jan Wong Kay Jan Wong
Updated on November 11, 2024

Python Multithreading vs. Multiprocessing Explained

Multithreading and multiprocessing are two ways to achieve multitasking in Python. Learn the difference between them, when to use them and how to implement.

Image: Shutterstock / Built In
Dario Radečić Dario Radečić
Updated on November 08, 2024

Pip Install Specific Version: A Guide

Pip allows users to install a specific version of a Python package using the pip install == command. Here’s how.

Image: Shutterstock / Built In
Margo Steines Margo Steines
Updated on November 08, 2024

55 Companies Hiring Developers

These companies are on the lookout for developers with experience with a wide range of coding languages and development tools.

Photo: Shutterstock
Isabelle Maciohsek Isabelle Maciohsek
Updated on November 07, 2024

How to Check if a List Is Empty in Python

There are a variety of methods that can be used to check if a list is empty in Python, including the Truth Value Testing method, the len() function and the == operator. Learn more.

Image: Shutterstock / Built In
Margo Steines Margo Steines
Updated on November 07, 2024

20 Companies Hiring Entry-Level Engineers

These companies are looking for entry-level engineers to help them stay competitive in an evolving landscape.

Photo: Shutterstock
Anthony Corbo Anthony Corbo
Updated on November 07, 2024

What Is SQL?

SQL allows programmers to query, update and reorganize data while modifying database schema to control data accessibility.

Image: Shutterstock / Built In
John Au-Yeung John Au-Yeung
Updated on November 07, 2024

How to Loop Through JavaScript Associative Arrays

There are three common ways to loop through a JavaScript associative array object, including the for-in loop, object.entries with forEach and the for-of loop. Here’s how.

Image: Shutterstock / Built In