Blog


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

How an Online Marketplace is Beneficial for Vendors, Customers, and Owners

MarketplaceEcommerce

How to Configure ESLint and Prettier in an Angular Application

AngularESLintPrettier

How to Free Deploy the Static HTML Website in Firebase

Create a Firebase account with your Gmail and Create a New Firebase Project of Name of your website like the below images You can create a new account or choose the already existing account. In my…

HTMLStatic Web HostingCloud Computing

Bun: The Bundler You Need to Know As a JavaScript Developer in 2022

JavascriptBundlerWebpack

25 Interesting Python Codes to Solve Complex Tasks

Part 1: A list of Python codes for solving complex tasks.

PythonProgrammingCoding

How to Create a Simple Webform Using Streamlit

A guide to creating a simple form using Streamlit.

StreamlitFormsPython