Blog


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

Revisiting Flask vs FastAPI in 2022

Taking a deeper look at Python's micro web frameworks

PythonMicro frameworksFlask

Use These 6 Projects To Get Started as a Back-End Developer

Six projects to get all the experience you need to get into the back-end world

Back end developmentProjectsBack end

RSA Encryption in Node.js with Code Samples

A guide on RSA Encryption in Node.js with code samples.

NodejsRsaEncryption

Private Attributes In Python OOP are Not Very Private

Private attributes are attributes of a class that can only be accessed within the class itself.

PythonOOPPrivate attributes

Hyper V Incident Response: What To Do When VMs are Attacked

Hyper-VIncident ResponseSecurity

How to listen to Formik onChange event in React?

ReactFormikJavascript