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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • 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.

  • 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.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • boto3

    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

  • 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
  • AWS Boto3: Clients vs Resources - DynamoDB

    1 project | dev.to | 21 Jan 2024
  • Getting Started with Boto3: A Powerful and Versatile AWS SDK

    1 project | dev.to | 13 Mar 2023
  • AWS Cost Optimization : Automatic Detect Your Unused EBS and Delete It

    1 project | dev.to | 7 Feb 2023