Uselful web page links

Algorithms Bootstrap Cryptography Git Hardware Linux ML Maths NodeJS Python React VSCode Windows

Algorithms

AES Encryption Explained

AES encryption algorithm very well explained cartoon stick figures.

Bootstrap

Scroll to Top button for a Bootstrap Page

This codepen demonstrates the implementation of a Scroll to Top floating button that shows up when you scroll the web page in a Bootstrap environment.

Cryptography

AES Encryption Explained

AES encryption algorithm very well explained cartoon stick figures.

Git

Cherry Pick commits from one Git repository into Another

This Stack Overflow answer demonstrates how to cherry pick commits from one repository and merg into another

Hardware

Linux Shell on Transcend WiFi SD Card

Transcend WiFi SD card has a full blown linux OS on an SD Card

Linux

Linux Shell on Transcend WiFi SD Card

Transcend WiFi SD card has a full blown linux OS on an SD Card

ML

Calculating numerical derivatives at a point

The Five Point Stencil technique is a way to calculate reasonably accruate numerical derivatives at a point on a graph.

Maths

Calculating numerical derivatives at a point

The Five Point Stencil technique is a way to calculate reasonably accruate numerical derivatives at a point on a graph.

NodeJS

Scroll to Top button for a Bootstrap Page

This codepen demonstrates the implementation of a Scroll to Top floating button that shows up when you scroll the web page in a Bootstrap environment.

Serving React Apps with Flask

This shows how to setup a Create React App front-end to build into a Flask-server backend and serve the React app with Flask.

Python

Serving React Apps with Flask

This shows how to setup a Create React App front-end to build into a Flask-server backend and serve the React app with Flask.

React

Serving React Apps with Flask

This shows how to setup a Create React App front-end to build into a Flask-server backend and serve the React app with Flask.

Five common mistakes in React with Hooks

Well written article identifying common errors working with hooks

VSCode

Creating custon snippets in Visual Studio Code

This post shows how to create custom snippets in Visual Studio code using the example of Markdown front-matter

Windows