CreativeJE
CreativeJE
  • 211
  • 1 684 973
How to manage AWS SES email templates & send emails?
What if I told you, you could send 10,000 emails for just a $1?
Would you believe me?
Yeah, I didn't think so.
Check out AWS Mail: awsmail.app
The missing SES template manager.
Become an AWS expert - learnaws.io
Stay ahead of CZcams.
Be the first one to know what's cooking in my backyard at -
LinkedIn - www.linkedin.com/in/shivamjoker/
Instagram - jokershivam
Discord - dis.creativeshi.com
Twitter - ShivamJoker
zhlédnutí: 39

Video

Calculating DynamoDB prices was NEVER this easy!
zhlédnutí 63Před měsícem
Are you really using AWS calculator, or just pretending to? Do these terms confuse you and put you in the mental hospital? RCU, WCU, RRU, WRU. Well that changes today with the simplified DynamoDB calculator which I built this week. DynamoDB calculator link - learnaws.io/aws-calculator/dynamodb Stay ahead of CZcams. Be the first one to know what's cooking in my backyard at - LinkedIn - www.linke...
AWS EC2 calculator is SCARY. Here is how I "FIXED" it.
zhlédnutí 40Před měsícem
Amazon EC2 Calculator (the hardest calculator I've ever made) Did you think I was done building calculators? Hell naw. EC2 calculator link - learnaws.io/aws-calculator/ec2 This Amazon EC2 calculator took me two days, 5 meals and almost zero washroom breaks to develop. Zero AI too. (AI couldn't make this calculator in a million years, even if it wanted) Why was this Amazon EC2 Calculator SO HARD...
Generating HTML on the Lambda
zhlédnutí 79Před 2 měsíci
Check out my course and free blogs at learnaws.io You are into MERN. Who isn't? You can parse JSON. Who can't? This is what MOST can't : - Host dynamic websites - Work with API Gateway headers - Use Cloud9 IDE on AWS - Know when to send UTF8, and when application/json - Deploy globally using Lambda @ Edge - Use ReactJS, SolidJS or whatever you want - Create Lambdas and integrate with API Gatewa...
Intro to S3 & Creating Buckets
zhlédnutí 17Před 2 měsíci
Check out my course and free blogs at learnaws.io You know about the 3 Rs - Reduce, Reuse, Recycle. Now learn about the 3 Ss - Simple Storage Service. Amazon S3. Why is it named so? Why does it have buckets? And why do I need to create one? Chill. This video teaches you that: - S3 stores anything (yes, your big 'HOMEwork' folders too) - S3 is cheap (not even a dollar, maybe a cent) - S3 is your...
Check DNS Records Using dig CLI
zhlédnutí 45Před 2 měsíci
Check out my course and free blogs at learnaws.io Do you know how to dig deep? I can. Whoa, stay right there. I was talking about the dig CLI command. This command can dig really deep. From your DNS records to IP addresses - the dig command can find anything. ANYTHING. It's kinda like hacking. You a good kid? Don't click on this video. You a nerd? Well, you have already clicked on this video, m...
Where to use Amazon DynamoDB | The NoSQL vs SQL dilemma
zhlédnutí 15Před 3 měsíci
Check out my course and free blogs at learnaws.io You know SQL. I mean, everyone on Earth knows SQL by now. And, you also know DynamoDB! Good for you. But where do you actually use Amazon DynamoDB over SQL now? - Searching - Analytics - Single-table design needs - PartiQL - Primary Key constraints with sorting enabled - Maintaining data integrity - Validation (Zod or JSON) - Data types (string,...
Create and understand On Demand DynamoDB Table using AWS Console
zhlédnutí 25Před 3 měsíci
Check out my course and free blogs at learnaws.io We don't do small talk. We do hands-on. We create DynamoDB tables, insert data into the tables, retrieve the data. Be careful while watching this video. You might learn everything about: - Partition Keys - Sort Keys - Indexes - Primary Keys - Read Capacity Units (RCUs) - Write Capacity Units (WCUs) - Updating a DynamoDB table - Standard vs Provi...
Add Custom domains to EC2 using Route 53 DNS A Record
zhlédnutí 67Před 3 měsíci
Check out the rest of this course and free blogs at learnaws.io You know what a DNS is. It ... um ... puts names to IP addresses. How do you do that for your own website? The short answer is DNS routing. In this video, you learn how to: - Stop exposing and updating your EC2 instance's public IP with Route 53 - Add an Amazon Route 53 record to redirect IP traffic to custom domain - Create subdom...
Think you really know how the internet works?
zhlédnutí 36Před 3 měsíci
Check out my course and free blogs at learnaws.io You might have heard about the Internet. Heck, you're using that to watch my CZcams video. You might even be interested in knowing about the Cloud. I'd tell you ... But first, You need to know the basics. We're starting now, with: - How the Internet Actually Works - How to send HTTP requests to a server from your Terminal - How to use Terminal c...
Explain Cloud Like I'm 5
zhlédnutí 17Před 3 měsíci
Check out my course and free blogs at learnaws.io You might have heard about the Internet. Heck, you're using that to watch my CZcams video. You might even be interested in knowing about the Cloud. I'd tell you ... But first, You need to know the basics. We're starting now, with: - Aren't clouds just, clouds? - What are server racks or wires? - Hard disks, RAMs and CPUs in cloud - Raspberry Pi ...
Launching Your First EC2
zhlédnutí 30Před 3 měsíci
Check out the rest of this course and free blogs at learnaws.io What's an EC2 anyways? How do I launch it? Is it a rocket? In this video, you learn how to: - Create an EC2 instance from AMIs (Amazon Machine Image) - Select an instance type (t2.micro, t2.nano etc.) for your needs - Connect to your instance via SSH key pairs - Configure EBS / EFS for EC2 storage - OpenSSH login Basically, why EC2...
What makes up a backend server ft. HTTP
zhlédnutí 92Před 3 měsíci
Check out my course and free blogs at learnaws.io Websites have a frontend, AKA the side you see. Websites also have a side you don't see, *ahem* the backend. Heck. Without a backend, CZcams won't know which video to load. You might even be interested in building your own backend server. I'd teach you ... But first, You need to learn about: - The Lorem Ipsum Placeholder of Websites (Example.com...
Test CloudWatch Alarm with Lambda
zhlédnutí 29Před 3 měsíci
Check out the rest of this course and free blogs at learnaws.io In this video, I DDoS-attacked my own Lambda function. Yes, to test if our CloudWatch alarm's working or not. The Lambda function generates a QR code for us. If I refresh this page 10 or more times, I should get an email from my Amazon CloudWatch, or an SMS saying that my Lambda got attacked, with its region N. Virginia in the text...
Explain API Routing like I'm 5 (ft. La Pinos Pizza)
zhlédnutí 28Před 3 měsíci
Check out my course and free blogs at learnaws.io You can route a stranger to the nearest pizzeria. I hope. Do you know how to route API requests? You think you're just ordering your 326th pizza. But you don't know - it's just APIs. APIs, which can make or break your pizza order status. You still have time. Learn how custom API Gateway routing gets done. A meager 2 minutes to be exact - to watc...
How to send messages with Telegram bot (Hands-on)
zhlédnutí 734Před 3 měsíci
How to send messages with Telegram bot (Hands-on)
Building a Static Website with Astro
zhlédnutí 113Před 3 měsíci
Building a Static Website with Astro
Serverless - You are doing it WRONG!
zhlédnutí 336Před 3 měsíci
Serverless - You are doing it WRONG!
I made my Lambda go faster - Go AWS Lambda Tutorial
zhlédnutí 579Před 4 měsíci
I made my Lambda go faster - Go AWS Lambda Tutorial
Top 10 Free AWS Resources - Learn AWS for FREE
zhlédnutí 109Před 4 měsíci
Top 10 Free AWS Resources - Learn AWS for FREE
I almost got scammed by the biggest Auth provider
zhlédnutí 62Před 6 měsíci
I almost got scammed by the biggest Auth provider
AWS Serverless Grocery Store Project in DynamoDB
zhlédnutí 201Před 10 měsíci
AWS Serverless Grocery Store Project in DynamoDB
Adopting AWS the Modern way with Serverless - Now on Udemy
zhlédnutí 370Před rokem
Adopting AWS the Modern way with Serverless - Now on Udemy
Forms are dead. Long lived GitHub issues.
zhlédnutí 228Před rokem
Forms are dead. Long lived GitHub issues.
How to configure AWS CLI | Windows, Linux & Mac tutorial
zhlédnutí 347Před rokem
How to configure AWS CLI | Windows, Linux & Mac tutorial
Intro to AWS - Free Zoom Session Recording
zhlédnutí 313Před rokem
Intro to AWS - Free Zoom Session Recording
Master AWS by Building Your Dream Project in 2023
zhlédnutí 180Před rokem
Master AWS by Building Your Dream Project in 2023
Astro CLI is the Best
zhlédnutí 897Před rokem
Astro CLI is the Best
AWS S3 CLI tutorial - 5 Commands to Make You a Pro!
zhlédnutí 264Před rokem
AWS S3 CLI tutorial - 5 Commands to Make You a Pro!
Generate Thumbnails with ReactJS & AWS Lambda
zhlédnutí 943Před rokem
Generate Thumbnails with ReactJS & AWS Lambda

Komentáře

  • @nickrees4706
    @nickrees4706 Před dnem

    You are a lunatic 😂

  • @dev_insights783
    @dev_insights783 Před 2 dny

    I generally use macro but this is helpfull for longer enum types anyway thanks

  • @ajibadeyakubadebare2169

    I love this 😅😅😊 Thank you

  • @akash-kumar737
    @akash-kumar737 Před 7 dny

    I use Zoho Zeptomail that cost Rs150 for 10,000 transactional mail.

  • @raregfx
    @raregfx Před 13 dny

    Do you know how to prevent VS Code to automatically trying to install VS Code Server on remote host. My remote host is overprotected and my user account doesn't have privileges to install that. I just want to connect SSH remotely and edit files, that's it.

    • @CreativeJE
      @CreativeJE Před 10 dny

      Then just use normal open ssh and use vim/Neovim to edit the files inside the session.

  • @AKKarthikeyan-vi5yd
    @AKKarthikeyan-vi5yd Před 16 dny

    Thank you very much it is working

  • @dileepnagendra8199
    @dileepnagendra8199 Před 16 dny

    Awesome !!

  • @Usama_2545
    @Usama_2545 Před 28 dny

    Waste of time

  • @laurentcharles7179
    @laurentcharles7179 Před 29 dny

    Thanks for sharing, that really helps ! Just keep uploading more and more useful and informational videos, thanks !

  • @zmarbz
    @zmarbz Před měsícem

    Nice.

  • @blackopsgaming1417
    @blackopsgaming1417 Před měsícem

    How to download?

  • @likithgannarapu8454
    @likithgannarapu8454 Před měsícem

    cv2.imshow() is not supported what is the solution?

  • @user-li7yt4mb9i
    @user-li7yt4mb9i Před měsícem

    ❤❤❤

  • @BeautyIsObjective
    @BeautyIsObjective Před měsícem

    Classic Indian Tutorial 😂

  • @Struggle_Man99
    @Struggle_Man99 Před měsícem

    Lol what 😂

  • @Justmaybe..-..1144
    @Justmaybe..-..1144 Před měsícem

    bro your video help me

  • @kenm8797
    @kenm8797 Před 2 měsíci

    Can one install node 20 nvm on windows 7

  • @tarvarsmarlon181
    @tarvarsmarlon181 Před 2 měsíci

    This works! Thank so much

  • @nickwoodward819
    @nickwoodward819 Před 2 měsíci

    Hi there, great video! Can you link the script for the images or the service you use to convert the types/resolutions please? Also would you recommend this way over using astro's Picture and Image components? Thanks! *edit: oh, image magic :)

    • @CreativeJE
      @CreativeJE Před 2 měsíci

      Yes please use Astro image and picture component from astro:assets. It's out from beta. They'll automatically resize and convert it into different formats for you.

    • @nickwoodward819
      @nickwoodward819 Před 2 měsíci

      @@CreativeJE Thanks for the reply! Is it as good though? It doesn't seem to allow multiple source images for different screen sizes (ie image A for mobile, image B for desktop), and they seem to recommend density over the widths array? I'm not very experienced with the Picture tag, but that seems like it would still serve an overly large image to a mobile screen. Could be completely wrong though!

    • @CreativeJE
      @CreativeJE Před 2 měsíci

      @@nickwoodward819 you need picture tag and I have made video on how to use it to load image with specific widths based on the screen sizes, check it out. The picture will keep all the image sources along with data to which one to load on how much width and dpr.

    • @nickwoodward819
      @nickwoodward819 Před 2 měsíci

      @@CreativeJE Thanks for the reply - I was more referring to changing the image entirely, known as the 'art direction problem' (on mdn at least!). It's something you can do in a normal picture tag, but it's not described in the astro docs :/

  • @user-li7yt4mb9i
    @user-li7yt4mb9i Před 2 měsíci

    ❤❤❤❤

  • @snoudev
    @snoudev Před 2 měsíci

    Really love the edit and the humor on the video, I subs 😜😜😜 keep it up

  • @user-ju6oh9jv8g
    @user-ju6oh9jv8g Před 2 měsíci

    Thanks bro. I tried to figure this out for days and you helped me in one video.

  • @R9CREATIONS
    @R9CREATIONS Před 3 měsíci

    😂😢😂😅😂😅😂

  • @verypdf
    @verypdf Před 3 měsíci

    Thank you for the informative video! If you need to remove a password from a PDF file after adding one, VeryPDF offers a PDF Password Remover software. This tool efficiently removes passwords and printing restrictions from PDF files. It operates entirely offline, ensuring your convenience. Enjoy the seamless experience!

  • @channelname9468
    @channelname9468 Před 3 měsíci

    Why this bro talking in slow motion

  • @helpmepls5698
    @helpmepls5698 Před 3 měsíci

    Or you can just download the fasteners plugin and job done in 1 minute

  • @blacklinkker5679
    @blacklinkker5679 Před 3 měsíci

    nice video o/

  • @user-li7yt4mb9i
    @user-li7yt4mb9i Před 3 měsíci

    ❤❤❤

  • @I_think_its_funny
    @I_think_its_funny Před 3 měsíci

    lol that was refreshing for a tech video

  • @tiny_mystery
    @tiny_mystery Před 3 měsíci

    😂😂

  • @punithraj5478
    @punithraj5478 Před 3 měsíci

    Do a crash course on how u edit ur videos on kdenlive?

    • @CreativeJE
      @CreativeJE Před 3 měsíci

      I use Davinci Resolve to edit videos. I tried Kdenlive, but it wasn't good enough for my needs.

    • @punithraj5478
      @punithraj5478 Před 3 měsíci

      @@CreativeJE oh, can u provide s few resources from where we can learn few stuffs in that?

  • @LinacchiUwU
    @LinacchiUwU Před 4 měsíci

    From this tutorial it looks like it's 1 project = 1 lambda. Do you have some pointers into making this 1 project = many lambdas that share common code? I thought about creating a folder where I'd store all of the lambdas separated into directories: functions/func1/handler.go, functions/func2/handler.go, each with their own separate package main. At the same time, I'd create helper packages: utils/utils.go. Then, I thought about creating either a script or a makefile as you suggested that would package every function and send it off to lambda. Do you think it's a good idea? Or maybe you have something else you'd recommend?

    • @CreativeJE
      @CreativeJE Před 4 měsíci

      Yes, 1 project = 1 Lambda will make you end up with fat Lambdas. It's great that you thought about this in the early stages of your project on having multiple Lambda for different operations. This is definitely possible with AWS CDK. Can you shoot me a quick email at shivam@learnaws.io? I will help you out with your actual usecase.

  • @mariafurfaro4636
    @mariafurfaro4636 Před 4 měsíci

    The background music is obnoxious.

  • @subhrakantimojumder4048
    @subhrakantimojumder4048 Před 4 měsíci

    thank you brother

  • @user-li7yt4mb9i
    @user-li7yt4mb9i Před 4 měsíci

    ❤❤❤❤

  • @user-li7yt4mb9i
    @user-li7yt4mb9i Před 4 měsíci

    ❤❤❤❤

  • @MOHSEN4142
    @MOHSEN4142 Před 4 měsíci

    bro u are so cringe

  • @enabonobo3584
    @enabonobo3584 Před 4 měsíci

    Helpful but very cringe.

  • @spydergs07
    @spydergs07 Před 4 měsíci

    Perfect! Got mine connected and coding away!

  • @subhashgowda8999
    @subhashgowda8999 Před 4 měsíci

    hello missed you. keep uploading

  • @jssdvv
    @jssdvv Před 4 měsíci

    Good tutorial, thank you

  • @dadawald6515
    @dadawald6515 Před 5 měsíci

    hi I have this problem app Not signed by Google Play how can I solve it

  • @jibrriel
    @jibrriel Před 5 měsíci

    Your voice is so annoying.

  • @patrick93ferreira
    @patrick93ferreira Před 5 měsíci

    Do more videos like this

  • @fredgraphix6656
    @fredgraphix6656 Před 5 měsíci

    because of this i had to hit a like and subscribe button

  • @sirflickka1511
    @sirflickka1511 Před 5 měsíci

    Nice

  • @user-bt5wh5eh4x
    @user-bt5wh5eh4x Před 5 měsíci

    nice

  • @technicalupdate8712
    @technicalupdate8712 Před 5 měsíci

    bhai aaisa kar tu gana baja le bol baad mein liyo