Scrape images from Craigslist search results with Python and BeautifulSoup

Scrape images from Craigslist search results with Python and BeautifulSoup. This task is a lil-bit tricky. The thing about it is that the images for item cards in search results sets dynamically with JavaSript by some kind templating script or engine.

Create Pagination with Node.js, MongoDB, Express and EJS Step by Step from Scratch

Create Pagination with Node.js, MongoDB, Express.js and EJS Step by Step from Scratch. In this article I'll tell about how to make pagination using Node.js, MongoDB, Express.js, EJS and Bootstrap from scratch. We will create new database, declare data collection, fill this collection with data and output contents to page with pagination.

How to Install Zsh and Oh My Zsh on Windows 10

How to Install Zsh and Oh My Zsh on Windows 10. How to make work with command prompt on Windows 10 better with Windows Subsystem for Linux and Zsh. Install zsh syntax highlighting plugin.

Write Data to Local JSON File using Node.js

Write Data to Local JSON File using Node.js

Upload files to server using Node.js and Multer package

How to upload files to server using Node.js and multer package from npm and filter upload files by extension and validate file by check magic numbers.