Software Engineering Perspectives Articles

Sorted By: Most Recent
Kyle Brill Kyle Brill
Updated on August 07, 2024

What Is MEAN Stack?

MEAN stack is a set of technologies, all based in JavaScript, that developers use to build dynamic web applications.

Image: Shutterstock / Built In
Kyle Brill Kyle Brill
Updated on August 07, 2024

What Is FaaS (Function-as-a-Service)?

FaaS uses a cloud provider to manage its infrastructure, enabling developers to run functions or code without needing to maintain their own servers.

Image: Shutterstock / Built In
Kyle Brill Kyle Brill
Updated on August 07, 2024

TCP vs. UDP: Understanding the Differences Between the Two Protocols

TCP and UDP are both essential to data transmission between servers, and understanding the design principles of each is essential for selecting the right protocol for your application.

Image: Shutterstock / Built In
Prashanth Xavier Prashanth Xavier
Updated on August 06, 2024

A Guide to Reading and Writing CSV Files and More in Apache Spark

Apache Spark is a big data processing framework that can be used to read and write data for CSV, JSON, Parquet and Delta Lake. Here’s how.

Image: Shutterstock / Built In
Milecia McGregor Milecia McGregor
Updated on August 05, 2024

Development Staging Explained

Development staging is where code is tested before it goes live to users. Learn the difference between development, staging and production environments.

Image: Shutterstock / Built In
Derek Ashmore Derek Ashmore
Updated on August 05, 2024

3 Times You Should Skip Infrastructure-as-Code in DevOps

To thrive at DevOps, recognizing when not to use IaC is just as critical as knowing when to use it.

Image: Shutterstock / Built In
Vishnu Satheesh Vishnu Satheesh
Updated on August 01, 2024

React Infinite Scroll: A Guide

Infinite scroll is a UX technique that allows users to continuously scroll on a web page without loading a new page. Here are three ways to implement it in React.

Image: Shutterstock / Built In
Michael Daniels Michael Daniels
Updated on August 01, 2024

Software Engineers, Do These 3 Things to Stand Out in a New Job

Whatever you do, don’t just sit there.

Image: Shutterstock / Built In
Reinald Reynoso Reinald Reynoso
Updated on July 31, 2024

How to Use UseSelector and UseDispatch React-Redux Hooks

React-Redux offers a set of hooks that you can use to create cleaner code. This guide will introduce you to two of them: useSelector and useDispatch.

Image: Shutterstock / Built In
Jayanth Somineni Jayanth Somineni
Updated on July 29, 2024

How to Make a JavaScript API Call

In JavaScript, there are four ways to make an API call. Learn how to leverage each one to make HTTP requests and retrieve dynamic data from a server/database.

Image: Shutterstock / Built In