Software Engineering Perspectives Articles

Sorted By: Most Recent
Stoyan Mitov Stoyan Mitov
Updated on April 04, 2024

6 Communication Skills Developers Need and How to Develop Them

For a real career advantage, learn to communicate clearly and succinctly.

Image: Shutterstock / Built In
K. Jagathish K. Jagathish
Updated on April 01, 2024

How to Use URLSearchParams in JavaScript

URLSearchParams is a JavaScript API that allows users to retrieve and work with data in the URL query parameters. Learn how to use it.

Image: Shutterstock / Built In
Tatum Hunter Tatum Hunter
Updated on April 01, 2024

The 11 Most Important Benefits of Agile, According to Experts

Agile looks different everywhere. Here’s how to tell if your version is helping.

Image: Shutterstock
Matthew Henschke Matthew Henschke
Updated on April 01, 2024

How to Solve the Two-Sum Problem

Companies like Google and Facebook like to ask prospective job candidates to tackle the two-sum problem. This primer will help you learn how to handle it.

Neha Jangid Neha Jangid
Updated on March 20, 2024

7 Ways APIs Are Fueling Business Growth

Here’s how you can use APIs to build your business to its greatest potential.

Image: Shutterstock / Built In
Niraj Tulsyan Niraj Tulsyan
Updated on March 18, 2024

It’s Time to Make the Switch From Ruby on Rails to Javascript

Ruby on Rails has long been a staple for building web applications, but JavaScript’s flexibility has made it the go-to programming language. Here’s why it’s time to make the switch. 

Image: Shutterstock / Built In
Joel Hereth Joel Hereth
Updated on March 12, 2024

How to Optimize SQL for Large Data Sets

Optimizing SQL for large data sets is an important step in managing the performance of your database. Follow these best practices to achieve faster data retrieval and efficiency. 

Image: Shutterstock / Built In
Trung Thanh Le Trung Thanh Le
Updated on March 07, 2024

How to Get the Last Element of an Array in JavaScript

There are several ways to get the last element of an array including length property and square bracket notation, slice() method and pop() method. Here are nine methods to try.

Image: Shutterstock / Built In
Sara A. Metwalli Sara A. Metwalli
Updated on March 07, 2024

What Is Schrödinger’s Cat?

Schrödinger’s Cat is a famous thought experiment that illustrates a paradox of quantum superposition. Here’s how it works.

Image: Shutterstock / Built In
David Klempfner David Klempfner
Updated on March 07, 2024

What Is Two’s Complement?

Two’s complement is a mathematical operation on binary numbers used to signify positive or negative integers. Learn how it works and the formula behind it.

Image: Shutterstock / Built In