Skip to content

Commit

Permalink
content(video): add new lambda video
Browse files Browse the repository at this point in the history
  • Loading branch information
H-Richard committed Apr 16, 2024
1 parent 58ed97d commit 58dca57
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/components/About/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ export const About: React.FC = () => {
<h4>About</h4>
<div className={styles.website}>{globe} h-richard.com</div>
<p className={styles.description}>
Richard Hong is a Chinese-Canadian software engineer, computer scientist
and cook. He is currently located in <b>San Francisco, CA</b> and works as a
Software Engineer at Meta. He occasionally posts educational software
engineering videos on his YouTube channel. In the future, Richard
hopes to own and drive the all new{' '}
<b>2023 Ford F150&reg; Lightning&trade; Pro</b>.
Richard Hong is a Chinese-Canadian software engineer, computer
scientist and cook. He is currently located in{' '}
<b>San Francisco, CA</b> and works as a Software Engineer at Meta. He
occasionally posts educational software engineering videos on his
YouTube channel. In the future, Richard hopes to own and drive the all
new <b>2023 Ford F150&reg; Lightning&trade; Pro</b>.
</p>
<div className={styles.stat}>
<span>Born: </span>February, 2000 (age{' '}
Expand Down
14 changes: 14 additions & 0 deletions src/content/videos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ import { VideoResult } from 'src/components'
type Video = ComponentProps<typeof VideoResult>

export const videos: Video[] = [
{
id: 'bdCgeJjQqow',
title: 'Building Performant Rust Backend Services on AWS Free Tier',
description: `Building a simple GraphQL API with me using Rust, Lambda and DynamoDB.
Source code: https://github.com/H-Richard/rust-graphql-lambda
Learn more about Rust: https://www.rust-lang.org/
Learn more about Lambda: https://aws.amazon.com/lambda/
Learn more about GraphQL: https://graphql.org/
Learn more about DynamoDB: https://aws.amazon.com/dynamodb/
Learn more about AWS Free Tier: https://aws.amazon.com/free/`,
uploadDate: 'April 16, 2024',
},
{
title: 'How I Build Backend Services in 2022',
id: 'twi33GVRazE',
Expand Down

0 comments on commit 58dca57

Please sign in to comment.