JavaS­cript

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

Embedding JavaS­cript in HTML: easy in­struc­tions and examples

If you want to liven up a static HTML file and make it in­ter­act­ive, you can easily embed JavaS­cript in HTML. JavaS­cript 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

WebAssembly: the faster JavaS­cript?

The World Wide Web is getting faster and faster. The WebAssembly standard (Wasm) is set to vastly improve the per­form­ance of web ap­plic­a­tions. In addition to JavaS­cript, 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 JavaS­cript runtime en­vir­on­ment work?

Node.js is a powerful platform that offers versatile op­por­tun­it­ies for both beginners and ex­per­i­enced de­velopers. In this node.js tutorial, you’ll learn how the runtime en­vir­on­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­form­a­tion interacts with web browsers and search engine crawlers and is therefore re­spons­ible for the search­ab­il­ity 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 found­a­tion for creating dynamic websites. In addition, client-side scripting languages such as JavaS­cript or TypeScript, 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­tern­at­ive solutions.

Read more
Image: How to use JavaScript fetchGoroden­koffshut­ter­stock

How to use JavaS­cript fetch

JavaS­cript’s fetch method sends requests to the server and helps you avoid un­ne­ces­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 JavaS­cript fetch…

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

How to use JavaS­cript’s .map() method

JavaS­cript’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 TypeScript functions? Defin­i­tion, type safety and use

TypeScript functions play a crucial role in software de­vel­op­ment. In par­tic­u­lar, TypeScript helps to avoid common JavaS­cript problems such as type con­ver­sion errors. Here you can find out everything you need to know about declaring types, para­met­ers and return values. We’ll also…

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

What is TypeScript? A beginner’s guide to the JavaS­cript superset

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

Read more