Development

How To Access Elements in the DOM — step-by-step Javascript tutorial on Progressive Robot

How To Access Elements in the DOM

In order to be proficient at accessing elements in the DOM, it is necessary to have a working knowledge of CSS selectors, syntax and terminology as well as an understanding of HTML elements. In this tutorial, we will go over several ways to access elements in the DOM: by ID, class, tag, and query selectors.

Read more
How To Convert Data Types in Go — step-by-step Programming tutorial on Progressive Robot

How To Convert Data Types in Go

In Go, data types are used to classify one particular type of data, determining the values that you can assign to the type and the operations you can perform on it. When programming, there are times you will need to convert values between types in order to manipulate values in a different way. This tutorial will guide you through converting numbers and strings, as well as provide examples to help familiarize yourself with different use cases.

Read more
How To Create a Laravel Contact Form and Send Emails with SendGrid — step-by-step Web Servers tutorial on Progressive Robot

How To Create a Laravel Contact Form and Send Emails with SendGrid

Laravel is a free, open source PHP framework, based on Symfony and used for creating web applications. SendGrid is a cloud-based SMTP provider that allows you to send email without having to maintain email servers. In this tutorial, you’ll add a contact form to an existing Laravel application and configure it to send emails via SMTP using SendGrid.

Read more
Erstellen von React-Elementen mit JSX — step-by-step Javascript tutorial on Progressive Robot

Erstellen von React-Elementen mit JSX

Der Autor hat Creative Commons dazu ausgewählt, im Rahmen des Programms Write for DOnations eine Spende zu erhalten. In diesem Tutorial lernen Sie, wie Sie Elemente mit JSX beschreiben. JSX ist eine Abstraktion,…

Read more
CHAT