Blog


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 to Parse Data Tables from a PDF Bank Statement with Python

The image above shows a snapshot of my student life, the flying home during breaks and Uber trips about four years back. We see that the PDF contains a date, a relatively long transaction…

Data SciencePythonData Visualization

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

Serverless Proxy with AWS: How It Works

ServerlessAwsProxy

How to Validate Your DataFrames with Pytest

A guide to validating DataFrames with Pytest.

DataframePythonPytest

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