AnkitforAnkit 's blogimankit.hashnode.dev·Dec 7, 2024Step-by-Step Guide to Full-Stack E-Commerce App DevelopmentDay 1 to Day 6, let's dive deeper into the project process. The goal is to build an E-Commerce application that uses AWS EC2 to host the application, Amazon RDS to store product information in a relational database, and Amazon S3 to handle product im...Learning AWS from Scratch: A Day-by-Day Guideprojects
Trushang Suthartrushang-dev.hashnode.dev·Nov 25, 2024How to Set Up AWS CLI and SDKs for Your Local EnvironmentHow to Set Up AWS CLI and SDKs for Your Local Environment Setting up the AWS Command Line Interface (CLI) and SDKs for your local development environment is an essential part of modern DevOps practices. It allows you to manage AWS resources and integ...AWS: Setup, Config, and Moresetup AWS CLI
Gedion Danielblog.gediondaniel.dev·Oct 22, 2024Integrating AWS Pinpoint with a NestJS Backend to Send Phone Verification CodesAs a developer, I’m always looking for ways to make my applications more secure and user-friendly. One of the ways to do this is by adding phone verification to ensure that users are who they say they are. In one of my recent projects, I decided to i...Amazon Pinpoint
Evanevanlovescloud.com·Oct 17, 2024Automating Data Collection from Dynamic Websites: My Journey with Puppeteer, API Fetching, and AWS LambdaIntroduction I embarked on this project to deepen my hands-on experience with AWS Lambda and JavaScript. Despite having no prior background in JavaScript, I decided to dive in headfirst because I learn best through practice. I was eager to develop n...jawa.gg
nataliein-n-out-cloud.hashnode.dev·Sep 24, 2024Choosing Between AWS SDK for Rust: from_env(), load_defaults(), or defaults()Disclaimer: Please remember those are my thoughts, and I’m only human, not your usual GPT. :) ( all the content in mine, including rare typos that I made as a human sometimes). Thank you for reading. The AWS SDK for Rust provides multiple ways to loa...2 likes·33 readsRust
Sudhanshu Sanjay Motewarsudhanshumotewar.hashnode.dev·Sep 15, 2024AWS CDK - Building Cloud Infrastructure as Code🧑💻👉 Quick Intro 🔥 There are many ways to create resources in AWS like AWS Management Console AWS CLI AWS Software Development Kit (AWS SDK) AWS Cloud Development Kit (CDK) Terraform many more… You should know AWS CloudFormation before going...11 likes·102 readsAWS
Jeevang1nagarkar.hashnode.dev·Sep 7, 2024Exploring Efficient Ways to Use AWS Beyond the AWS ConsoleAWS Management Console is the most popular way to interact with AWS, but it’s not the only option. In many scenarios, programmatic solutions are needed for faster execution, automation, or efficient resource management. Let's explore different ways t...AWSAWS
Pulkitblogs.devpulkit.in·Aug 8, 2024Simplifying Cloud Storage: Node.js and AWS S3 IntegrationI was recently working on a project(image-tweaker) that required an image upload feature. I needed a reliable storage system to store the images. After researching various options, I decided to use a cloud storage service for its scalability and ease...1 like·164 readsAWS
Aditya Panchalaudi2654.hashnode.dev·Aug 7, 2024All About Setting up, Building & Installing AWS C++ SDK from Source on Personal DeviceThis is a tutorial type article which will mostly be a step-by-step listing of instructions on how to set, build & install AWS C++ SDK from its Source Code on Local Device. Article is divided in 4 Parts A. Setting up AWS IAM Identity Center (IDC) & A...48 readsAWS
Softlancerwww.softlancer.co·Jul 12, 2024Escaping the Technical Debt TrapIntroduction Technical debt is a term that resonates deeply within the software development community. It's a metaphorical concept representing the long-term cost of choosing an easy, short-term solution over a better approach that would take longer ...technical-debt