Tag: Article
A beginner's guide to understanding the layers of blockchain technology
A beginner’s guide to understanding the layers of blockchain technology Extracts Layers of blockchain chaincode References source https://cointelegraph....
Design patterns - Strategy
#tech/architecture #tech/programming #design-patterns Design patterns - Strategy Extracts strategy pattern graph Strategy pseudocode References source https://refactoring....
Factory Method
#design-patterns/factory Factory Method Extracts Factory Method Intent References source https://refactoring.guru/design-patterns/factory-method author Refactoring....
How to Create a Windows 11 Bootable USB on Ubuntu Linux Via WoeUSB
How to Create a Windows 11 Bootable USB on Ubuntu Linux Via WoeUSB Extracts WoeUSB installation on ubuntu to boot a windows iso from ubuntu OS you need to use WoeUSB References source https://techschumz....
How to Enter Lenovo Boot Menu
How to Enter Lenovo Boot Menu Extracts Use the novo button to show the boot menu source https://www....
How to instal and use make in windows
How to instal and use make in windows Extracts install make with choco References source https://stackoverflow....
how to install pyenv in ubuntu debian
how to install pyenv in ubuntu debian Extracts pyenv debian dependencies install pyenv with curl pyenv bash configuration References source https://bgasparotto....
How to open a particular file from a terminal
#os/linux How to open a particular file from a terminal Extracts xdg-open to open any file in ubuntu References source https://superuser....
How to use Pyenv & Pipenv for Python virtual environments
How to use Pyenv & Pipenv for Python virtual environments #tech/python Extracts how to install pyenv Related bibliography how to install pyenv in ubuntu debian References source https://medium....
Iterator pattern
#design-patterns/iterator iterator pattern Extracts Iterator pattern intent it is an abstraction to do something with a collection example code iterator pattern with this abstraction you can accept different inventory References source https://refactoring....