2 followers
👋 Hey, Naz here. I love craft beers, all things tech and the gulag. My tech stack is primarily Javascript, Typescript, ES6, GraphQL, Node, Express, Elasticsearch, Mongo and AWS 🔥
Subscribe to my newsletter and never miss my upcoming articles
What does it stand for?: Identity and Access Management What do you use it for?: To control who is authenticated (signed in) / authorised (has permissions) to use AWS resources. Cost: There is no charge to use IAM at the time of writing. Features ...
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 give you some inspiration to spice up your setup! 🔥 Theme 🎨 I use the Cobalt2 Theme Official theme...
So, you used to use recompose / class components in your React app to add lifecycle methods to your stateless functional components, before the Hooks API was launched. The time has come to upgrade to React 16 and make use of the new way of managing ...
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 come to upgrade to React 16 and make use of the new way of managing state within your functional co...