Growing Outside of Work: My Journey with the Cloud Resume Challenge

This page summarizes the projects mentioned and recommended in the original post on dev.to

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
sponsored
  1. Cloud_Resume_Infra

    Terraform IaC for my cloud resume project

    Feel free to check my site out at www.trevorscloudresume.com, as well as my frontend and backend repos.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. Cloud_Resume_Backend

    Lambda API for my cloud resume visitor tracker

    Feel free to check my site out at www.trevorscloudresume.com, as well as my frontend and backend repos.

  4. boto3

    Boto3, an AWS SDK for Python

    Once my site was stood up, I needed to build out the user count API. Through the console, I set up a DynamoDB table and created a user count item. Getting my lambda to interface with AWS resources was a breeze with the Boto3 SDK. You can see my Python code that increments the user count whenever someone visits the site here. The key is the usage of the update_item method that comes from Boto3.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Course 1 of 3: Upgrading Apps with Gen AI 🤖

    2 projects | dev.to | 7 Apr 2026
  • Latest AWS SDK/CLI incompatible with S3 alternatives

    1 project | news.ycombinator.com | 19 Jan 2025
  • Continuous Deployment applied to Authorization with IAM Identity Center and AWS IAM Access Analyzer – Part 1

    2 projects | dev.to | 4 Aug 2024
  • AWS Python SDK downloaded over 1.4B times a month

    1 project | news.ycombinator.com | 8 May 2024
  • Bug in std:shared_mutex on Windows

    7 projects | news.ycombinator.com | 3 Mar 2024

Did you know that HCL is
the 22nd most popular programming language
based on number of references?