Gareth Lowrie
Life of Naz // Lead Software Engineer

Life of Naz // Lead Software Engineer

Follow
Follow
homebadgesnewsletter
Tag

software development

#software-development

More content

Read more stories on Hashnode


Articles with this tag

AWS: Understand IAM in 5 minutes

Jan 15, 20215 min read106 views

What does it stand for?: Identity and Access Management What do you use it for?: To control who is authenticated (signed in) / authorised (has...

AWS: Understand IAM in 5 minutes

My awesome VS Code Setup

Dec 24, 20203 min read138 views

I really love my current VS Code theme and set up and thought I would write a blog post to refer to in the future when setting up new machines and to...

My awesome VS Code Setup

Move your React component lifecycle methods to React effect hooks

Sep 25, 20197 min read52 views

So, you used to use recompose / class components in your React app to add lifecycle methods to your stateless functional components, before the Hooks...

Move your React component lifecycle methods to React effect hooks

Migrate from recompose withState to React Hooks useState

Sep 25, 20194 min read137 views

So, you used to use recompose in your React app to add state to your stateless functional components, before the Hooks API was launched. The time has...

Migrate from recompose withState to React Hooks useState