{
    "version": "https://jsonfeed.org/version/1",
    "title": "AssadBinTahir Blog posts | RSS Feed",
    "home_page_url": "https://assadbintahir.com",
    "feed_url": "https://assadbintahir.com/rss.json",
    "description": "This is the full archive of my blog posts. This entails all of\n technical writings I have publicly shared. These are not limited to a\n particular stack and includes writings form multiple set of\n technologies.",
    "icon": "https://assadbintahir.com/opengraph-image.jpg",
    "items": [
        {
            "id": "https://assadbintahir.com/blog/brief-guide-to-aws-IAM-policy-types",
            "url": "https://assadbintahir.com/blog/brief-guide-to-aws-IAM-policy-types",
            "title": "0004 - A Brief Guide to AWS IAM Policy Types and Use Cases",
            "summary": "Identity and Access Management (IAM) policies are essential tools for managing access to your organization's resources in Amazon Web Services (AWS). In this article, we will explore different type of policies and their use cases.",
            "date_modified": "2023-05-07T00:00:00.000Z"
        },
        {
            "id": "https://assadbintahir.com/blog/how-to-find-all-duplicates-in-an-array-leetcode",
            "url": "https://assadbintahir.com/blog/how-to-find-all-duplicates-in-an-array-leetcode",
            "title": "0003 - How to find all duplicates in an array - LeetCode",
            "summary": "In this article, we will discuss the solution to LeetCode problem no. 422 - \"Find All Duplicates in an Array\" JavaScript.",
            "date_modified": "2022-04-25T00:00:00.000Z"
        },
        {
            "id": "https://assadbintahir.com/blog/building-in-aws-things-to-consider",
            "url": "https://assadbintahir.com/blog/building-in-aws-things-to-consider",
            "title": "0002 - Building In AWS - Things To Consider",
            "summary": "AWS is the leading cloud provider in present times and enable us to build and deliver products faster. There are several points which we should consider prior to building in AWS. We'll look at these points one by one and try to identify the things we should be careful about.",
            "date_modified": "2022-02-03T00:00:00.000Z"
        },
        {
            "id": "https://assadbintahir.com/blog/how-to-do-serverless-in-aws",
            "url": "https://assadbintahir.com/blog/how-to-do-serverless-in-aws",
            "title": "0001 - How to do serverless in AWS",
            "summary": "This article is more of a survey of serverless fundamentals in AWS. It will briefly touch upon composition paradigms and the services which can be used for any of these paradigms. Common use cases of AWS services and their comparison will also be discussed.",
            "date_modified": "2022-01-03T00:00:00.000Z"
        }
    ]
}