Nicolai Gram
Nicolai Gram
  • 9
  • 164 201
How to use Docker as a Development Environment (with Python and Flask)
Link to repo: github.com/nicolaigram/docker_dev_environment_python_flask
00:00 Introduction
00:45 Code Walkthrough
03:50 Attaching code editor to Docker Container
05:30 Conclusion
Переглядів: 2 817

Відео

Load Testing in Python with locust.io (Ep. 3 - Data and Failures)
Переглядів 12 тис.4 роки тому
Github: github.com/nicolaigram Twitter: NicolaiGram
Load Testing in Python with locust.io (Ep. 2 - Authentication)
Переглядів 21 тис.4 роки тому
github.com/nicolaigram/loadtesting_locustio Github: github.com/nicolaigram Twitter: NicolaiGram
Load Testing in Python with locust.io (Ep. 1 - Basics)
Переглядів 79 тис.4 роки тому
In this video we're looking at load testing. Once you get the basics it is a super simple and very useful tool to measure how much traffic your website or service can take. Source: github.com/nicolaigram/loadtesting_locustio Github: github.com/nicolaigram Twitter: NicolaiGram
Introduction to Pandas and data analysis in Python
Переглядів 1814 роки тому
00:00 Introduction 05:46 Loading pandas and data 10:00 Exploring data 16:35 Exploring data: Plotting 20:33 Saving data 22:30 Analysing data source: github.com/nicolaigram/pandas-introduction Github: github.com/nicolaigram Twitter: NicolaiGram
Javascript Fetch with Factory Pattern - Useful Tip to Bulletproof Your Code
Переглядів 1935 років тому
Github: github.com/nicolaigram Twitter: NicolaiGram
How To Use Docker Compose
Переглядів 1905 років тому
How To Use Docker Compose Github: github.com/nicolaigram Twitter: NicolaiGram
How To Containerize Your Python Application using Docker
Переглядів 49 тис.5 років тому
Source: github.com/nicolaigram/docker_python_flask Github: github.com/nicolaigram Twitter: NicolaiGram
How To Containerize Your NodeJS Application with Docker
Переглядів 575 років тому
Github: github.com/nicolaigram Twitter: NicolaiGram

