Software Engineering Perspectives Articles

Sorted By: Most Recent
Roman Davydov Roman Davydov
Updated on May 21, 2025

How to Build Scalable Front-End Apps With React JS

React is quickly becoming a popular front-end framework. Our expert explains how to put it to work effectively.

Image: Shutterstock / Built In
Megan Lo Megan Lo
Updated on May 20, 2025

PUT vs. POST vs. PATCH Explained

PUT, PATCH and POST are three HTTP methods that can be used to update, create or modify an existing coding resource. Learn more.

Image: Shutterstock / Built In
Giorgos Myrianthous Giorgos Myrianthous
Updated on May 20, 2025

What Is Prompt Injection?

Prompt injection is a cyberattack that takes advantage of the greatest strength of an LLM: Its ability to understand natural language. Our expert details how it works and how to guard against it.

Image: Shutterstock / Built In
Yeshaya Shapiro Yeshaya Shapiro
Updated on May 15, 2025

When an AI Coding Assistant Breaks Something, How Do You Fix It?

Our expert details how to turn Cursor and Windsurf into reliable coding partners without the stress of midnight bug hunts.

Image: Shutterstock / Built In
Saleh Mubashar Saleh Mubashar
Updated on May 13, 2025

How to Create a React Search Bar

Create a fully functional search bar in React that allows users to navigate data within the application. Here’s how to do it. 

Image: Shutterstock / Built In
Lorenzo Zarantonello Lorenzo Zarantonello
Updated on May 13, 2025

How To Use ForkJoin in Angular With Examples

ForkJoin is an RxJS operator that combines multiple Observables into a single Observable. Learn how to use forkJoin with an Angular example.

Image: Shutterstock / Built In
Nick Remeslennikov Nick Remeslennikov
Updated on May 12, 2025

Null Coalescing Operator (??) in C# Explained

The null coalescing operator (??) in C# is a binary operator that simplifies the handling of null values. Here’s how it works.

Image: Shutterstock / Built In
Renuka Patil Renuka Patil
Updated on May 08, 2025

63 Top Angular Interview Questions to Know

Angular is a popular front-end framework for web development. Prepare for your next interview with questions that cover core concepts and advanced topics.  

Image: Shutterstock / Built In
Sardar Mudassar Ali Khan Sardar Mudassar Ali Khan
Updated on May 07, 2025

NOLOCK in SQL Server Explained

The NOLOCK hint in SQL Server allows a SELECT statement to bypass shared locks to read data from a table. Here’s what to know about its advantages and risks.

Image: Shutterstock / Built In
Aneeqa Khan Aneeqa Khan
Updated on May 07, 2025

Throttling vs. Debouncing Explained

Throttling is a technique that limits the amount a function can be executed over a period of time, while debouncing delays the execution of the function. Here’s how they work. 

Image: Shutterstock / Built In