Prograamer
Prograamer
  • 69
  • 214 950
Dynamic Carousel & PageView in FlutterFlow: Looping Firebase Query with Generate Children
In this video, I demonstrate how to handle Google Firebase Backend Query in FlutterFlow Carousel and PageView using the Generate Dynamic Children feature. We loop through a collection called meals, where each meal contains images, and display them dynamically in the app.
#flutterflow #firebase #carousel #pageview #dynamicchildren #flutterdevelopment #appdevelopment #fluttertutorial #firebasequery #google #gcp #flutter #carsousel #pageview #softwareengineering #mobiledevelopment #mobiledeveloper #googlecloud
มุมมอง: 4 282

วีดีโอ

Master AWS ECS: Docker, Docker Compose, Deploy FastAPI Apps with Seamless Service Communication
มุมมอง 7K28 วันที่ผ่านมา
This course will teach you how to Dockerize, deploy, and manage FastAPI applications on AWS ECS with a focus on seamless service communication. You’ll use Docker and Docker Compose to containerize applications, configure AWS ECS for scalable deployments, and integrate Application Load Balancers (ALB) for efficient traffic management. Additionally, you’ll explore AWS Service Connect to enable sm...
What is API, Server, Database? Understanding CRUD and HTTP Methods Explained Simply
มุมมอง 68หลายเดือนก่อน
In this video, we’ll dive into the basics of APIs, servers, and databases, explaining key concepts in simple terms. We’ll also cover CRUD operations and HTTP methods, breaking down each component with real-world examples to help you understand the fundamentals. What exactly is an API and why is it so important in modern applications? How do servers and databases work together to store and manag...
Python Pytest: Writing Test Cases, Coverage Report, XML Files, and Visualising Tests
มุมมอง 194หลายเดือนก่อน
In this video, I’ll guide you through everything you need to know about writing Python test cases using pytest. Whether you're new to testing or looking to enhance your skills, this video has you covered! Here's what you'll learn: How to write Python test cases using pytest: I'll show you step-by-step how to create and structure test cases for your Python code. How to know or find what test cas...
How to Open PyCharm from the Terminal (Equivalent to `code .` in VSCode)
มุมมอง 139หลายเดือนก่อน
Let see how to open a new Pycharm window the same way we open in Vscode for e.g. `code .` in vscode can we open it something like ''pycharm ."? Blog: medium.com/@prograamer/how-to-open-pycharm-from-the-terminal-equivalent-to-code-in-vscode-a9213a1a707e #vscode #pycharm #python #code #pythonprogramming #fastapi #django #softwareengineer #softwaredeveloper #softwaredevelopment #softwareengineerin...
Apple AirPods Pro 2 Pairing Magic: iPhone & iPad - New
มุมมอง 2.9K2 หลายเดือนก่อน
Welcome to my channel! In today's video, we'll be unboxing the brand-new AirPods Pro 2 and showing you how to seamlessly connect them to your iPhone and iPad. Whether you're a first-time user or upgrading from a previous version, this step-by-step tutorial will guide you through the effortless pairing process, ensuring you get the most out of your AirPods Pro 2's advanced features. airpods pro ...
LeetCode 387. First Unique Character in a String
มุมมอง 424 หลายเดือนก่อน
Given a string s, find the first non-repeating character in it and return its index. If it does not exist, return -1. Example 1: Input: s = "leetcode" Output: 0 Example 2: Input: s = "loveleetcode" Output: 2 Example 3: Input: s = "aabb" Output: -1 #hashtable #strings #string #counting #queue #datastructures #datastructure #leetcode #codingchallenge #codingchallenges #softwaredevelopment #softwa...
LeetCode 349. Intersection of Two Arrays
มุมมอง 684 หลายเดือนก่อน
LeetCode 349. Intersection of Two Arrays Given two integer arrays nums1 and nums2, return an array of their intersection . Each element in the result must be unique and you may return the result in any order. Example 1: Input: nums1 = [1,2,2,1], nums2 = [2,2] Output: [2] Example 2: Input: nums1 = [4,9,5], nums2 = [9,4,9,8,4] Output: [9,4] Explanation: [4,9] is also accepted. #amazon #google #ap...
LeetCode: 169. Majority Element
มุมมอง 1584 หลายเดือนก่อน
Given an array nums of size n, return the majority element. The majority element is the element that appears more than ⌊n / 2⌋ times. You may assume that the majority element always exists in the array. Example 1: Input: nums = [3,2,3] Output: 3 Example 2: Input: nums = [2,2,1,1,1,2,2] Output: 2 Follow-up: Could you solve the problem in linear time and in O(1) space? #leetcode #codewars #coding...
Path-Based Routing with AWS ALB: A Comprehensive Guide
มุมมอง 5025 หลายเดือนก่อน
Complete video with better sound quality- Master AWS ECS: Docker, Docker Compose, Deploy FastAPI Apps with Seamless Service Communication th-cam.com/video/iueRWk6h_u0/w-d-xo.html Master the technique of path-based request routing using AWS Application Load Balancers in this detailed tutorial. Discover how to efficiently direct web traffic based on URL paths to different backend services, enhanc...
Fixing AWS ALB Target Group Health Check Failures: Resolving 404 Errors
มุมมอง 1.4K5 หลายเดือนก่อน
Complete video with better sound quality- Master AWS ECS: Docker, Docker Compose, Deploy FastAPI Apps with Seamless Service Communication th-cam.com/video/iueRWk6h_u0/w-d-xo.html " Health Check Failed with these code: [404]" Encountering a 404 error during your AWS ALB Target Group health checks can be frustrating. This tutorial is designed to help you identify and resolve these issues quickly ...
Integrating ALB and Target Groups with AWS ECS Services
มุมมอง 5735 หลายเดือนก่อน
Integrating ALB and Target Groups with AWS ECS Services
Understanding AWS Target Groups: What You Need to Know
มุมมอง 2455 หลายเดือนก่อน
Understanding AWS Target Groups: What You Need to Know
Exploring AWS Application Load Balancer: How does it Work
มุมมอง 7955 หลายเดือนก่อน
Exploring AWS Application Load Balancer: How does it Work
Accessing AWS ECS Services: SSH and Curl Techniques
มุมมอง 2.3K5 หลายเดือนก่อน
Accessing AWS ECS Services: SSH and Curl Techniques
AWS ECS Service Connect: Enabling Communication Between ECS Services | aws service connect
มุมมอง 41K5 หลายเดือนก่อน
AWS ECS Service Connect: Enabling Communication Between ECS Services | aws service connect
Complete AWS ECS Deployment: From Dockerizing to Running Services
มุมมอง 3215 หลายเดือนก่อน
Complete AWS ECS Deployment: From Dockerizing to Running Services
Running Tasks in AWS ECS: A Step-by-Step Guide
มุมมอง 4495 หลายเดือนก่อน
Running Tasks in AWS ECS: A Step-by-Step Guide
AWS ECS Task Definitions: Creation and Configuration Guide
มุมมอง 3085 หลายเดือนก่อน
AWS ECS Task Definitions: Creation and Configuration Guide
Understanding AWS ECS: Architecture and Workflow Explained
มุมมอง 1955 หลายเดือนก่อน
Understanding AWS ECS: Architecture and Workflow Explained
AWS ECR Explained: Creating and Pushing to an ECR Repository
มุมมอง 2075 หลายเดือนก่อน
AWS ECR Explained: Creating and Pushing to an ECR Repository
Running a FastAPI App Locally with Docker Compose
มุมมอง 3.5K5 หลายเดือนก่อน
Running a FastAPI App Locally with Docker Compose
Setting Up the FastAPI Project: Building and Dockerizing a Users API
มุมมอง 1665 หลายเดือนก่อน
Setting Up the FastAPI Project: Building and Dockerizing a Users API
Introduction to AWS ECS: Components, Flow, and Series Overview
มุมมอง 3805 หลายเดือนก่อน
Introduction to AWS ECS: Components, Flow, and Series Overview
Easy Tutorial: Deploy Django app using Docker, docker-compose on AWS ECR and Apprunner
มุมมอง 1.4K6 หลายเดือนก่อน
Easy Tutorial: Deploy Django app using Docker, docker-compose on AWS ECR and Apprunner
Dockerize FastAPI & Jaeger in less than 5 Mins: Ultimate Observability Guide!
มุมมอง 3187 หลายเดือนก่อน
Dockerize FastAPI & Jaeger in less than 5 Mins: Ultimate Observability Guide!
FastAPI + OpenTelemetry in 5 Mins: Setup & Trace with Jaeger!
มุมมอง 2.6K7 หลายเดือนก่อน
FastAPI OpenTelemetry in 5 Mins: Setup & Trace with Jaeger!
Leetcode 1366. Rank Teams by Votes - Python Solution Coding Challenge
มุมมอง 7407 หลายเดือนก่อน
Leetcode 1366. Rank Teams by Votes - Python Solution Coding Challenge
Leetcode 359. Logger Rate Limiter - Python Solution Coding Challenge
มุมมอง 1487 หลายเดือนก่อน
Leetcode 359. Logger Rate Limiter - Python Solution Coding Challenge
Exploring Django in Real-Time E-commerce: Understanding Django Basics, Flow, and Admin Interface
มุมมอง 1178 หลายเดือนก่อน
Exploring Django in Real-Time E-commerce: Understanding Django Basics, Flow, and Admin Interface

