Software Engineering Articles

Sorted By: Most Recent
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
Yang Zhou Yang Zhou
Updated on September 09, 2024

Python: How to List Files in Directory

In this tutorial, you will learn 5 ways in Python to list all files in a specific directory. Methods include os.listdir(), os.walk(), the glob module and more.

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
Frank Roe Frank Roe
Updated on September 05, 2024

The Software Industry Is Facing an AI-Fueled Crisis. Here’s How We Stop the Collapse.

Software companies face tremendous pressure to deliver products quickly, but too many AI-based tools create low-quality code. Our expert offers a better vision for the field.

Image: Shutterstock / Built In
Nikita Nikitins Nikita Nikitins
Updated on September 04, 2024

Code First Approach vs. Database First Approach: Which Is Best?

Code first and database first are two approaches to developing a database to work in Entity Framework. Learn which one is best for you.

Image: Shutterstock / Built In
Doug Seven Doug Seven
Updated on September 04, 2024

Developers Just Want to Have Fun. AI Can Help.

Here’s how AI is getting developers back to developing.

Image: Shutterstock / Built In
Sashank Purighalla Sashank Purighalla
Updated on September 04, 2024

How to Keep Your Cloud Migration From Becoming Dangerous

Cloud computing offers businesses ample benefits, but making the switch can introduce myriad risks. Our expert explains how to handle the shift safely.

Image: Shutterstock / Built In
Giorgos Myrianthous Giorgos Myrianthous
Updated on August 28, 2024

Linux cp Command: How to Copy a File or Directory

The cp command allows you to duplicate files or directories from one part of the file system to another.

Image: Shutterstock / Built In
Alex Tray Alex Tray
Updated on August 28, 2024

How to Use the SCP Command in Linux to Securely Transfer Files

Learn how to use the SCP command-line utility in Linux to ensure secure file copying and transfers from local systems to remote nodes and vice versa.

Image: Shutterstock / Built In