Az Codez

Az Codez

Follow
homeSponsor MeContactbadgesnewsletter
Tag

Software Engineering

#software-engineering

More content

Read more stories on Hashnode


Articles with this tag

Automate login to GitHub with ssh key (linux)

Apr 15, 20221 min read 156 views

Following guide on how I automated authenticating ssh key for windows WSL Debian · Intro If you have setup ssh authentification to GitHub and if you are...

Automate login to GitHub with ssh key (linux)

Add GitHub ssh-agent and ssh key on startup (Windows)

Mar 26, 20222 min read 260 views

Automating git ssh authentification on startup · If you have GitHub ssh key setup to access your remote repo, whenever you log out your PC your ssh key...

Add GitHub ssh-agent and ssh key on startup (Windows)

Create a frontend page in Magento 2

Feb 5, 20222 min read 184 views

Steps on how to create a front end page in Magento 2 / Adobe Commerce · Below are steps to how I created a front-end page using a controller in Magento...

Create a frontend page in Magento 2

Create a budget alert in Azure cloud

Jan 29, 20222 min read 157 views

Cloud 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 servic ·...

Create a budget alert in Azure cloud

How to turn on AWS EC2 using Github Actions

Jan 15, 20224 min read 758 views

Instructions in writing a CI/CD GitHub Actions workflow to turn on a Amazon Web Services EC2 Virtual Machine · Below we are going to write a Github...

How to turn on AWS EC2 using Github Actions

Method Chaining in PHP with PHPUnit test

Dec 5, 20212 min read 247 views

What is method chaining Method chaining is where you can call multiple methods after one another in one line like...

Method Chaining in PHP with PHPUnit test