DevOps Academy
DevOps Academy
  • Видео 26
  • Просмотров 99 247
Quick Tutorial / How to: Environment Variables in Github Actions
Learn how to use Environment Variables in Github Actions. In this quick tutorial video, we walkthrough to create and use environment variables in Github Actions.
* * * * * * * * * * * * * * * * * * * * * * * * * *
00:00 Introduction
00:13 Workflow Scope
00:52 Job Scope
01:19 Step Scope
01:53 Test and Enjoy!
* * * * * * * * * * * * * * * * * * * * * * * * * *
Просмотров: 1 290

Видео

How to use AWS Log Insights | Hands-On Tutorial
Просмотров 23 тыс.2 года назад
Learn AWS Log-Insights with this hands-on lab. In this tutorial, we take a look at how to use the AWS Log Insights and its Query Syntax. I will show you how AWS Cloudwatch Log Insights works. * * * * * * * * * * * * * * * * * * * * * * * * * * 00:00 Intro 00:20 Why we need it 01:38 How to use it 04:30 FIELDS 05:18 PARSE 06:50 FILTER 08:08 DISPLAY * * * * * * * * * * * * * * * * * * * * * * * * * *
How to Use the Checkout Action in Github Actions
Просмотров 5 тыс.2 года назад
Learn how to use the checkout action from Github Actions, using the actions/checkout official Github Action. * * * * * * * * * * * * * * * * * * * * * * * * * * 00:00 Introduction 00:23 Why we need it? 02:01 How to use it? 02:50 Test it 03:38 Configurable Parameters * * * * * * * * * * * * * * * * * * * * * * * * * *
Hands-On: How to Create AWS custom AMI (Amazon Machine Image)
Просмотров 1,5 тыс.2 года назад
Learn how to create a custom AWS AMI (Amazon Machine Image) with this simple hands on video. We will create an EC2 instance, use that instance to create AMI and then test it together in this video. * * * * * * * * * * * * * * * * * * * * * * * * * * 00:00 Intro 00:35 Create EC2 02:51 Create custom AMI 03:50 Launch EC2 from custom AMI 04:57 Test and Compare! * * * * * * * * * * * * * * * * * * *...
Hands On: AWS Application Load Balancer | Learn ALB Tutorial
Просмотров 2,5 тыс.2 года назад
Learn how to create an Application Load Balancer with AWS in this hands on video. This is a tutorial lab showing you how to create a load balancer in AWS Console using EC2 instances as the target. * * * * * * * * * * * * * * * * * * * * * * * * * * 00:00 Introduction 00:24 Create EC2 Targets 01:56 Install Nginx 03:18 Create ALB 05:15 Test and Enjoy! * * * * * * * * * * * * * * * * * * * * * * *...
Coding Challenge: Reduce Code using Filter in Python
Просмотров 9712 года назад
This coding challenge shows you how you can reduce code in your Python scripts using a simple tool called filter in Python. You will learn step-by-step on how to use filter and how to solve this coding challenge. * * * * * * * * * * * * * * * * * * * * * * * * * * 00:00 Intro 00:31 Why Refactor? 01:52 Step-1: Filter IF condition 04:22 Filter Split and Strip 06:07 Recap * * * * * * * * * * * * *...
How to Use Python in Github Actions (Shell in Github Actions)
Просмотров 1,1 тыс.2 года назад
A tutorial on how you can use a different shell in Github Actions, e.g., Python or PowerShell. Learn with example code how to use Python or Powershell. * * * * * * * * * * * * * * * * * * * * * * * * * * 00:00 Intro 00:19 Shell 01:00 Using Python 02:06 Multi-Line Python 02:41 PowerShell 03:58 Recap * * * * * * * * * * * * * * * * * * * * * * * * * *
Github Actions Intro: How To Write A Workflow
Просмотров 9742 года назад
This video gives you an intro to the CI/CD platform/tool of Github Actions. We will learn with a very simple example how to write workflows in YAML format and how to run them. * * * * * * * * * * * * * * * * * * * * * * * * * * 00:00 Intro 00:36 Write a Workflow 01:19 Workflow: Components 02:09 Job: Components 03:07 Run the Workflow 04:23 Recap * * * * * * * * * * * * * * * * * * * * * * * * * *
Why Python Can Be Weird! (Reason#2 With Coding Examples)
Просмотров 9012 года назад
In this video, we take a look at why sometimes python can be weird, with typing hints. We take a look at some strange behaviors of Python programming language, and explain these with coding examples. * * * * * * * * * * * * * * * * * * * * * * * * * * 00:00 Introduction 00:26 Changing the Type 01:52 Why Types Ignored? 02:23 Recap * * * * * * * * * * * * * * * * * * * * * * * * * *
Why Python Can Be Weird! (Reason#1 With Coding Examples)
Просмотров 7222 года назад
In this video, we take a look at why sometimes python can be weird, with global scope. We take a look at some strange behaviors of Python programming language, and explain these with coding examples. * * * * * * * * * * * * * * * * * * * * * * * * * * Chapters: 00:00 Introduction 00:30 Test the Code 01:13 Access works but... 02:10 Solution: GLOBAL keyword * * * * * * * * * * * * * * * * * * * *...
Is Python Better Than JavaScript? 5 Unbelievable Reasons With Coding Examples
Просмотров 1,2 тыс.2 года назад
Coding examples to show you why Python is better than Javascript. We take a look at 5 reasons with examples showing you why Python is better. Unbelievable examples in VS Code, showing both JavaScript and Python code. 00:00 Intro 00:27 1. Simplicity 02:49 2. Typing 04:55 3. AI/ML 06:49 4. Data Types 08:53 5. Salary & Popularity
Learn YAML in 5 Minutes (Beginner Tutorial)
Просмотров 1,7 тыс.2 года назад
Learn YAML in 5 Minutes (Beginner Tutorial)
Make a REST API (5-Minute Challenge)
Просмотров 1,5 тыс.2 года назад
Make a REST API (5-Minute Challenge)
How to Write AWS Lambda Function in Python
Просмотров 1,2 тыс.2 года назад
How to Write AWS Lambda Function in Python
Coding Interview Questions: List vs Set in Python
Просмотров 7863 года назад
Coding Interview Questions: List vs Set in Python
AWS S3 Bucket Public Access
Просмотров 19 тыс.3 года назад
AWS S3 Bucket Public Access
Install Django on Windows 10 (1-Minute Tutorial)
Просмотров 4453 года назад
Install Django on Windows 10 (1-Minute Tutorial)
How to Make a Free Website with AWS S3
Просмотров 1,3 тыс.3 года назад
How to Make a Free Website with AWS S3
Make a Django Website in Windows10 (Tutorial 2021)
Просмотров 1,2 тыс.3 года назад
Make a Django Website in Windows10 (Tutorial 2021)
How to Undo, Redo in Nano editor.
Просмотров 1,4 тыс.3 года назад
How to Undo, Redo in Nano editor.
Copy, Paste text in Nano editor
Просмотров 17 тыс.3 года назад
Copy, Paste text in Nano editor
Learn Nano Editor in 1 Minute!
Просмотров 1803 года назад
Learn Nano Editor in 1 Minute!

Комментарии

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

    Was wondering if it was possible to run a query on total unique user login sessions on a server. Not total logins.

  • @VishalMK-i4f
    @VishalMK-i4f Месяц назад

    Thanks, really helpful.

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

    Is there a cost associated with a custom image?

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

    simple and best

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

    can i copy from nano file and paste it somewhere else like in my word file or google?

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

    Thank you. I was really hoping to find out how you could copy text inside nano, like in a cronjob list and paste it in the command line. This doesn't work like that.

  • @Chris-nq3ri
    @Chris-nq3ri 3 месяца назад

    yeah but how can I past into any separate word file??? cmon

  • @cesarbranco1889
    @cesarbranco1889 5 месяцев назад

    Nowdays its not working anymore. Miss something at least for me

  • @RomanGlaz-u3b
    @RomanGlaz-u3b 5 месяцев назад

    this code will clone the main branch , how can I clone from specific one ?

  • @LokeshGola-p6z
    @LokeshGola-p6z 6 месяцев назад

    Very nice explanation, it helped me a lot. Please keep posting such videos 👍

  • @brucebaker744
    @brucebaker744 8 месяцев назад

    gangser video ✊🏾

  • @VarshaShirole-vz8fk
    @VarshaShirole-vz8fk 8 месяцев назад

    Thank you

  • @harikrishnanv6233
    @harikrishnanv6233 8 месяцев назад

    Watched many videos for this, finally a clear explanation. Thanks a ton

  • @chvorost84
    @chvorost84 8 месяцев назад

    thanks

  • @isahilliogluu
    @isahilliogluu 8 месяцев назад

    The checkout action mystery is finally unrevealed. Thank you!

  • @maxnoish
    @maxnoish 10 месяцев назад

    You are awesome. Thanks

  • @NickHope
    @NickHope 10 месяцев назад

    Welcome to the 1970s

  • @gondaliarajen7572
    @gondaliarajen7572 11 месяцев назад

    Your videos are really good!! Just a request, could you make videos on GitHub action docs such as run-name, github.ref, workflow, context, etc... Where to use, what's the output and how to configure (snytax), etc.. Thank you.

  • @bilza2023
    @bilza2023 11 месяцев назад

    a simple a great explanation.

  • @leamon9024
    @leamon9024 Год назад

    Hi, thanks for sharing. Is log insights free to use?

  • @abhijaysaraswat2833
    @abhijaysaraswat2833 Год назад

    Very nice introduction thanks a lot.

  • @oybekdevuz
    @oybekdevuz Год назад

    you are my Hero i have been search this 2 days. Thank you very much

  • @snipghost86-dx6fe
    @snipghost86-dx6fe Год назад

    Thanks bruv it really helpful

  • @swaminathbera6407
    @swaminathbera6407 Год назад

    Thank you sir! I was finding out so difficult, but you made my day.

  • @Abhishek-tx4er
    @Abhishek-tx4er Год назад

    steps: - name: Checkout uses: actions/checkout@v3 with: ref: ${{ github.head.sha }} what does the ref mean?

  • @Abhishek-tx4er
    @Abhishek-tx4er Год назад

    Thankyou, i finally understand it

  • @gbisaga
    @gbisaga Год назад

    Really good introduction on log insights.

  • @mayanksingh9923
    @mayanksingh9923 Год назад

    Easy and simple, good explanation.

  • @adiltariq7267
    @adiltariq7267 Год назад

    so what are @v1, @v2 , @v3

  • @ChiranthMurthy
    @ChiranthMurthy Год назад

    hi , how can we fetch the data from Iot core to get list of registered device and active and inactive status in logs or metrics?

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

      You can capture the connect calls and disconnect calls if you're using cw logs. However I think a better way would be to create a dynamic thing group with a connected:true query, so whenever a device is connected it automatically gets added to the group, and then when it's disconnected, it is removed from the group from the group.

  • @prakhardubey_
    @prakhardubey_ Год назад

    I'm grateful for the video. It matched my needs precisely.

  • @ArjunTiwari91
    @ArjunTiwari91 Год назад

    Hi for my particular logs the filter query is not able to group up the parameter i am passing in it

  • @mrowox
    @mrowox Год назад

    Simple and Straight forward. Thank you very much

  • @douglowrey_discoverpurpose
    @douglowrey_discoverpurpose Год назад

    Awesome still!

  • @caz2306
    @caz2306 Год назад

    Finally! Thanks

  • @sandeepsingh-zk3yj
    @sandeepsingh-zk3yj Год назад

    Thanks

  • @TrevorHigbee
    @TrevorHigbee Год назад

    Very helpful. So simple to demonstrate using the LS command before and after. Thank you for the time. you put into this.

  • @vash6249
    @vash6249 Год назад

    the best explanation, thanks mate!

  • @kesc23
    @kesc23 Год назад

    Amazing

  • @wishfish7594
    @wishfish7594 2 года назад

    Love it! ❤️

  • @logeshappusamy8237
    @logeshappusamy8237 2 года назад

    May i get your contact

  • @logeshappusamy8237
    @logeshappusamy8237 2 года назад

    Hi Bro. teachings are Suprb

  • @thedevopsacademy
    @thedevopsacademy 2 года назад

    Let me know in comments if any questions. I am happy to help. 🙂

  • @KitabeShayari
    @KitabeShayari 2 года назад

    So cool 😍 👏

  • @dotpi5907
    @dotpi5907 2 года назад

    That's the best description of the checkout action I've seen, thanks!

  • @raviram8804
    @raviram8804 2 года назад

    Hi, I have one question why we need stop the server before taking Ami?

    • @thedevopsacademy
      @thedevopsacademy 2 года назад

      It's recommended to stop it because of data integrity. You can also do it without, but it's not recommended.

  • @thedevopsacademy
    @thedevopsacademy 2 года назад

    Let me know if any questions. I will be happy to help.

    • @vaibhavjain1in
      @vaibhavjain1in Год назад

      Looking to filter message based on one of the word within message text, can we achieve this?

    • @dynamicdivyavlogs8101
      @dynamicdivyavlogs8101 Год назад

      How to join two cloud watch log events based on logstream

  • @thedevopsacademy
    @thedevopsacademy 2 года назад

    Let me know if any questions. I am happy to help.

  • @Premsharma-lj6jr
    @Premsharma-lj6jr 2 года назад

    great tutorial

  • @thedevopsacademy
    @thedevopsacademy 2 года назад

    Let me know if any questions here in the comments. I am happy to help! 🙂