Select Page

File & Data Storage Convention

Preferred File Storage Patterns By Department: IT, Finance, Legal, HR, Marketing, Sales, Production, Operations, Customer Service, R&D By Document Type :  Changelog, Contract, Tutorial (Detailed Instructions), Guide (Simple Instructions), Manual, Template, Form,...

VibeCoding an Idle Progressive Game

  Github Repo: https://github.com/MichaelHabib/GenericIdelGame_FireBase  Live Game : https://michaelhabib.github.io/GenericIdelGame_FireBase/ FireBase Studio : https://studio.firebase.google.com/studio-12911206   Github Repo:...

Purchase Property Steps

Note : Some of those steps might be state dependant Talk to broker and accountant to work out borrowing capacity Look for properties matching minimum requirements Get Sec 32 / Contract and confirm property is desirable Negotiation with seller on price Get contract and...

WordPress Roots.io Guide

WordPress Roots Guide From https://roots.io/ “Tools for modern WordPress development ” Roots project include 3 sub projects : [width=”100%” cols=’1,4′] |==== |https://roots.io/bedrock/[Bedrock] |WordPress boilerplate to organize...

Docker: DevilBox Guide

= Docker: DevilBox Guide http://devilbox.org/ == Installation on Manjaro —- sudo pacman -S docker docker-compose sudo systemctl enable docker.service sudo systemctl start docker.service sudo groupadd docker sudo usermod -aG docker “${USER}” newgrp...