{"id":16989554,"url":"https://github.com/jottenlips/favorite_resources","last_synced_at":"2026-04-06T09:33:03.927Z","repository":{"id":101734461,"uuid":"229589758","full_name":"jottenlips/favorite_resources","owner":"jottenlips","description":"📚 Helpful Full Stack Development Resources","archived":false,"fork":false,"pushed_at":"2019-12-22T16:57:20.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-06T03:42:14.006Z","etag":null,"topics":["aws","databases","flux","fp","functional-programming","microservices","nosql","react","react-native","redux","schema-first","sdl","serverless","sql","vpc"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jottenlips.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-12-22T15:34:12.000Z","updated_at":"2019-12-22T17:02:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"9ad5be41-1a1b-4059-bc10-ccc92cef58f8","html_url":"https://github.com/jottenlips/favorite_resources","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jottenlips/favorite_resources","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jottenlips%2Ffavorite_resources","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jottenlips%2Ffavorite_resources/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jottenlips%2Ffavorite_resources/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jottenlips%2Ffavorite_resources/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jottenlips","download_url":"https://codeload.github.com/jottenlips/favorite_resources/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jottenlips%2Ffavorite_resources/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31466624,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-06T08:36:52.050Z","status":"ssl_error","status_checked_at":"2026-04-06T08:36:51.267Z","response_time":112,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","databases","flux","fp","functional-programming","microservices","nosql","react","react-native","redux","schema-first","sdl","serverless","sql","vpc"],"created_at":"2024-10-14T03:07:04.290Z","updated_at":"2026-04-06T09:33:03.903Z","avatar_url":"https://github.com/jottenlips.png","language":null,"readme":"# About\n\nThis is a list of articles, documents, and videos that I have found to be very helpful for web development. \n \n\n# Databases\n\n## Aurora\n\n[Serverless Aurora: What it means and why it's the future of data](https://serverless.com/blog/serverless-aurora-future-of-data/)\n\n## AWS Neptune\n\n[Recommendation Engine](https://github.com/aws-samples/amazon-neptune-samples/tree/master/gremlin/collaborative-filtering)\n\n## DynamoDB / MongoDB\n\n[\"One Table\" Design Pattern](https://www.youtube.com/watch?v=HaEPXoXVf2k)\n\n[DynamoDB Paper](https://www.allthingsdistributed.com/files/amazon-dynamo-sosp2007.pdf)\n\n# GraphQL\n\n## Apollo\n\n[Offline React-Native](https://github.com/apollographql/apollo-cache-persist)\n\n[Update Cache After mutation](https://www.apollographql.com/docs/react/data/mutations/#making-all-other-cache-updates)\n\n\u003e I am including this article because it is a usual pain point for people new to GraphQL.\n\n## AppSync\n\n[Chat App](https://serverless.com/blog/building-chat-appliation-aws-appsync-serverless/)\n\n[Geo Search](https://serverless.com/blog/build-geosearch-graphql-api-aws-appsync-elasticsearch)\n\n## Ariadne\n\n[Integrate with Flask](https://ariadnegraphql.org/docs/flask-integration)\n\n[YAML for Serverless Configuration](https://github.com/jottenlips/jazz-charts-api/blob/master/serverless.yml)\n\n# Micro-Services and Infrastructure as Code\n\n## Serverless\n\n[Their Awesome Blog](https://serverless.com/blog)\n\n[Choosing a Database for Serverless Applications](https://serverless.com/blog/choosing-a-database-with-serverless/)\n\n[Keep Functions Warm](https://serverless.com/blog/keep-your-lambdas-warm)\n\n### UsefulPlugins\n\nserverless-prune-plugin\n\nserverless-dotenv-plugin\n\nserverless-offline\n\nserverless-domain-manager\n\nserverless-plugin-warmup\n\n#### Python\n\nserverless-wsgi\n\nserverless-python-requirements\n\n#### Node.js\n\nserverless-webpack\n\nserverless-plugin-monorepo\n\n### VPC\n\n[Configuring a Lambda function to run in a VPC](https://docs.aws.amazon.com/lambda/latest/dg/configuration-vpc.html)\n\n[CloudFormation Script](https://gist.github.com/efi-mk/d6586669a472be8ea16b6cf8e9c6ba7f)\n\n[Allowing Internet Access to Lambdas in a VPC](https://aws.amazon.com/premiumsupport/knowledge-center/internet-access-lambda-function/)\n\n## Terraform\n\nI am new to this and will post my favorite articles once I am more familiar. \n\n# Methodology \n\n[DRY](https://en.wikipedia.org/wiki/Don%27t_repeat_yourself)\n\n[12 Factor App](https://12factor.net/)\n\n[Practical Introduction to FP](https://maryrosecook.com/blog/post/a-practical-introduction-to-functional-programming)\n\n[Flux](https://facebook.github.io/flux/)","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjottenlips%2Ffavorite_resources","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjottenlips%2Ffavorite_resources","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjottenlips%2Ffavorite_resources/lists"}