July 30, 2020 10:42 PMAuthentication types in AWS AmplifyImage we are building a blog using AWS Amplify where guest-users can see the posts, authenticated users can read, create and administrators are allowed to do everything they want. Here is a small post of how to configure the auth rules and avoid Access Denied errors.
February 13, 2017 12:18 AMJS code lintingLast few years have dramatically changed JavaScript. Nowadays, a typical JS application is a big code base that involves a few developers and significant efforts. Having a linter in your JS app is a must-have feature. In this post I'll try to encourage developers to use one in their JS apps.