ความคิดเห็น

  • @asifmasroor
    @asifmasroor 12 วันที่ผ่านมา

    Thank you, this is very very helpful. Can you please share which microphone and screen recording software are you using?

  • @biswajitmahanta2450
    @biswajitmahanta2450 26 วันที่ผ่านมา

    Awesome concept clarification.

    • @prograamer
      @prograamer 26 วันที่ผ่านมา

      Glad it was helpful!

  • @JumaInTech
    @JumaInTech หลายเดือนก่อน

    I cant believe it, I have spent hours on other videos but your solution fixed my problem in 2 minutes🤣🤣🤣🤣

    • @prograamer
      @prograamer หลายเดือนก่อน

      Glad it helped 😊

  • @zuowang5185
    @zuowang5185 หลายเดือนก่อน

    You are a funny Indian

    • @prograamer
      @prograamer หลายเดือนก่อน

      Hehe 😜

    • @zuowang5185
      @zuowang5185 หลายเดือนก่อน

      @@prograamer have you tried Grafana tempo

  • @AsifKhan-tq9mc
    @AsifKhan-tq9mc หลายเดือนก่อน

    I am getting request timeout while calling serviceA to serviceB , I am running services on port 8080 and 8081 . Is it the issue with security group.

  • @sehoseong
    @sehoseong หลายเดือนก่อน

    Thank you for your contents, Any way to communicate among services without restarting service?

    • @prograamer
      @prograamer หลายเดือนก่อน

      At start just try setting ExecutiveRole, TaskRole while creating the ECS task with curl installation in Dockerfile. Then next time you dont have to worry about restarting it. Hope that will be helpful and if yes you can hit that subscribe and like buttons

  • @rehantayyab82
    @rehantayyab82 หลายเดือนก่อน

    Do you have some video to install docker on windows ec2 instance ?

  • @rockydinesh7069
    @rockydinesh7069 2 หลายเดือนก่อน

    you are saviour 💯💯

    • @prograamer
      @prograamer หลายเดือนก่อน

      😊 hit that subscribe button

  • @chrisk867
    @chrisk867 2 หลายเดือนก่อน

    Couple questions if you don't mind... 1) is the font crisp in every application like safari, chrome, music, photos, calendar, etc. I had previously tried one of the Samsung 49" screens but noticed with my 2020 MacBook Pro M1 13" that the font was crisp in some apps like the Mac native ones but in chrome and depending on the website there was some fuzziness to some text, probably b/c of the lower DPI vs my LG 27" 4k monitor which is CRISP! 2) can you screen share only 1 tab/window or "virtual screen"? Not sure what to call it. But so that it doesn't look ridiculously wide? Thx for any response you can offer!

  • @scorpionaftab1
    @scorpionaftab1 2 หลายเดือนก่อน

    I want to know how kvm works with a windows laptop and a MacBook pro. I want to have both my personal and professional laptop connected to this monitor

  • @rubenslima7475
    @rubenslima7475 2 หลายเดือนก่อน

    thank you my friend

    • @prograamer
      @prograamer 2 หลายเดือนก่อน

      No worries

  • @sajliperween74
    @sajliperween74 2 หลายเดือนก่อน

    i have two service in one cluster serviceA and service B inside one vpc and using same public subnet and same security group. serviceA connected with ALB and serviceB does not connected with alb and I enable service connect of serviceB and DNS (gobackend-dev:8080) of serviceB added in env of serviceA BUT WHEN I USING curl gobackend-dev:8080 but not getting any response DNS cant able to resolve IP , can you help me to identify what's the reason ?

  • @sajliperween74
    @sajliperween74 2 หลายเดือนก่อน

    To get a response through the curl command from service connect, is it necessary terminal have execution permission?

    • @prograamer
      @prograamer 2 หลายเดือนก่อน

      Good question, you need to have two permissions and a command before hitting the curl, I am sure I have explained this in one of my videos

    • @sajliperween74
      @sajliperween74 2 หลายเดือนก่อน

      @@prograamer Actually my service A wants to connect with service B , so I enable service connect of Service B by selecting client service and enable service connect of A by selecting discovery name "Only the client option is turned on".

    • @sajliperween74
      @sajliperween74 2 หลายเดือนก่อน

      in simple my question is service A want to connect with service B, SHOULD I ONLY NEED TO ENABLE SERVICE CONNECT OF SERVICE B? and to connect do I need to modify permissions of ecstaskexcutionrole? please help me

  • @sajliperween74
    @sajliperween74 2 หลายเดือนก่อน

    the brightness of the video is low , otherwise the tutorial is best 🤍

    • @prograamer
      @prograamer 2 หลายเดือนก่อน

      Please stay tune soon I will be uploading crystal clear videos

  • @edwinjaya6483
    @edwinjaya6483 2 หลายเดือนก่อน

    Sir, for a Django application that already has a MySQL database, can I follow the same steps, or do I need to create separate images for the application and MySQL? I am experiencing an error where the Django app says the database does not exist

    • @prograamer
      @prograamer 2 หลายเดือนก่อน

      Yes Sir you can and I think you have already connected to the DB as its says database doesn’t exist if the db container is connected then you might have seen an error related to connection. Try checking whether you have database in the mysql container “Do like and subscribe it that helps me alot and meet people like you”

  • @SalmaTabassumAkbarBagwan
    @SalmaTabassumAkbarBagwan 2 หลายเดือนก่อน

    Really hard-working boy🙏

    • @prograamer
      @prograamer 2 หลายเดือนก่อน

      🙌

  • @into_the_music4207
    @into_the_music4207 2 หลายเดือนก่อน

    very helpful thank you!!

    • @prograamer
      @prograamer 2 หลายเดือนก่อน

      Cheers mate. Please do like and subscribe

  • @132shamraut8
    @132shamraut8 2 หลายเดือนก่อน

    Thank you it helps me

    • @prograamer
      @prograamer 2 หลายเดือนก่อน

      Great, if that did help. Please do subscribe

  • @baptiste-dulac
    @baptiste-dulac 2 หลายเดือนก่อน

    Thanks, exactly the video I was looking for !

  • @SalmaTabassumAkbarBagwan
    @SalmaTabassumAkbarBagwan 2 หลายเดือนก่อน

    Thanks for sharing 👍

    • @prograamer
      @prograamer 2 หลายเดือนก่อน

      Thanks for watching, please do like and share then

  • @calebjoshuacj6883
    @calebjoshuacj6883 3 หลายเดือนก่อน

    Hello I configured ecs service connect. Though my service and task definition health check is passed the instance created inside service discovery namespace is unknown.. why am I facing this issue when I configure ecs service connect

    • @prograamer
      @prograamer 3 หลายเดือนก่อน

      Make sure the namespace should be same while creating the ECS cluster and the service

    • @calebjoshuacj6883
      @calebjoshuacj6883 3 หลายเดือนก่อน

      @@prograamer thanks for replying... Both my cluster and service are under same namespace... But still health check at instance level is failed

    • @prograamer
      @prograamer 2 หลายเดือนก่อน

      @calebjoshuacj6883 check the ALB target group settings and add one of the API endpoints. I think you don’t have root endpoint “/“ which is why the health check gets failed. Do check this out Fixing AWS ALB Target Group Health Check Failures: Resolving 404 Errors th-cam.com/video/SEp-dLGOG3E/w-d-xo.html

    • @calebjoshuacj6883
      @calebjoshuacj6883 2 หลายเดือนก่อน

      @@prograamer for ECS service connect I didn't set up ALB because this service is for backend. So is it mandatory to setup ALB when we use ecs service connect

  • @SportsMode-zv4nt
    @SportsMode-zv4nt 3 หลายเดือนก่อน

    just one doubt.. if i am creating multiple target group then i can attach that ditectly to LB listner why do we need service connect?

    • @prograamer
      @prograamer 3 หลายเดือนก่อน

      If you want one service to call another one then service connect is required

  • @vannguyenn3441
    @vannguyenn3441 3 หลายเดือนก่อน

    thanks

    • @prograamer
      @prograamer 3 หลายเดือนก่อน

      No problem. Do Like and Subscribe.😇

  • @ryparker
    @ryparker 3 หลายเดือนก่อน

    smoke detector needs new batteries

  • @JustinTJohn10
    @JustinTJohn10 3 หลายเดือนก่อน

    Thank you for the easy solution.

  • @reminderclips
    @reminderclips 3 หลายเดือนก่อน

    the app runner is very easy to set up, thought it does not have a free tier. But, less effort to set it up. Thanks for the video.

  • @DhanukaIroshan
    @DhanukaIroshan 3 หลายเดือนก่อน

    u saved my day sir🥳thanku very much

    • @prograamer
      @prograamer 3 หลายเดือนก่อน

      No problem sir, please do subscribe

  • @mhamadyahya1
    @mhamadyahya1 3 หลายเดือนก่อน

    how can i communicate between private and public ecs services ? can this method work ?

    • @prograamer
      @prograamer 3 หลายเดือนก่อน

      I think yes as long as both service share same namespace.

  • @ujjayhirbhagat5489
    @ujjayhirbhagat5489 3 หลายเดือนก่อน

    Hi, I have created a apigateway project which acts like my own apigateway, I have multiple services which are running already in my ECS so now I want to call my other services through my apigateway service, in this scenario how service connect will help me? Also have subscribed to your channel.. 😇

    • @prograamer
      @prograamer 3 หลายเดือนก่อน

      Hi, haha thanks… May I knkw Why do you want apigateway on the top of your ecs services? Aren’t your services APIs? Apigateway is best for Lambda or other nano services.

    • @ujjayhirbhagat5489
      @ujjayhirbhagat5489 3 หลายเดือนก่อน

      @@prograamer hi, for some of the api's we are using lambda itself (and that is using API Gateway from AWS) but for docker based environment We just dont want to use API gateway provided by AWS so with some bit of customization we implemented apiateway with Ocelot

    • @prograamer
      @prograamer 3 หลายเดือนก่อน

      @ujjayhirbhagat5489 alright got it. Check this out docs.aws.amazon.com/apigateway/latest/developerguide/http-api-private-integration.html

    • @ujjayhirbhagat5489
      @ujjayhirbhagat5489 3 หลายเดือนก่อน

      @@prograamer Thanks.. but still want to use our apigateway to access other endpoints

  • @wofytw
    @wofytw 3 หลายเดือนก่อน

    The best tutorial for ecs service connect I found, many thanks

    • @prograamer
      @prograamer 3 หลายเดือนก่อน

      Cheers! Please do subscribe!

  • @slucas
    @slucas 3 หลายเดือนก่อน

    Well explained, thanks. I was thinking it was possible to use env file instead? As I have multiple node.js env, and it is a bit strange to have a long command line with all variable like this, Also stupid question maybe, but why those variables are not set within the build stage of the image?

  • @denis.the.dev.
    @denis.the.dev. 3 หลายเดือนก่อน

    Well explained. Thank you so much

  • @majestic.feminine
    @majestic.feminine 4 หลายเดือนก่อน

    Does the monitor have a remote control as accessory?

    • @prograamer
      @prograamer 2 หลายเดือนก่อน

      No

    • @majestic.feminine
      @majestic.feminine 2 หลายเดือนก่อน

      @@prograamer Good. The monitor I got didn't appear to have one. Unfortunately, a backlight bank of leds failed on mine. LG is taking it back, I had to go with Samsung's OLED version as they could not replace it due to supply issues. Hope you don't experience this issue. :)

    • @prograamer
      @prograamer 2 หลายเดือนก่อน

      Oh! No no, mine is perfectly fine and I have been enjoying it a lot.

  • @akshayhadkar4530
    @akshayhadkar4530 4 หลายเดือนก่อน

    Short and working tutorial 💪

    • @prograamer
      @prograamer 2 หลายเดือนก่อน

      Glad you think so! Please do subscribe.

  • @RahulVerma-mp4cu
    @RahulVerma-mp4cu 4 หลายเดือนก่อน

    while connecting with postgres DB it showing waiting status how to fix that

  • @ronaldomsjr
    @ronaldomsjr 4 หลายเดือนก่อน

    Nice one but that does not answer the problem here: repost.aws/questions/QUczl6EqoRRemvw4b6KL_kDw/ecs-service-connect-could-not-resolve-host AWS ECS messes up regarding the way the service connection works when using terraform for example as explained in the link above.

  • @out-of-sight
    @out-of-sight 4 หลายเดือนก่อน

    Thank you very much for the video. I was just about to contact the CEO of Grafana and Prometheus to address my bugs. I really liked using OpenTelemetry and Jaeger.

    • @out-of-sight
      @out-of-sight 4 หลายเดือนก่อน

      I couldn't see the "monitor" button my Jaeger dashboard tho

    • @prograamer
      @prograamer 4 หลายเดือนก่อน

      Whoa, buddy! Going straight to the CEO, huh? 😅 Glad my channel could save the day before you went full-on vigilante mode! 😂

    • @prograamer
      @prograamer 4 หลายเดือนก่อน

      Make sure to check the api endpoint should call to proper docker container name

  • @sajliperween74
    @sajliperween74 4 หลายเดือนก่อน

    Thanks

    • @prograamer
      @prograamer 2 หลายเดือนก่อน

      Welcome! Please do subscribe

  • @javedkarim
    @javedkarim 4 หลายเดือนก่อน

    The content seems to be good but video is very dark.

    • @NikhilKashyap-vp8vh
      @NikhilKashyap-vp8vh 2 หลายเดือนก่อน

      lllllllll

    • @prograamer
      @prograamer 2 หลายเดือนก่อน

      Soon I will uploading a good video with good sound.

    • @prograamer
      @prograamer 26 วันที่ผ่านมา

      Hey mate, here is a complete video with better sound quality Master AWS ECS: Docker, Docker Compose, Deploy FastAPI Apps with Seamless Service Communication th-cam.com/video/iueRWk6h_u0/w-d-xo.html

  • @johnkai2012
    @johnkai2012 4 หลายเดือนก่อน

    I specifically wanted to know how well text displays for this screen connected to a Mac so you answered my question, Thank you!

    • @prograamer
      @prograamer 4 หลายเดือนก่อน

      Yeah, before buying that I was having the same question so thought to give that review. And indeed that helped you. Do subscribe. Cheers

  • @SukanyaS-gd1fw
    @SukanyaS-gd1fw 4 หลายเดือนก่อน

    Thanks! Works as excepted.

    • @prograamer
      @prograamer 4 หลายเดือนก่อน

      Do Subscribe!

  • @srinivasand8900
    @srinivasand8900 4 หลายเดือนก่อน

    the video repated , you said like shows the emails with attchament , but nothing stated here?

    • @prograamer
      @prograamer 4 หลายเดือนก่อน

      Oh its mentioned then will be created soon. AWS SES doesn’t directly support file attachments, it has to go bia MimeMessage

  • @daraheaphy4310
    @daraheaphy4310 4 หลายเดือนก่อน

    Followed all the steps but my IP address is 54.xxx… and not 3.xxx… will this affect it? My app is not running at port 8000

  • @rakeshthakur4103
    @rakeshthakur4103 4 หลายเดือนก่อน

    content is good ..but voice is very very low...please look into it

    • @prograamer
      @prograamer 26 วันที่ผ่านมา

      Thank mate here is the video with better quality Master AWS ECS: Docker, Docker Compose, Deploy FastAPI Apps with Seamless Service Communication th-cam.com/video/iueRWk6h_u0/w-d-xo.html

  • @SachinYadav-jq8nr
    @SachinYadav-jq8nr 4 หลายเดือนก่อน

    its really very good content and you guide very well

    • @prograamer
      @prograamer 4 หลายเดือนก่อน

      Thanks! Such subscribers and comments motivate me to upload good, short and helpful content. I am working on weekend day and night, soon will be having more series! Cheers mate!

    • @calebjoshuacj6883
      @calebjoshuacj6883 4 หลายเดือนก่อน

      Hi ​@@prograamer, when I create clusters by using terraform will the namespace be created with same name as that of cluster. Or should I create namespace so the service can communicate

    • @prograamer
      @prograamer 3 หลายเดือนก่อน

      @calebjoshuacj6883 yes correct, at the time of creating an ECS cluster, if a namespace is not specified then ECS itself creates its own namespace same as ecs cluster name. It can be viewed in cloudmap

    • @SachinYadav-jq8nr
      @SachinYadav-jq8nr 3 หลายเดือนก่อน

      Hi @prograamer , i have used one nginx ECS service and two backend service behind nginx service using reverse proxy . And my ALB point to my nginx service. how we enable service connect to communicate with both backend service

  • @manuAreraa-hh4wj
    @manuAreraa-hh4wj 5 หลายเดือนก่อน

    Thank you, this was a very good playlist. The best part is that the videos are short, always to the point, practical. No BS. Expecting more such AWS videos from you...!!

    • @prograamer
      @prograamer 5 หลายเดือนก่อน

      Thanks! It really motivates me to upload more. Yeah, I have been working on some more short and practical series with roadmaps. Sooner those will be uploaded. So stay tuned and subscribe!

  • @marce487
    @marce487 5 หลายเดือนก่อน

    thanks, that was a great explanation

    • @prograamer
      @prograamer 5 หลายเดือนก่อน

      Thanks, don’t forget to subscribe 😊

  • @adarshraj638
    @adarshraj638 5 หลายเดือนก่อน

    thanks for providing this tutorial , was finding a video like this for weeks , thank you soo much , very helpful

    • @prograamer
      @prograamer 5 หลายเดือนก่อน

      Im glad that helped, please do subscribe

  • @Silas_M
    @Silas_M 5 หลายเดือนก่อน

    Thank you for this. I struggled a lot with other solutions which were not working but this was simple, short and most importantly, a working solution!!!

    • @prograamer
      @prograamer 5 หลายเดือนก่อน

      Awesome, please do subscribe if that really helped!

  • @AsifkarimKhan-m2x
    @AsifkarimKhan-m2x 5 หลายเดือนก่อน

    Bhai mein beginner hun koi tips pls

    • @prograamer
      @prograamer 5 หลายเดือนก่อน

      Sure, videos will be coming up soon