Development

Cara Mengonversi Jenis Data di Python 3 — step-by-step Python tutorial on Progressive Robot

Cara Mengonversi Jenis Data di Python 3

Tutorial Python 3 ini akan memandu Anda mengenai konversi jenis data termasuk angka, string, tupel, dan daftar, serta memberikan contoh untuk membantu Anda membiasakan diri dengan kasus penggunaan yang berbeda-beda.

Read more
How To Create React Elements with JSX — step-by-step Javascript tutorial on Progressive Robot

How To Create React Elements with JSX

JSX is an abstraction that allows you to write HTML-like syntax in your JavaScript code and will enable you to build React components that look like standard HTML markup. Since you are also writing JavaScript, you’ll be able to take advantage of JavaScript functions and methods, including array mapping and short-circuit evaluation for conditionals. In this tutorial, you’ll build a working application that uses a variety of JSX features to display elements that have a built-in click listener.

Read more
How To Deploy a React Application to an app platform — step-by-step Javascript tutorial on Progressive Robot

How To Deploy a React Application to an app platform

the cloud provider’s App Platform is a Platform as a Service (PaaS) product that lets you configure and deploy applications from a source repository. This can be a quick and efficient way to deploy your React applications, and if you are using React to build a site with no backend, you can use App Platform’s free tier. In this tutorial, you will create a React app with Create React App, push it to GitHub, then deploy it to App Platform for a quick continuous deployment option.

Read more
CHAT