![Git Tip! Did you make your changes in the wrong branch?](https://marclloyd.co.uk/wp-content/uploads/2021/06/git-640x420.jpg)
Git Tip! Did you make your changes in the wrong branch?
We’ve all forgotten to create a new branch from time to time, but making changes in the wrong branch is easily fixed. The command below creates a new branch and moves all your changes over to that new branch. git switch -c “new-branch”
… read more![Sharing data between ReactJS components with RxJS](https://marclloyd.co.uk/wp-content/uploads/2021/06/react-640x420.jpg)
Sharing data between ReactJS components with RxJS
Sharing data using RxJS observables… read more
![Basic ReactJS Routing](https://marclloyd.co.uk/wp-content/uploads/2021/06/react-640x420.jpg)
Basic ReactJS Routing
ReactJS Routing including route params… read more
![New ES2021 Features](https://marclloyd.co.uk/wp-content/uploads/2021/06/js-640x420.jpg)
New ES2021 Features
Here's some of the new ES2021 features.… read more
![Getting WordPress back up and running after restarting Ubuntu](https://marclloyd.co.uk/wp-content/uploads/2021/06/apache-640x420.jpg)
Getting WordPress back up and running after restarting Ubuntu
Restarting Apache, PHP and MySQL after restarting Ubuntu.… read more
![Handling loading and error states with Angular’s async pipe](https://marclloyd.co.uk/wp-content/uploads/2021/06/angular-640x420.jpg)
Handling loading and error states with Angular’s async pipe
How to deal with loading and error states when using the Angular async pipe… read more
![Request Validators with API Gateway REST API](https://marclloyd.co.uk/wp-content/uploads/2021/06/aws-640x420.jpg)
Request Validators with API Gateway REST API
Validating your request body in API gateway… read more
![Partition Keys and Sort Keys in DynamoDB](https://marclloyd.co.uk/wp-content/uploads/2021/06/dynamo-640x420.jpg)
Partition Keys and Sort Keys in DynamoDB
The different between DynamoDB's Partition and Sort keys… read more
![Enabling CORS in AWS API Gateway](https://marclloyd.co.uk/wp-content/uploads/2021/06/aws-640x420.jpg)
Enabling CORS in AWS API Gateway
Enabling CORS for your AWS REST API… read more