Software Engineering Perspectives Articles

Sorted By: Most Recent
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
Sara A. Metwalli Sara A. Metwalli
Updated on October 28, 2024

What Is Golang?

Golang, or Go, is a compiled, statically typed programming language designed by Google.

Image: Shutterstock / Built In
Anand K. Parmar Anand K. Parmar
Updated on October 25, 2024

4 Types of Tree Traversal Algorithms

Everything you need to know about tree traversal algorithms and how to implement them through code.

Image: Shutterstock / Built In
Lisa Bertagnoli Lisa Bertagnoli
Updated on October 25, 2024

Looking for a Career Change? How 4 Professionals Got Into Tech.

These professionals chose tech as a second career. Here’s how they did it, and what you can learn from them.