Software Engineering Perspectives Articles

Sorted By: Most Recent
Khurram Mir Khurram Mir
Updated on May 21, 2024

How AI Can Improve the Software Testing Process

AI has the potential to speed up the software testing process through generated test cases, increased test stability, test assistance and more. Here’s how AI will transform software testing. 

Image: Shutterstock / Built In
Reshma Khilnani Reshma Khilnani
Updated on May 21, 2024

Why a Heavily Regulated Industry Is Great for Your Software Engineering Career

The word “regulation” might scare software engineers who imagine their sleek, elegant products getting bogged down in red tape. But our expert says that image isn’t necessarily true.

Image: Shutterstock / Built In
Sadrach Pierre Sadrach Pierre
Updated on May 21, 2024

Function Wrappers in Python: Model Runtime and Debugging

In Python, function wrappers are called decorators, and they have a variety of useful applications in data science. This guide covers how to use them for managing model runtime and debugging.

Image: Shutterstock / Built In
Sunny Betz Sunny Betz
Updated on May 15, 2024

The 21 Best Coding Bootcamps

Want to learn to code? These bootcamps can kickstart or advance your coding career.

Image: Shutterstock / Built In
Mamta Singh Mamta Singh
Updated on May 15, 2024

What Is Traceroute?

Traceroute is a network diagnostic tool you can use to track data’s path from its source to its destination.

Image: Shutterstock / Built In
Charath Ranganathan Charath Ranganathan
Updated on May 14, 2024

Why Your Company Should Be Using CodeOps

CodeOps is a new and improved way to secure your development process.

Image: Shutterstock / Built In
Will Teevan Will Teevan
Updated on May 14, 2024

Unpatched Software Is a Huge Cybersecurity Risk. Here’s How to Address It.

Software patching is a quick, inexpensive way to prevent cyber attacks.

Image: Shutterstock / Built In
Brennan Whitfield Brennan Whitfield
Updated on May 14, 2024

What Is Technical Debt?

A fast fix isn’t always the best fix.

Image: Shutterstock
Sanchitha Sharma Sanchitha Sharma
Updated on May 13, 2024

How to Convert a JavaScript String to a Number

Converting a JavaScript string into a number is useful for comparing numerical data that comes in string format and completing math operations. Here are seven methods to do it.

Image: Shutterstock / Built In
Kay Jan Wong Kay Jan Wong
Updated on May 10, 2024

Python Tree Implementation: A Guide

Trees are non-linear data structures that store data hierarchically and are made up of nodes connected by edges. Here’s how to implement it in Python using bigtree.

Image: Shutterstock / Built In