Blog


Python Tuple: Tuple Functions and Tuple Operations in Python

A brief discussion on Python tuples with examples.

pythontuplesprogramming

Simulate the Famous Monty Hall Problem with Python

What is the Monty Hall problem? The Monty Hall problem is a famous probability puzzle.

CodingPythonPuzzle

Why and How to Write Frozen Dataclasses in Python

The difference between frozen and non-frozen dataclasses.

PythonDataclasses

Installing the Apache HTTP Server on CentOS 7

A tutorial on installing Apache, a free, open-source, and immensely popular web server on CentOS 7.

ApacheCentosLinux

React with TypeScript or JavaScript — Which Side are You on?

JavaScript is the beloved child of frontend development, but TypeScript is the father of this beloved child. Learn to embrace it and get ahead in 2022.

ReactTypescriptJavascript

Build Your React Component Library with TypeScript and Rollup

A simple guide on building your React Component Library to save precious development time.

ReactTypescriptRollup

Animating SVGs as React Components

Learn how to edit your favorite SVG in Figma and render it as a React component, to animate it using CSS.

ReactJavaScriptProgramming

Meet CodeLobster IDE: The Free PHP, HTML, CSS, JavaScript editor

PHPHTMLCSS

How to Make a Beautiful Donut Chart and Nested Donut Chart in Matplotlib

Donut charts are used to show the proportions of categorical data, with the size of each piece representing the proportion of each category.

PythonDonut ChartData Analysis

An Introduction to the useId() Hook in React 18

The useId() hook is a new way to generate a unique random Id in React 18

ReactReact 18UseId