КОМЕНТАРІ

  • @codebykamal2385
    @codebykamal2385 2 місяці тому

    explained so well

  • @codeX-th7cq
    @codeX-th7cq 4 місяці тому

    "This is stupid server"😂😂

  • @felipetaborda5943
    @felipetaborda5943 Рік тому

    Great explanation. Thanks!

  • @puruagni1927
    @puruagni1927 Рік тому

    Great video, so efficient! Such a great tutorial in such a short time, well done!

  • @puruagni1927
    @puruagni1927 Рік тому

    Isn't it a bad practice to name your file locust.py?

    • @zderev
      @zderev 2 місяці тому

      absolutely! don't do it.

  • @sherjeelhashmi4828
    @sherjeelhashmi4828 Рік тому

    Bro is underrated this video is amazing explanation

  • @padmanabh7031
    @padmanabh7031 2 роки тому

    Really appreciate this video, thanks a lot man!

  • @diegoamorim7465
    @diegoamorim7465 2 роки тому

    What about the issue regarding too many open files when running locust tests? Even setting ulimit -n 1000000 I still see this happening...

  • @januarypanjaitan3307
    @januarypanjaitan3307 2 роки тому

    hi, thank you very much for sharing, I wanna ask about these, have you integrated locust to your development cycle, like Jenkins or circleci?

  • @aatifnazar8203
    @aatifnazar8203 2 роки тому

    absolutely loved it

  • @akash-hf4dc
    @akash-hf4dc 2 роки тому

    Thank you so much sir, this is helps me alot

  • @tomfothergill5363
    @tomfothergill5363 2 роки тому

    Great series of videos, thanks for sharing! An episode on custom reporting would be a nice part 4

  • @johnunni85
    @johnunni85 2 роки тому

    Very clean and simple explanation

  • @alokkumar4485
    @alokkumar4485 2 роки тому

    How to stop locust when a certain number of requests is sent?

  • @unhandledexception5988
    @unhandledexception5988 2 роки тому

    very nice explanation. thank you

  • @girishraghunathan2946
    @girishraghunathan2946 3 роки тому

    As simple as it can get. A great introduction to dockerizing an app. Super!

  • @rollingwithoutag
    @rollingwithoutag 3 роки тому

    This feels like I was watching a missing key missing link in other material. Thank you.

  • @markamir407
    @markamir407 3 роки тому

    thanks for your effort doing the video , just have 2 question : 1- how to install the flask server and run it side by side with VScode as you do in the video . 2- how to create Python_dev

  • @axisstargazer891
    @axisstargazer891 3 роки тому

    Followed along but.. ImportError: cannot import name 'HttpUser' from partially initialized module 'locust' (most l doesnt worl??

  • @combardus9309
    @combardus9309 3 роки тому

    Super super helpful!! Thank you for this

  • @RolandGolla
    @RolandGolla 3 роки тому

    Thx for this nice overview and your passion!!

  • @filipkotras9472
    @filipkotras9472 3 роки тому

    Thanks

  • @SGBSFL
    @SGBSFL 3 роки тому

    You have great- videos especially the docker one.

  • @danielrch.7136
    @danielrch.7136 3 роки тому

    Awesome, but could you explain why Python does not have a file to manage the dependencies such as projects based on Java or Nodejs. I mean these pom.xml, gradle.config files or package.json?

  • @Jinjr322
    @Jinjr322 3 роки тому

    But how many concurent users can I achieve with locust and what does it depend on? For example using java Runnable/Callable interfaces i can achieve only 1 thread per 1 actual cpu core. So If i have VM with 12 vCPU i only can achieve 12 users doing some actions in parallel. What about locust?

    • @fltfathin
      @fltfathin 2 роки тому

      A bit late, you can make any number of worker/ user and only limited by open file limit because the process is asyncronous

  • @tarvinder91
    @tarvinder91 3 роки тому

    what is the usage of host which we specify before running the test?

    • @bogdankandra3487
      @bogdankandra3487 3 роки тому

      It represents the actual URL of the service you want to test.

  • @bhargavakhani4921
    @bhargavakhani4921 3 роки тому

    Is there any other ways of doing this ?

  • @bhargavakhani4921
    @bhargavakhani4921 3 роки тому

    This is the thing which I was finding for week ago.

  • @georgey.5637
    @georgey.5637 3 роки тому

    Thank you! Very helpful!

  • @rajeevprasad4466
    @rajeevprasad4466 3 роки тому

    very good video !!!!

  • @samarthgoyal8791
    @samarthgoyal8791 3 роки тому

    I get this error on running the dockerpython image. What should i do to fix it? docker: Error response from daemon: pull access denied for dockerpython, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.

  • @Andre_Henriques
    @Andre_Henriques 3 роки тому

    Please consider making more tutorial videos. You do an excellent job. Let me know if you want to discuss tutorial ideas.

  • @yaqingguo6219
    @yaqingguo6219 3 роки тому

    nice video and content! Question: if the dev container is removed, do I have to install VS code Python extension again inside a new container?

  • @__ab4520
    @__ab4520 3 роки тому

    Very good and easy explaination

  • @sameertikoo7308
    @sameertikoo7308 3 роки тому

    A great no nonsense video.

  • @kristinam2480
    @kristinam2480 3 роки тому

    I wonder if such a thing like token obtaining will trigger for every spowned user? Is it possible to share token across all the user? How can I do it? Thx

    • @eid0sman
      @eid0sman 3 роки тому

      I think if you want to share token with all users - you should get the token in on_start function, because on_start is performing only once for all users. I'm I right, Nikolai?

  • @devadarshpandit8730
    @devadarshpandit8730 3 роки тому

    I got which i am searching

  • @megharamprasad3311
    @megharamprasad3311 3 роки тому

    Is this all we need to know about load testing in locust? Please let me know.

  • @PaulTurnerChannel
    @PaulTurnerChannel 3 роки тому

    Thank you very much for providing such a simple but clear explanation, Nicolai. Very helpful!

  • @DrStrahlemann
    @DrStrahlemann 3 роки тому

    Thanks a bunch for sharing this video. Cured a major headache for me.

  • @emmanuelraj9190
    @emmanuelraj9190 3 роки тому

    Thank you Nicolai, well explained.

  • @Eldeirdro
    @Eldeirdro 3 роки тому

    Very helpful and nice and short

  • @hackwithharsha5228
    @hackwithharsha5228 3 роки тому

    Thank you, does anyone help what JMeter offers that locust doesn't ?

  • @funguy29
    @funguy29 4 роки тому

    Beautiful

  • @dron4ik86
    @dron4ik86 4 роки тому

    thank you!

  • @drakZes
    @drakZes 4 роки тому

    You don't explain this well. How do I creat a docker image? What files to use and where? I don;t knwo what you are using on your right side

  • @tempeleng
    @tempeleng 4 роки тому

    Awesome & clear guide. Thank you for showing the changing data and grouping it on the report.

  • @AllAboutJailbreak
    @AllAboutJailbreak 4 роки тому

    Would you use condo instead of docker? Or use both?

  • @williamclubs3293
    @williamclubs3293 4 роки тому

    Phenomenal. Thank you.

  • @AndreaBisello
    @AndreaBisello 4 роки тому

    a very good video. what are the limits of locust? for example running on my local machine, how can i understand i my local machine is the bottleneck? let's suppose my server is able to answer 10k requests-seconds , with locust i will try to spawn 11k users , how can i understand if my computer is ready to handle 11k users of i should move on a pool of locust running on aws ec2 instance? thanks