JavaScript

Image: Embedding JavaScript in HTML: easy instructions and examplesRawpixel.comShut­ter­stock

Embedding JavaScript in HTML: easy in­struc­tions and examples

If you want to liven up a static HTML file and make it in­ter­ac­tive, you can easily embed JavaScript in HTML. JavaScript elements add dynamic features to the functions of a website and make for modern, creative online presences. Our tutorial explores the available options for…

Read more
Image: WebAssembly: the faster JavaScript?sabrisyShut­ter­stock

We­bAssem­bly: the faster JavaScript?

The World Wide Web is getting faster and faster. The We­bAssem­bly standard (Wasm) is set to vastly improve the per­for­mance of web ap­pli­ca­tions. In addition to JavaScript, web pro­gram­mers can now use C, C++ or Rust. The code is then compiled into highly efficient bytecode. This…

Read more
Image: What is Node.js and how does the JavaScript runtime environment work?BEST-BACK­GROUNDSShut­ter­stock

What is Node.js and how does the JavaScript runtime en­vi­ron­ment work?

Node.js is a powerful platform that offers versatile op­por­tu­ni­ties for both beginners and ex­pe­ri­enced de­vel­op­ers. In this node.js tutorial, you’ll learn how the runtime en­vi­ron­ment works, how to install node.js, and implement initial “Hello World” examples. We also explain the…

Read more
Image: What are the most important meta tags? An overviewBEST-BACK­GROUNDSShut­ter­stock

What are the most important meta tags? An overview

Meta tags serve website operators by providing metadata in HTML documents. The encoded in­for­ma­tion interacts with web browsers and search engine crawlers and is therefore re­spon­si­ble for the search­a­bil­i­ty of the World Wide Web. But which meta elements are actually needed and how…

Read more
Image: What is required to develop a website?REDPIXEL.PLShut­ter­stock

What is required to develop a website?

HTML, CSS, and server-side pro­gram­ming languages like PHP form the foun­da­tion for creating dynamic websites. In addition, client-side scripting languages such as JavaScript or Type­Script, along with powerful frontend and backend frame­works, make it possible to develop websites…

Read more
Image: How to install Yarnra2 studioShut­ter­stock

How to install Yarn

The package manager Yarn enables you to use and send code even better. We explain how to install Yarn and set it up. We also show you some of the most important commands for getting started with it, as well as a few al­ter­na­tive solutions.

Read more
Image: How to use JavaScript fetchGoro­denkoffshut­ter­stock

How to use JavaScript fetch

JavaScript’s fetch method sends requests to the server and helps you avoid un­nec­es­sary lines of code. That’s due in large part to Promises. Fetch can be used for GET requests, as well as sending, updating and deleting data. In this tutorial, we’ll show you how JavaScript fetch…

Read more
Image: How to use JavaScript’s .map() methodkentohShut­ter­stock

How to use JavaScript’s .map() method

JavaScript’s .map() method results in shorter and more concise code compared to tra­di­tion­al loops. It can easily be combined with other array methods like .filter, .reduce, and . forEach, enabling you to carry out complex data ma­nip­u­la­tion. In this tutorial, we’ll show you how JS…

Read more
Image: What are TypeScript functions? Definition, type safety and useREDPIXEL.PLshut­ter­stock

What are Type­Script functions? De­f­i­n­i­tion, type safety and use

Type­Script functions play a crucial role in software de­vel­op­ment. In par­tic­u­lar, Type­Script helps to avoid common JavaScript problems such as type con­ver­sion errors. Here you can find out every­thing you need to know about declaring types, pa­ra­me­ters and return values. We’ll also…

Read more
Image: What is TypeScript? A beginner’s guide to the JavaScript supersetGaudiLabshut­ter­stock

What is Type­Script? A beginner’s guide to the JavaScript superset

Type­Script is a powerful JavaScript superset that is becoming in­creas­ing­ly popular in web de­vel­op­ment. In this tutorial, we’ll go over key features of Type­Script and popular use cases. We’ll also explore how Type­Script improves the code de­vel­op­ment process by in­creas­ing…

Read more