How to Generate Requirements.txt for Your Python Project
A guide to generating Requirements.txt for Python project.
PythonRequirements.txtPip
A guide to generating Requirements.txt for Python project.
A guide on dumping and restoring databases with mysqldump in an RDS instance in AWS.
Trading websocket ticker using EOD Historical Data (EODHD APIs)

Everything you learn here will speed up your development and save your valuable time!

A brief article explaining how to build a dark mode toggle switch using JavaScript and localStorage.
How to get and set the value of the `data-id` attribute of an element with JavaScript.
From the title, we clearly know that there are 3 ways to read files in Node. They are known as the promise way, the callback way, and the synchronous way. The Promise way enables us to use the modern…
Learn how to use CSS positioning and flexbox
