Creating database tables and adding data in Magento 2 Adobe CommerceCreate a db schema Reference https://devdocs.magento.com/guides/v2.4/extension-dev-guide/declarative-schema/db-schema.html Path will be a similar path to this app\code\AzCodez\CustomerViewing\etc\db_schema.xml Add this code to set up your table. Mo...Aug 6, 2022·3 min read·174
Automate login to GitHub with ssh key (linux)Following guide on how I automated authenticating ssh key for windows WSL DebianApr 15, 2022·1 min read·121
Add GitHub ssh-agent and ssh key on startup (Windows)Automating git ssh authentification on startupMar 26, 2022·2 min read·136
Create a database table in Magento 2Below are steps I went though to create a new database table in Magento 2 / Adobe Commerce Create a module You can add to your existing module or follow this blog to create a module Create a db schema Refernce https://devdocs.magento.com/guides/v2.4...Mar 4, 2022·1 min read·95
Create a frontend page in Magento 2Steps on how to create a front end page in Magento 2 / Adobe CommerceFeb 5, 2022·2 min read·80
Create a budget alert in Azure cloudCloud services are great but can be very costly. It's a good practice to set up a budget alert in Azure cloud so just in case you leave a cloud servicJan 29, 2022·2 min read·52
How to turn on AWS EC2 using Github ActionsInstructions in writing a CI/CD GitHub Actions workflow to turn on a Amazon Web Services EC2 Virtual MachineJan 15, 2022·4 min read·1.3K