codeonedigest
codeonedigest
  • Видео 444
  • Просмотров 262 741
Uncover Google Cloud Run's Secret Power | Run Nodejs API in Cloud Run Service
In this tutorial, we will setup Google Cloud Run Service in Google Cloud Platform. We will be deploying & running Nodejs APIs in Cloud Run Serverless service. Step by step guide to setup cloud run service and run nodejs API application in serverless service.
** Google Cloud Run Serverless Service **
Cloud Run is a fully managed serverless platform that enables you to run stateless containers that are invocable via HTTP requests. Cloud Run is serverless service & it abstracts all infrastructure management, so we can focus on application logic.
In Cloud Run, your application must be run in containers that contain everything that your software needs to run including code, runtime, and system l...
Просмотров: 82

Видео

Master Google Cloud: Deploying Node JS APIs on VM
Просмотров 932 месяца назад
In this tutorial, we will create & setup Google Compute Engine Virtual Machine in Google Cloud Platform. We will be deploying & running javascript APIs in google compute engine virtual machine. We will be opening firewall port for incoming API request in VM. We will also learn how to deploy API code and run API service in google compute engine virtual machine. I will provide step by step guide ...
Nestjs MVC Project Tutorial for JavaScript Beginners| Model View Controller
Просмотров 2903 месяца назад
In This tutorial we will learn how to create model view controller MVC project in Nestjs framework. Step by step guide to setup Nestjs project initialization & setup. Coding MVC components like controller, views, model etc. Running & testing the application to validate MVC architecture. MVC Model View Controller Architecture Model-View-Controller (MVC) framework is an architectural or design pa...
Shopify Inventory Management | Manage Shopify Location & Product Inventory | Export Import Inventory
Просмотров 4994 месяца назад
In this video we will learn about Shopify Inventory Management, what is location in Shopify store. How to add new location in Shopify store. How to manage location in Shopify. How to manage product inventory for these location in Shopify and how to export, import inventory in Shopify store. Also, we will learn, how to add multiple warehouses, retail stores as location in Shopify admin console. ...
Mathematical Operations Addition Subtraction Multiplication Division by Cell Color | Excel Tutorial
Просмотров 654 месяца назад
In this tutorial, we will learn about Microsoft Excel. We will perform mathematical operation by the cell color. We will learn how to add, subtract, multiply, divide or any mathematical operation on the cell values by color. This tutorial teaches you how to write custom function or formula in MS excel. Learn how to create user defined function in ms excel. What is XLSM file XLSM - Excel Open XM...
MS Excel Formula Tutorial | Sum Cell by Color in Excel Workbook | Write Custom Formula in Excel
Просмотров 734 месяца назад
In this tutorial, we will learn about Microsoft Excel sum cell values by the color of the cells. We will learn how to sum cell values by color. This tutorial teaches you how to write custom function to sum cell values by color. Learn how to create user defined function in excel. What is XLSM file XLSM - Excel Open XML Macro-Enabled Spreadsheet. We use XLSM format to enable macro support by defa...
Add Multiple Language, Add COD Payment Method to Shopify Store | Order ID Format in Shopify Store
Просмотров 914 месяца назад
This video is for Shopify store setup. Learn how to add additional languages in shopify stores. How to add multiple language support in shopify store. Learn how to add Cash on Delivery COD payment method to shopify store. Also, learn how to customize order id format in shopify store. This tutorial video is step by step guide to setup and customize shopify store. What Is Shopify and How Does It ...
Amazon Simple Notification Service Setup | AWS SNS Explained with Example
Просмотров 5094 месяца назад
In this tutorial, we will setup amazon simple notification service to send application health notifications to the subscribers. We will learn how to create SNS topic and How to add subscribers to that topic. We will be testing Aws SNS topic by sending message on that topic. Amazon Simple Notification Service Amazon Simple Notification Service (Amazon SNS) is a web service that makes it easy to ...
Excel VLookup Function Explained with Example | Microsoft Excel VLookup Function
Просмотров 604 месяца назад
In this tutorial, we will learn about Microsoft Excel VLookup function. VLOOKUP function is a premade function in Excel, which allows searches across columns. VLOOKUP stands for ‘Vertical Lookup’. It is a function that makes Excel search for a certain value in a column (the so called ‘table array’), in order to return a value from a different column in the same row. Use VLOOKUP when you need to...
AWS CloudWatch Alarm Setup | Sending CloudWatch Alarm to AWS SNS Topic
Просмотров 3294 месяца назад
In this tutorial, we will setup AWS cloudwatch alarm & will send it on AWS SNS topic. SNS topic will deliver the message to subscribers. We will learn how to create metrics filter in cloudwatch, how to create alarm for cloudwatch metric and how to send alarm to SNS topic in amazon cloud. We will also learn how to setup AWS Simple Notification Service. AWS CloudWatch Amazon CloudWatch monitors o...
Add Staff Member to Shopify Admin Console | Adding Password Protection to Store
Просмотров 1505 месяцев назад
This tutorial demonstrates how to add staff or collaborator or team member in shopify store via admin console. Also, we will learn how to set password for shopify online store in admin console. We often have users from different teams who want to access information from shopify store. Hence, we create staff account for these users with appropriate permissions to grant them access to the informa...
Run Nestjs Microservices & Mongo Database in Docker Containers | #dockertutorial
Просмотров 1,2 тыс.6 месяцев назад
In This tutorial we will create Nestjs microservices from the begining. Learn to create docker image of Nestjs project. Learn to run Nestjs Microservices in Docker Container with Mongo database. Step by step guide to setup Nestjs project. Coding controller, provider, module, repository, entity and dto classes. Prepare Dockerfile for Nestjs project. Building docker image for Nestjs microservices...
Run Nestjs Microservices in Docker Container with Postgresql Database
Просмотров 1,3 тыс.6 месяцев назад
In This tutorial we will learn to create microservices in Nestjs framework. Learn to create docker image of Nestjs project. Learn to run Nestjs Microservices in Docker Container with Postgresql database. Step by step guide to setup Nestjs project. Coding controller, provider, module, repository, entity and dto classes. Prepare Dockerfile for Nestjs project. Building docker image for Nestjs micr...
Nestjs Mongo Database Microservice Project Tutorial for Beginners
Просмотров 4206 месяцев назад
In This tutorial we will learn how to create microservices in Nestjs framework with Mongo database as backend storage. Using mongoose ORM to connect Nestjs application with mongo database. Step by step guide to setup Nestjs project. Coding controller, provider, module, repository, entity, schema and dto classes. Running & testing the application using postman api tool. CHAPTER 0:00 Welcome to N...
Shopify Theme Extension Development to Call External API | #shopifytheme
Просмотров 1,8 тыс.6 месяцев назад
Theme app extensions development tutorial to call external API to fetch or send data from Shopify store user interface. This is step by step guide to setup Shopify Theme Extension Project and coding Shopify liquid files. Tutorial to build and deploy theme extension to Shopify store. Benefits of using theme app extensions • Theme app extensions automatically expose your app in the theme editor. ...
Nestjs Middleware Tutorial with Coding Example for Beginners | Functional & Global Middleware
Просмотров 1836 месяцев назад
Nestjs Middleware Tutorial with Coding Example for Beginners | Functional & Global Middleware
Shopify Custom APP Development to Update Products in Shopify Store
Просмотров 2,4 тыс.7 месяцев назад
Shopify Custom APP Development to Update Products in Shopify Store
Nestjs Module Tutorial with Example for JavaScript Developers | Global & Dynamic Modules
Просмотров 5067 месяцев назад
Nestjs Module Tutorial with Example for JavaScript Developers | Global & Dynamic Modules
Nestjs Microservice Project with Postgresql and TypeORM for JavaScript Developers
Просмотров 1 тыс.7 месяцев назад
Nestjs Microservice Project with Postgresql and TypeORM for JavaScript Developers
Nestjs Provider Tutorial with Example for JavaScript Developers | Dependency Injection in Nest js
Просмотров 1847 месяцев назад
Nestjs Provider Tutorial with Example for JavaScript Developers | Dependency Injection in Nest js
Terraform Tutorial & Project Setup | Create AWS EC2 Instance Using Terraform Script
Просмотров 4117 месяцев назад
Terraform Tutorial & Project Setup | Create AWS EC2 Instance Using Terraform Script
Nestjs Controller Tutorial with Example for JavaScript Developers | #nestjstutorial
Просмотров 1167 месяцев назад
Nestjs Controller Tutorial with Example for JavaScript Developers | #nestjstutorial
Shopify Theme Extension APP Development Tutorial for Beginners | #shopifytheme
Просмотров 3,2 тыс.7 месяцев назад
Shopify Theme Extension APP Development Tutorial for Beginners | #shopifytheme
Nestjs Framework Installation & Project Setup Tutorial for JavaScript Developers
Просмотров 2827 месяцев назад
Nestjs Framework Installation & Project Setup Tutorial for JavaScript Developers
TypeScript Utility Types Tutorial with Examples for JavaScript Developers | #typescripttutorial
Просмотров 817 месяцев назад
TypeScript Utility Types Tutorial with Examples for JavaScript Developers | #typescripttutorial
Create AWS SFTP Server with Amazon S3 Bucket | Setup SFTP Server in AWS | #awss3
Просмотров 2 тыс.8 месяцев назад
Create AWS SFTP Server with Amazon S3 Bucket | Setup SFTP Server in AWS | #awss3
TypeScript Generics Tutorial for JavaScript Developers | #typescripttutorial
Просмотров 858 месяцев назад
TypeScript Generics Tutorial for JavaScript Developers | #typescripttutorial
TypeScript Classes Tutorial for JavaScript Developers | #typescripttutorial
Просмотров 948 месяцев назад
TypeScript Classes Tutorial for JavaScript Developers | #typescripttutorial
TypeScript Function & Casting Tutorial for JavaScript Developers | #typescripttutorial
Просмотров 808 месяцев назад
TypeScript Function & Casting Tutorial for JavaScript Developers | #typescripttutorial
TypeScript Interface Alias Union Tutorial for JavaScript Developers
Просмотров 528 месяцев назад
TypeScript Interface Alias Union Tutorial for JavaScript Developers

