April
27th,
2022
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.
August
20th,
2017
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.
February
24th,
2017
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.
November
11th,
2016
Write Data to Local JSON File using Node.js
November
3rd,
2016
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.