Software Engineering Articles

Sorted By: Most Recent
Shahar Polak Shahar Polak
Updated on October 07, 2024

How to Stop a ForEach Loop in JavaScript

A JavaScript forEach loop is a control flow statement that iterates through arrays. It can be stopped by throwing an error. Learn more.

Image: Shutterstock / Built In
Hamid Haghdoost Hamid Haghdoost
Updated on October 04, 2024

How to Configure a Custom Zsh Alias

In Z shell (Zsh), users can set custom aliases to create shortcuts for longer commands. Here’s how to define your own custom Zsh aliases.

Image: Shutterstock / Built In
Jayanth Somineni Jayanth Somineni
Updated on September 27, 2024

How to Remove Duplicates From a JavaScript Array

When you need to remove duplicates from an array in JavaScript, consider these methods.

Image: Shutterstock / Built In
Oleg Karasik Oleg Karasik
Updated on September 25, 2024

5 Essential Skills .NET Developers Should Know

As .NET continues to grow in popularity, developing these skills will help .NET specialists stay competitive in the job market. 

Image: Shutterstock / Built In
Owanate Amachree Owanate Amachree
Updated on September 25, 2024

Why Developer Documentation Should Be Treated as Its Own Product

Don’t let developer documentation fall by the wayside after a product launch. Here’s why it should be treated as its own product and how to do it.

Image: Shutterstock / Built In
Margo Steines Margo Steines
Updated on September 25, 2024

5 Companies That Will Train You to Code

These companies provide opportunities for aspiring tech professionals to develop their coding skills.

Photo: Shutterstock
Swastik Baranwal Swastik Baranwal
Updated on September 23, 2024

A Guide to C++ Or, And and Not Logical Operators

In modern C++, or and and not are keywords that can be used to replace the boolean opeartors &&, || and !, respectively. Learn more.

Image: Shutterstock / Built In
Supratik Shankar and Kauts Shukla Supratik Shankar and Kauts Shukla
Updated on September 13, 2024

Why Separating Knowledge, Compute and Storage is the Next Big Leap in Data Platforms

Traditionally, these three elements of a data platform were intertwined, leading to dependencies that impeded scalability. Our experts explain why you should separate them.

Image: Shutterstock / Built In
Michelle Wong Michelle Wong
Updated on September 13, 2024

Switch Case vs. If-Else in JavaScript Explained

Switch case and if-else offer two different approaches to writing conditional statements in JavaScript. Here’s how to determine which one to use.

Image: Shutterstock / Built In
Matt Stratton Matt Stratton
Updated on September 12, 2024

Making Powerline Work in Visual Studio Code

Powerline is a statusline plugin for vim that can be used in other tools, including the shell feature in Visual Studio Code. Learn how to make it work.   

Image: Shutterstock / Built In