Software Engineering Perspectives Articles

Sorted By: Most Recent
Sunny Betz Sunny Betz
Updated on November 01, 2024

104 SaaS Companies to Know

Here’s how these companies are working to make software more accessible.

Image: Shutterstock
Adam Ierymenko Adam Ierymenko
Updated on November 01, 2024

The Shift To Memory-Safe Code Is Coming for Your Industry

The pervasive use of memory-unsafe languages in vital systems is exposing them to vulnerabilities. Our expert explains why that’s a problem.

Image: Shutterstock / Built In
Ruhi Tyagi Ruhi Tyagi
Updated on October 31, 2024

How to Fix Python TypeError: String Indices Must Be Integers

When values at index are extracted using string values it results in a TypeError of “string indices must be integers.” Learn how to resolve it.

Image: Shutterstock / Built In
Akshay Kumar Akshay Kumar
Updated on October 31, 2024

How to Filter a JavaScript Array With the Filter() Method

The JavaScript filter() method iterates through an array and returns a filtered copy with elements that meet a condition. Learn how to use it.

Image: Shutterstock / Built In
Akshay Kumar Akshay Kumar
Updated on October 30, 2024

50 Top JavaScript Interview Questions With Example Answers

Review these common JavaScript interview questions and answers and practice your coding fundamentals with this guide to ace your next interview.

Image: Shutterstock / Built In
David Kirsch David Kirsch
Updated on October 30, 2024

How to Read Binary Letters

Binary numbers are converted into binary letters using ASCII codes. Each letter consists of eight binary digits. Here’s how to translate those digits into binary letters.

Image: Shutterstock / Built In
Radhakishan Surwase Radhakishan Surwase
Updated on October 29, 2024

Implementing Enums in Golang

An enum is a data type consisting of a set of named constant values. Learn how to implement enums in Golang.

Image: Shutterstock / Built In
Mike Thomas Mike Thomas
Updated on October 29, 2024

The Future of AI: How Artificial Intelligence Will Change the World

AI is constantly changing our world. Here are just a few ways AI will influence our lives.

Image: Shutterstock
Dr. Derek Austin Dr. Derek Austin
Updated on October 29, 2024

How to Make JavaScript Sleep or Wait

JavaScript doesn’t have a dedicated sleep() function that causes the code to wait before resuming execution. Here's how to write a JavaScript sleep function using setTimeout().

Image: Shutterstock / Built In
Sam Daley Sam Daley
Updated on October 29, 2024

What Is Software Engineering?

Software engineering is the discipline of developing, operating and maintaining software.

Image: Shutterstock