Комментарии

  • @AbhishekKumarSrivastava-jp2bh
    @AbhishekKumarSrivastava-jp2bh 2 дня назад

    great work

  • @VijayVikama-b9o
    @VijayVikama-b9o 4 дня назад

    Nice one. How about calling external api with API secret key. will it not expose on browser =>inspect ==>network tab. How to secure that.

    • @codeonedigest
      @codeonedigest День назад

      @@VijayVikama-b9o yes correct, this is just an example not guideline.

  • @kashiffiroze5066
    @kashiffiroze5066 5 дней назад

    Perfect explanation

  • @forexpaveacademyevenakidca853
    @forexpaveacademyevenakidca853 7 дней назад

    Good one,..I am having error installing mongodb for putty

  • @adi36908
    @adi36908 10 дней назад

    good explanation in short duration to get an over view. we will definitely get a basic understanding of the Graphql and how to use in the project.

  • @ZeeshaFatima-mq8sd
    @ZeeshaFatima-mq8sd 10 дней назад

    Bta bhi do Fazol batein kri ja ry oo Sara time waste kr dia 😏

  • @saqibullah7286
    @saqibullah7286 15 дней назад

    GitHub repo?

  • @sarthakkulkarni7791
    @sarthakkulkarni7791 15 дней назад

    Can you please guide me that how can i add the wishlist icon on the home page on the products collection . Using theme extension. Like on home page on every product there should be wishlist icon on clicking it should be added in wishlist. I'll do the adding part. Plz tell how can i add that icon the products through vs code and theme extension. Thank you.

  • @DW293Fam
    @DW293Fam 17 дней назад

    ❤🙂👀

  • @q8g33k
    @q8g33k 17 дней назад

    You accent is horrible i didnt understand nothing

  • @floressalazardaynayazmin4763
    @floressalazardaynayazmin4763 19 дней назад

    alguna sugerencia para hacer en el servidor de windows?

  • @pankajdeshmukh6565
    @pankajdeshmukh6565 21 день назад

    thankyou

  • @rudranshnemade6299
    @rudranshnemade6299 23 дня назад

    Best Videos Sir Thank you so much...

    • @codeonedigest
      @codeonedigest 22 дня назад

      Thanks for your valuable feedback. Do like share and subscribe our channel to grow codeonedigest family.

  • @entertaiNmotivate
    @entertaiNmotivate 23 дня назад

    in mobile for search screen it use to make multiple api calls for different category i think this will be useful to make it as single request and response. Thanks sir

  • @mohankumar5072
    @mohankumar5072 25 дней назад

    Hi Pavan, H r u

  • @vijayarajan-bt5fk
    @vijayarajan-bt5fk 26 дней назад

    nice content but less view

  • @vijayarajan-bt5fk
    @vijayarajan-bt5fk 26 дней назад

    Woooooow Explanation easy to understand, Microservices design pattern collection videos are "awsume" .Thank you sir i am from Chennai

  • @santhosh285
    @santhosh285 29 дней назад

    Your explanation is very clear. Thank you.

  • @axelamoe
    @axelamoe 29 дней назад

    You mind showing an example of a pos ui extension with the capabilities to fetch data from graphql

  • @user-ry2xk6gu9n
    @user-ry2xk6gu9n Месяц назад

    Solved some of my confusion, Thanks!!!!!

  • @pho3n1xgames3
    @pho3n1xgames3 Месяц назад

    hi , is it possible to run a redis process on one container and nodejs process on other container and connect them both ? if yes, how?

  • @Ashif7044
    @Ashif7044 Месяц назад

    Hello sir read write permission Kai de last step complete nahi ho Raha

  • @Ashif7044
    @Ashif7044 Месяц назад

    Good job 👍🎉

  • @senthilnathane
    @senthilnathane Месяц назад

    Your videos are awesome and why can't promote them with the help of digital marketing.

    • @codeonedigest
      @codeonedigest Месяц назад

      Sure pls promote me. Thanks for valuable feedback. Do like share and subscribe our channel to grow codeonedigest family.

  • @atharvagholap1970
    @atharvagholap1970 Месяц назад

    This gave me a lot of clarity. Tysm

    • @codeonedigest
      @codeonedigest Месяц назад

      thanks for your valuable feedback. Do like share & subscribe our channel to grow codeonedigest family.

  • @abhishek_67
    @abhishek_67 Месяц назад

    How to deploy multiple microservice?

    • @codeonedigest
      @codeonedigest Месяц назад

      Repeat the process of creating microservice and you can run in the same EC2 instance or different EC2 instance based on traffic and your requirements

    • @abhishek_67
      @abhishek_67 Месяц назад

      @@codeonedigest thanks 🙏

  • @smtad229lad
    @smtad229lad Месяц назад

    Where is the git code for reference, you told in the video that you are going to share it.

  • @alysonramos3424
    @alysonramos3424 Месяц назад

    thanks a lot

    • @codeonedigest
      @codeonedigest Месяц назад

      Thanks for valuable feedback. Do like share and subscribe our channel to grow codeonedigest family

  • @deveshtembheker1315
    @deveshtembheker1315 Месяц назад

    Dhanyawaad Guru....❤

    • @codeonedigest
      @codeonedigest Месяц назад

      Thanks for your valuable feedback. Do like share and subscribe our channel to grow codeonedigest family

  • @user-ot7ct4gm8e
    @user-ot7ct4gm8e Месяц назад

    nice tutorial. can you please tag your GitHub as well?

  • @Nik00001
    @Nik00001 Месяц назад

    Shorts should contain, to the point information. Welcome, today I am going to explain, like share subscribe … these are big turnoffs. Try to make the shorts as crisp as possible. And also it should be around 1.5x faster than usual.

  • @SunilKumar-ps6sl
    @SunilKumar-ps6sl Месяц назад

    It is one of the best video , thanks sir

    • @codeonedigest
      @codeonedigest Месяц назад

      Thanks for your valuable feedback.do like share and subscribe our channel to grow codeonedigest family

  • @kasubamuchese6935
    @kasubamuchese6935 2 месяца назад

    Hi you should do an app where you can share,comment on documents within the system with different users of the system

    • @codeonedigest
      @codeonedigest 2 месяца назад

      Thanks for your valuable feedback. Do like share and subscribe our channel to grow codeonedigest family

  • @praveenakunuru4006
    @praveenakunuru4006 2 месяца назад

    This is more theoretical Sir, would be nice to have some practical examples.

    • @codeonedigest
      @codeonedigest 2 месяца назад

      Thanks for your valuable feedback Do like share and subscribe our channel to grow codeonedigest family

  • @arthursouza8134
    @arthursouza8134 2 месяца назад

    pretty good, your explanation was very clear, i could understand every

    • @codeonedigest
      @codeonedigest 2 месяца назад

      Thanks for your valuable feedback. Do like share and subscribe our channel to grow codeonedigest family.

  • @AndresFabbiano
    @AndresFabbiano 2 месяца назад

    Amazing! Thank you!

    • @codeonedigest
      @codeonedigest 2 месяца назад

      Thanks for your valuable feedback. Do like share and subscribe our channel to grow codeonedigest family

  • @OleksandrTsybulenko
    @OleksandrTsybulenko 2 месяца назад

    Thank you my friend for your video, you explained everything very well and step by step and it's great that at the end of the guide you showed how to delete the created resources, very few people do that, you're well done for adding it to your guide. I subscribed to you! I would also like to recommend that you definitely add the use of the Linux operating system to your tutorials, this is very important and necessary and usually everyone who is interested in network technologies uses either Mac or Linux, Windows is very sad in this case, so if you can add the use of Mac to your videos or linux. Thank you and see you in the next videos.

    • @codeonedigest
      @codeonedigest 2 месяца назад

      thanks oleksandr for your valuable feedback. Glad you liked the content and steps demonstrated in video. Yes will create video on linux OS as well. Thanks for suggestion. Thanks for subscribing our channel and do share it with your friends and colleagues.

  • @sujitkumar2196
    @sujitkumar2196 2 месяца назад

    Awesome sir can you please share code with us github link is not present in description it would be very appreciated thanks.

    • @codeonedigest
      @codeonedigest 2 месяца назад

      hi sujit, here is the GIT link with the project github.com/codeonedigest/asyncnonblockingmicroservice

  • @sujitkumar2196
    @sujitkumar2196 2 месяца назад

    Awesome tutorial but git hub link is not available can you provide us it would be very helpful.Thanks

    • @codeonedigest
      @codeonedigest 2 месяца назад

      Can you check again? Here is the GIT link. github.com/codeonedigest/asyncnonblockingmicroservice

  • @abdventures
    @abdventures 2 месяца назад

    very nice video sir

    • @codeonedigest
      @codeonedigest 2 месяца назад

      thanks for your valuable feedback. Glad to know that you liked the content. Do like share & subscribe our channel to grow codeonedigest channel.

  • @morrismanganhe1113
    @morrismanganhe1113 2 месяца назад

    Simplest Explanation!

    • @codeonedigest
      @codeonedigest 2 месяца назад

      Glad it was helpful! thanks for your valuable feedback. Do like share & subscribe our channel to grow codeonedigest channel.

  • @engineerwaseem-mj1ge
    @engineerwaseem-mj1ge 2 месяца назад

    Iam facing error --skip-broken and i am installing the mongod for the first time

    • @codeonedigest
      @codeonedigest 2 месяца назад

      Can you share more info there?

  • @jagajaga6908
    @jagajaga6908 2 месяца назад

    thank you very much!!!! Very helpfull tutorial!😀

    • @codeonedigest
      @codeonedigest 2 месяца назад

      You're welcome! Do like share & subscribe our channel to grow codeonedigest family

  • @user-he6ow9py8v
    @user-he6ow9py8v 3 месяца назад

    Real project me multithreading kese use karte hai or kaha koi example de sakte hai ya koi video bana sakte hai is topic par?

    • @codeonedigest
      @codeonedigest 3 месяца назад

      Sure. Like ETL jobs like whr u transfer data from one system to other system. Imagine u have to transfer millions of record's every day. Doing this job in single thread would take hours. But Doing that in multi thread would do that in minutes

  • @GouthamKrishnaTech
    @GouthamKrishnaTech 3 месяца назад

    Subscribed sir ❤

  • @kirane5911
    @kirane5911 3 месяца назад

    Good explanation sir

    • @codeonedigest
      @codeonedigest 3 месяца назад

      Thanks for your valuable feedback. Do like share and subscribe our channel to grow codeonedigest family

  • @faisalsayed9875
    @faisalsayed9875 3 месяца назад

    Can we update inventory in shopify from google sheet by just using API and google apps script?

    • @codeonedigest
      @codeonedigest 3 месяца назад

      Not sure if ready-made solution available. Otherwise u can create module to read inventory from google sheets and update it in shopify using api to a specific location

    • @faisalsayed9875
      @faisalsayed9875 3 месяца назад

      @@codeonedigest thanks for reply sir .. how can i create module .. please share code

  • @titangaming2470
    @titangaming2470 3 месяца назад

    most underrated video every ❤

    • @codeonedigest
      @codeonedigest 2 месяца назад

      Glad you think so! thanks for your valuable feedback. Do like share & subscribe our channel to grow codeonedigest channel.

  • @ganeshk8682
    @ganeshk8682 3 месяца назад

    subscribed.. all the best . keep doing quality videos

  • @Anilkumar-lk2uw
    @Anilkumar-lk2uw 3 месяца назад

    Thank you❤

    • @codeonedigest
      @codeonedigest 2 месяца назад

      You're welcome 😊 Do like share & subscribe our channel to grow codeonedigest channel.