Software Engineering Perspectives Articles

Sorted By: Most Recent
Olivier Maes Olivier Maes
Updated on June 01, 2023

What No-Code Can Tell Us About the Future of AI in Workplaces

You don’t need a crystal ball to predict how AI will transform the workplace. Just look to the impact of no-code.

Image: Shutterstock / Built In
Sadrach Pierre Sadrach Pierre
Updated on May 31, 2023

A Guide to Outlier Detection in Python

Outlier detection is the process of identifying data points that have extreme values compared to the rest of the distribution. Learn three methods of outlier detection in Python.

Image: Shutterstock / Built In
Akshay Kumar Akshay Kumar
Updated on May 31, 2023

Iterative vs. Incremental Development Explained

Iterative and incremental development are two Agile software development approaches that provide an adaptable framework to managing projects, but there are key differences. Here’s what you need to know. 

Image: Shutterstock / Built In
Tammy Xu Tammy Xu
Updated on May 24, 2023

18 Best Software Engineering Books

Looking to deep dive into software engineering and programming? These books are a must-read.

Image: Shutterstock
Dawn Kawamoto Dawn Kawamoto
Updated on May 24, 2023

Job Interview Questions Meta Asks Software Engineers

It’s harder than ever to land a job at Meta as the company is ratcheting back its software engineering hiring plans this year. If you snag a coveted interview, here are the questions you’ll face.

Image: Shutterstock / Built In
Dawn Kawamoto Dawn Kawamoto
Updated on May 19, 2023

What Can You Do With a Computer Science Degree?

Faced with such a broad-ranging degree, how do you zero in on that part of tech where you want to work? Hiring managers and experts offer their best advice.

Victoria Gegalow Victoria Gegalow
Updated on May 17, 2023

Tech Neck: What It Is and How to Prevent It

Exercise and an ergonomic office setup can keep work from being a pain in the neck.

Image: Shutterstock / Built in
K. Jagathish K. Jagathish
Updated on May 17, 2023

How to Split a String in JavaScript

In JavaScript, the split method allows you to split the string into an array of substrings based on a given pattern. Here’s what you need to know.

Image: Shutterstock / Built In
K. Jagathish K. Jagathish
Updated on May 17, 2023

How to Find Values in a JavaScript Array

Finding a value in an array is useful for effective data analysis. Learn how to discover what a JavaScript Array contains using indexOf, includes, for loop, some methods and more.  

Image: Shutterstock / Built In