Software Engineering Articles

Sorted By: Most Recent
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
Brooke Becher Brooke Becher
Updated on October 01, 2024

7 Types of Programming Languages to Know (With Examples)

These collections of syntax and semantics are more than just computational gibberish — they’re how humans communicate with computers.

Image: Shutterstock
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
Updated on September 25, 2024

6 Top Digital Twin Companies

These top digital twin companies give businesses across industries the tools to make decisions based on real-world data and virtual modeling.

Photo: Shutterstock
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