Software Engineering Articles

Sorted By: Most Recent
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
Pavel Buyevich Pavel Buyevich
Updated on September 12, 2024

How to Adopt a Multicloud Environment

A multicloud environment offers flexibility, efficiency and operational resilience. Our expert explains how to make the switch safely.

Image: Shutterstock / Built In
Siddhant Khare Siddhant Khare
Updated on September 10, 2024

Bypass AWS API Gateway Limits Using S3 Presigned URLs

Amazon S3 presigned URLs allow users to securely bypass the API Gateway limit to upload large files securely. Here’s how to do it.

Image: Shutterstock / Built In
Rakia Ben Sassi Rakia Ben Sassi
Updated on September 10, 2024

Compiler vs. Interpreter in Programming

Compilers and interpreters are used to convert a high-level language into machine code. However, there are differences between how and when they work.

Image: Shutterstock / Built In
Yuval Boger Yuval Boger
Updated on September 09, 2024

What Should We Prioritize in Quantum Development?

Manufacturers, academia and end-users all have roles to play in developing quantum computing. So, what does each group care about most?

Image: Shutterstock / Built In
Swastik Baranwal Swastik Baranwal
Updated on September 05, 2024

STD::Optional in C++: A Guide

std::optional is a feature in C++ that can distinguish optional values in a type-safe manner to make code more readable and consistent. Learn more.

Image: Shutterstock / Built In
Matías Hernández Arellano Matías Hernández Arellano
Updated on September 05, 2024

What Are TypeScript Type Predicates?

TypeScript type predicates determine whether an object has a specific property, enabling type narrowing to make code more readable. Here’s how it works.

Image: Shutterstock / Built In