Web Development Articles

Sorted By: Most Recent
Margo Steines Margo Steines
Updated on January 17, 2025

60 Companies Hiring Developers

These companies are on the lookout for developers with experience with a wide range of coding languages and development tools.

Photo: Shutterstock
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
Suraj Vishwakarma Suraj Vishwakarma
Updated on January 15, 2025

Top React Component Libraries to Know

A React component library offers user interface tools and resources to make it easier to build a website in React. Here are some of the most popular libraries to know. 

Image: Shutterstock / Built In
Jasim Lika Jasim Lika
Updated on January 10, 2025

How to Add Multiple Loaders and Spinners on Angular

Multiple loaders and progress bars can be added to Angular applications through the ngx-ui-loader library. Learn how it works with code.

Image: Shutterstock / Built In
Andy Hilliard Andy Hilliard
Updated on December 17, 2024

What’s All the Hype About Hyperspecialization?

The increasing demand for specialized tech skills is changing the nature of software development. Here’s how you can stay up to date.

Image: Shutterstock / Built In
Edward Viaene Edward Viaene
Updated on December 13, 2024

What’s the Difference Between DevOps and Platform Engineering?

When should you use DevOps versus platform engineering? Our expert weighs in.

Image: Shutterstock / Built In
Collins Mutai Collins Mutai
Updated on December 04, 2024

How to Pass Data With EventEmitter in Angular

EventEmitter() is a class in Angular that’s used to pass values from the child component to the parent component. Here’s how it works. 

Image: Shutterstock / Built In
Jenny Lyons-Cunha Jenny Lyons-Cunha
Updated on December 03, 2024

What Is Robots.txt?

Serving as a code of conduct for web crawlers, robots.txt files dictate which parts of a website they can access and which ones they should avoid.

Image: Shutterstock
Jayanth Somineni Jayanth Somineni
Updated on November 11, 2024

How to Make API Calls in React With Examples

An API call in React refers to making a request to a web API from a React application. We can make an API call with: XMLHttpRequest, Fetch API or Axios.

Image: Shutterstock / Built In