Web Development Articles

Sorted By: Most Recent
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
David Kirsch David Kirsch
Updated on April 15, 2025

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
Jeff Link Jeff Link
Updated on April 08, 2025

11 Web Design Principles Everyone Should Know

Web design trends are constantly evolving. But these fundamental principles stick around for a reason.

11 Web Design Principles Everyone Should Know
Deepak Saini Deepak Saini
Updated on March 26, 2025

How to Integrate AI Without Ruining Your Product’s UX

The best AI operates in the background of the user experience, making actions more convenient without adding extra steps. Here’s how to do it.

Image: Shutterstock / Built In
Timilehin Ayantunji Timilehin Ayantunji
Updated on March 06, 2025

AI Is Slowing Your Website Down. Here’s How to Fix It.

AI-driven features may be essential to the modern web experience, but they also can also be a strain on your website’s performance. Learn how to fix it.

Image: Shutterstock / Built In
Lynn Kwong Lynn Kwong
Updated on March 03, 2025

Asyncio in Python: A Guide

Asyncio is a Python library that allows us to write concurrent code using the async/await syntax. Learn how to use this library to write asynchronous code.

Image: Shutterstock / Built In
Cole Levy Cole Levy
Updated on February 15, 2025

QuerySelector() vs. GetElementById() in JavaScript

QuerySelector() and getElementByID() are two JavaScript functions that can be used to retrieve HTML elements from a webpage. Learn how they work and their differences. 

Image: Shutterstock / Built In
Kailash Nirmal Kailash Nirmal
Updated on January 16, 2025

Reactive Programming: A Guide

Reactive programming is a programming style that allows an application to respond swiftly to data changes leading to a more responsive system. Learn how to do it in Java.

Image: Shutterstock / Built In
Nicholas Charles Nicholas Charles
Updated on January 16, 2025

How to Build a Speech-to-Text App in JavaScript With Web Speech API

Web Speech API can convert speech to text. Learn how to build a real-time speech-to-text web app using the API in JavaScript with code. 

Image: Shutterstock / Built In