Software Engineering Articles

Sorted By: Most Recent
Margo Steines Margo Steines
Updated on December 19, 2024

9 Largest Software Companies

These software companies build programs and applications for computers, mobile phones and other devices.

Photo: Shutterstock
Rose Velazquez Rose Velazquez
Updated on December 19, 2024

159 Companies Hiring Software Engineers

See which companies are hiring software engineers to collaborate on projects that benefit customers and internal teams.

Photo: Shutterstock
Akshay Kumar Akshay Kumar
Updated on December 17, 2024

20 Technical Interview Questions With Example Answers

Technical interviews evaluate a job candidate’s technical knowledge through coding exercises, system design discussions and behavioral questions. Review these questions to prepare.

Image: Shutterstock / Built In
Andy Hilliard Andy Hilliard
Updated on December 17, 2024

What’s All the Hype About Hyperspecialization?

The increasing demand for specialized tech skills is changing the nature of software development. Here’s how you can stay up to date.

Image: Shutterstock / Built In
Trung Thanh Le Trung Thanh Le
Updated on December 17, 2024

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
Aditya Rawas Aditya Rawas
Updated on December 16, 2024

How to Kill Processes and Free Up Ports on Mac, Windows and Linux

When a computer has too many processes running at once, it can slow down the computer. Here’s how to find and kill running processes on macOS, Windows and Linux  

Image: Shutterstock / Built In
Akshay Kumar Akshay Kumar
Updated on December 16, 2024

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
Dhananjay Patel Dhananjay Patel
Updated on December 13, 2024

How to Configure C++ Code Formatting in Visual Studio Code

C++ code can be formatted in VS Code to align with Google, Microsoft, LLVM and Mozilla styles. Learn how.    

Image: Shutterstock / Built In
Edward Viaene Edward Viaene
Updated on December 13, 2024

What’s the Difference Between DevOps and Platform Engineering?

When should you use DevOps versus platform engineering? Our expert weighs in.

Image: Shutterstock / Built In
Dario Radečić Dario Radečić
Updated on December 12, 2024

Python Set Difference: A Complete Guide

Python set difference is a function that returns the elements of the first set that aren’t found in the second set. Here’s how it works with code.

Image: Shutterstock / Built In