Trending Featured Content
By the numbers_
Are You Plugged In Yet?_
YouTube
Spotify
Apple Podcasts
Top Categories_
Automating Code Generation with OpenAI GPT Agents: A Developer's Journey to Efficiency
Learn how to turn tedious, hours-long work processes into done-in-a-few-seconds with custom OpenAI GPT Agents! In this guide, you’ll learn how to create your first GPT Agent and how I automated my code snippet generation with the GPT Agent I wrote to revolutionize my blog content management. This simplified the entire process for making these code snippets and has (and will) save me hours upon hours of time I would have to spend doing this manually.
Thankful for the AWS Community Builders Program & Building + AWS Step Functions 101
Discover how the AWS Community Builders Program fosters career growth with a global network, exclusive training, and mentorship. Learn to build a holiday-themed AWS Step Function state machine as a tribute to the program's leaders, showcasing the community's spirit of collaboration and support while learning how Step Functions and State Machines work with AWS Lambda Functions.
AWS: Predicting Stock Prices Using AI & NO CODE!
Get started building with Artificial Intelligence & Machine Learning on Amazon Web Services (AWS) without writing a single line of code! Dive into this exciting video series where we explore the possibility of predicting stock market prices with no code! Build alongside AWS Community Builder Brian H. Hough as he walks you through AWS Developer Advocate, Victoria Semaan’s blog post for this project on community.aws, where we will harness powerful tools like Amazon SageMaker Canvas, Amazon QuickSight, and Amazon S3. Whether you’re an ML enthusiast or someone curious about stock market predictions, this series is a must-watch…
Want to Learn How to Code? Discover the Top 4 Platforms to Kickstart Your Software Engineer Journey of Coding
Want to learn how to code. Here’s 4 places to start: Udacity, AppAcademy, Uplimit, and Codecademy. Learn more about these platforms and their software engineering resources to either start learning or level up in your field.
Turn Your AI Model into a Real Product (Amazon SageMaker, API Gateway, AWS Lambda, Next.js, Python)
Wondering how to turn your Amazon SageMaker AI model into a real product? Whether you’re deploying the model to Amazon SageMaker, Google CoLab, or some other hosting platform, I have felt that it has been rather confusing or nebulous at best to understand how to get the model “out of the cloud” and into a real application that you or your users could use. Together, we’ll call a deployed Large Language Model on SageMaker, LLaMA 2 with our own LLaMA Chat application (a ChatGPT clone) to show you how a real application could connect directly to a model…
Launch your own LLM (Deploy LLaMA 2 on Amazon SageMaker with Hugging Face Deep Learning Containers)
Want to deploy your own Large Language Model that's smarter than ChatGPT? 🤔💭 In this exciting Tech Stack Playbook® tutorial, we'll walk through how to deploy Meta AI's LLaMA 2 LLM on Amazon SageMaker using Hugging Face Deep Learning Containers (DLCs) and Python. One of the most requested topics I've been asked about this year is how to build and deploy AI/ML systems. In under 2 hours, this video will dive into all things LLMs and the most cutting edge MLOps infrastructure available to use on the internet. We will be using Hugging Face Deep Learning Containers, Amazon SageMaker, and Python to work with the model, make prompts, and work with an endpoint for model. If you've ever wondered how systems like ChatGPT work behind the scenes, then this video is for you!…
Road to re:Invent: Our 1st Tech Conference (AWS All Builders Welcome Grant)
In this Tech Stack Playbook® CHATS, I'll be joined by 4 amazing guests to deep dive into all of the excitement around one of AWS' most incredible programs available to early career and underrepresented builders: the AWS All Builders Welcome Grant. Here's what's on tap: Why we wanted to apply for the AWS ABW Grant program, What attending our first global tech conference was like, What we thought re:Invent would be like vs. the reality, Top highlights from AWS re:Invent, Our favorite keynotes and sessions, Application tips for those thinking of applying, and Why you should apply.
AWS x Valorant Champions
Super excited to be bringing you all behind-the-scenes of Valorant Champions this week with Riot Games x Amazon Web Services (AWS)! Last night at the kickoff, we learned a lot today about how Riot Games scaled Valorant across many technical challenges including: scaling a global gaming ecosystem as an ISP / internet network, optimizing for 35ms latency for users around the world, migrating an on-premise server system to the cloud to utilize highly responsive technologies, and solving for the “peeker’s advantage” issue where users with faster internet systems could work faster than users affected by lower bandwidth/latency…
AWS NYC Summit 2023 Talk: Scaling Event-Driven Architectures with Serverless Micropayments (DevChat)
At the AWS NYC Summit 2023, I delivered a 30 minute DevChat to ~200 attendees on how I built an event-driven serverless micropayments system on Amazon Web Services (AWS) for The Capital Platform. In my talk, I discuss: Cases for serverless vs. serverful architectures, How I used LLMs (OpenAI, Google Bard, and Hugging Face) while building, How I built our serverless payments architectures with Stripe and many AWS services, and What our multi-table database design looks like with DynamoDB. Serverless is more than "just Lambda," and this approach, combined with our Infrastructure as Code (Iac) pipeline, has allowed us to stand up features, front-end-to-back-end, with robust autoscaling and updatable configurations, like payments…
Do’s, Don’ts, and Gotcha’s from working with Amazon SageMaker & AI (Get started with MLOps)
Learn about AI and machine learning in production, AI and MLOps pipelines with Amazon SageMaker. From LLMs like OpenAI's ChatGPT, Google's Bar, and HuggingFace, code interpreters like Amazon CodeWhisperer...
Builders Sesh with AWS Community Builders (Sully Martinez & Olumuyiwa Kolayemi)
On the Tech Stack Playbook today, I'm going live with 2 of my favorite builders, Sully Martinez & Olumuyiwa Kolayemi, to talk about tech, life, building on AWS, and what we've been up to. We are all AWS Community Builders across different categories, and we're going to be discussing how the program has helped us personally, professionally, and as builders in tech. We'll also be talking about how we got started building in the cloud, and what areas of tech we are most excited about, what we are planning on building next, and more…
freeCodeCamp: Full-Stack Next.js, TypeScript, and AWS Course – Code a Quote Generator
In my 6-hour freeCodeCamp course, learn how to use Next.js, TypeScript, and AWS Amplify to build a full stack inspirational quote generator app. You'll learn to use the ZenQuotes' API for fetching quotes and then you'll deep into state management, hooks, debugging, NoSQL database modeling, and much more…
Stacking Serverless Data Structures for a Pomodoro App on AWS
Figuring out numeric sort querying using GraphQL of NoSQL DynamoDB data. This was probably the hardest step for me in this project because at the highest level, when you are running a data stream with chaining, you affect one item and it means you must alter the other elements in the chain accordingly. TL;DR: you edit one item, so you must edit the others accordingly…
Wrangling GraphQL Data Schemas with AWS AppSync
AppSync will help you auto-build your queries and mutations based on the schema you define in your schema.graphql file. Not only does this reduce the possibility of errors in production, but it also increases your ability to turn code around faster with code generation (codegen) and auto-build sequences to configure the database, storage, and authentication privileges in the cloud based on your API endpoint in a matter of minutes. So what happens if you come across an issue where you don't see the /graphql folder in your application…
Build an Inspirational Quote Generator (AWS, NextJS, TypeScript, NodeJS) - 6 HOUR CLOUD PROJECT!
In this epic build, we're going to create a completely serverless quote generator using AWS as our cloud back-end and NextJS/TypeScript as our front-end. What you'll learn in this build is how to: Build a ~cool~ front-end for a quote generator, Write a script to fetch a random inspirational quote from ZenQuotes' API, Use AWS to generate a quote graphic for you in the cloud & then let you download the file, and Deploy live…
Why you should be learning cloud in 2023 | AWS Community Builders Program
I'm diving into how I built my career in tech and explain how the AWS Community Builders program allowed me to really dive deep into the tech ecosystem. Today's episode focuses on AWS, the community, the core benefits of the program, and how it has helped me level up as a software engineer and developer a few years ago…
AWS re:Invent 2022 Talk: "Become a Full-Stack Developer: Migrating my company from GCP to AWS"
At AWS re:Invent 2022, I delivered a 30 minute DevChat on how to become a full-stack developer through the lens of migrating my company from Google Cloud Platform (GCP) to Amazon Web Services (AWS). If you've ever... wanted to build serverless apps, wanted to start your developer journey, wanted to become a full-stack developer, or wanted an excuse to start building something on your mind... then this 30-minute talk is for you…
How to fix the Stripe SDK error: Invalid value for Stripe(): apiKey should be a string. You specified: undefined (Node.js) (Copy)
How to fix the Stripe SDK error: Invalid value for Stripe(): apiKey should be a string. You specified: undefined (Node.js)…
AWS Amplify CLI Installation Guide (M1/M2 2022 Mac Edition)
I ran into a core issue where I needed to use sudo in front of all of the AWS Amplify CLI commands, which meant I would have to put in my password EVERY SINGLE TIME I ran amplify something. I hope that this guide helps you get up and running with AWS Amplify, especially if you run into the Error: EACCES: permission denied errors that I ran into…
Learn Solidity, Web3, and Blockchain Development || 3-HOUR INTRO COURSE
In this 3 hour course, you will learn from start to finish how to write your very first Solidity smart contract, deploy it to your own local blockchain instance with Truffle, and create a dApp (decentralized application) front-end in ReactJS to interface with your deployed contract and use ETH to run transactions…