Javascript useful array functions: map, filter, find and reduce
Hello everyone, I made a small recap of these super useful array functions in JavaScript: map, filter, find, reduce with a simple example.
Easily deploy your Python Flask web apps online with Gitlab and Heroku
Learn how easy is to deploy a Python Flask web app using Gitlab pipelines and Heroku as a deployment platform with a simple code push.
The importance of using User Agent to Scraping Data
Learn about the importance of using user agent in the headers of a custom request using Python and the library requests.
Python Facebook Posts Scraper with Requests and BeautifulSoup4
Learn to scrape the latest posts from a profile, page, or group from Facebook using Python and the libraries: requests and Beautiful Soup.
Simple React DataTable
Build your own data table component with Javascript and React using functional components, React Hooks, JSON objects, and CSS.