Development

How To Make Netflix-Like Swipers in Vue — step-by-step Javascript tutorial on Progressive Robot

How To Make Netflix-Like Swipers in Vue

If you have been building for the web for a little while, you would have like me encountered at least some issues when making swipers – for some reason, they always seem to have a mind of their own for a while and they come around. It’s either, the swipe

Read more
How To Scrape Web Pages and Post Content to Twitter with Python 3 — step-by-step Python tutorial on Progressive Robot

How To Scrape Web Pages and Post Content to Twitter with Python 3

Twitter bots are a powerful way for managing your social media as well as for extracting information from the microblogging network. In this tutorial, you’ll build a Twitter bot using this Twitter API library for Python. You’ll program your bot to alternately tweet content from these two websites and at set time intervals.

Read more
How To Set Up the code-server Cloud IDE Platform on Ubuntu 22.04 — step-by-step Linux tutorial on Progressive Robot

How To Set Up the code-server Cloud IDE Platform on Ubuntu 22.04

code-server is Microsoft Visual Studio Code running on a remote server and accessible directly from your browser as a cloud IDE (Integrated Development Environment). In this tutorial, you will set up the code-server cloud IDE platform on Ubuntu 22.04 and expose it at your domain, secured with Let’s Encrypt TLS certificates.

Read more
How To Style React Components — step-by-step Javascript tutorial on Progressive Robot

How To Style React Components

In this tutorial, you’ll learn three different ways to style React components: plain Cascading Style Sheets (CSS), inline styles with JavaScript-style objects, and JSS, a library for creating CSS with JavaScript. To illustrate these methods, you’ll build an example Alert component that will either show a success style or an error style depending on the prop. You will then refactor it using each of the styling options to see the similarities and differences between each.

Read more
CHAT