Blog


How to Create Observable using Behavior Subject in Angular

AngularRxJSBehavior Subject

How to Generate Requirements.txt for Your Python Project

A guide to generating Requirements.txt for Python project.

PythonRequirements.txtPip

Build Your Own VPN in AWS

AwsCloud computingAnsible

How to Dump and Restore Databases with mysqldump in an RDS Instance in AWS

A guide on dumping and restoring databases with mysqldump in an RDS instance in AWS.

AWSMySQLDatabase

How to Create a Console UI in Python Using the Rich Library

Trading websocket ticker using EOD Historical Data (EODHD APIs)

PythonEodhdWebsocket

12 Important JavaScript Functions Every Web Developer Should Know

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

Javascript

Build a Dark Mode Toggle with JavaScript and localStorage

A brief article explaining how to build a dark mode toggle switch using JavaScript and localStorage.

JavascriptCssWeb development

How to Get and Set the Value of a Data Attribute with JavaScript

How to get and set the value of the `data-id` attribute of an element with JavaScript.

JavascriptGet setData

A Complete Guide for Reading Files in Node.js

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…

Nodejs

How to Create a Floating Action Button with Pure CSS Positioning

Learn how to use CSS positioning and flexbox

CssButtonPositioning