LimeGuru
LimeGuru
  • Видео 115
  • Просмотров 933 487

Видео

Docker Image Layers - Learn In 8 Minutes | How Docker Creates Layers In Docker Images
Просмотров 3,6 тыс.2 года назад
In this session you will learn the concept of Docker layers in Docker images, how Docker creates different layers from Docker file, Docker layer stacking concepts and why Docker layers are useful. #docker #cloud
Learn Hadoop YARN Resource Manager In 20 Minutes | Yarn Tutorial For Beginners
Просмотров 6 тыс.2 года назад
In this session you will learn about basics of Hadoop yarn resource manager, yarn components, yarn architecture, yarn resource manager, yarn application manager,yarn scheduler, node manager, application master and container. #yarn #hadoop #bigdata
Learn AWS LIGHTSAIL In 12 Minutes | AWS LIGHTSAIL Tutorial For Beginners
Просмотров 3232 года назад
You will learn AWS LIGHTSAIL in this session including what is AWS LIGHTSAIL, when to use AWS LIGHTSAIL, aws LIGHTSAIL features, aws LIGHTSAIL benefits and more. #aws #lightsail #cloud
Learn Jenkins X In 10 Minutes | What Is Jenkins X | Jenkins X Tutorial For Beginners
Просмотров 2,8 тыс.2 года назад
You will learn about Jenkins X in this video session which covers what is Jenkins x, Jenkins x architecture, Jenkins vs Jenkins x, Jenkins x plugins and extensions, cicd in cloud application etc. #jenkinsx #cicd #cloud
Learn RabbitMQ In 30 Minutes | RabbitMQ Tutorial In Python For Beginners (Hands-on Tutorial)
Просмотров 15 тыс.3 года назад
This is rabbitmq tutorial for beginners to learn what is rabbitmq, basics of rabbitmq, how to send and receive messages in rabbitmq, how to use rabbitmq for event driven architecture and communication between microservices, how to use rabbitmq for pusblisher subscriber applications. All concepts are explained with hands on code examples in python. GITHUB CODE URL: github.com/limegurutech/exampl...
Learn DVC In 20 Minutes | What Is DVC | DVC Tutorial For Beginners (Hands-on Tutorials)
Просмотров 8 тыс.3 года назад
This is DVC Tutorial for beginners where you will learn what is dvc, how to build machine learning pipelines using dvc, how to track hyper parameters, machine learning dataset, model artifacts using dvc and how to reproduce machine learning pipelines using DVC and how you can implement mlops using dvc for the model development and tracking lifecycle. We will also learn about caching, DVC Dag's ...
[Live Demo] Text To Speech in Python | Python TTS Library PYTTSX3 | Convert Text To Audio In Python
Просмотров 1,4 тыс.3 года назад
In this session you will learn how to convert text to speech or audio using python library pyttsx3. GITHUB CODE URL - github.com/limegurutech/examples/tree/main/python/text-to-speech Limeguru Website: www.limeguru.com LimeGuru RUclips Channel ruclips.net/user/limeguru Limeguru Facebook Page limeguru/
Learn Dask Dataframe In 10 Minutes | Dask Dataframe Tutorial For Beginners (Hands-on Tutorials)
Просмотров 2,8 тыс.3 года назад
You will learn basics of dask dataframe in python and how dask is different from pandas in python. You will understand with live code how to process dataset in python using dask, how to compute stas, aggregations using dask and achieve parallel processing of big data in python. GITHUB CODE URL: github.com/limegurutech/examples/tree/main/python/dask-dataframe #dask #pandas #python Limeguru Websi...
[Live Demo] Query JSON Data In Postgres Database | JSONB Data Type In Postgresql
Просмотров 35 тыс.3 года назад
You will learn how to handle json data in postgres and run queries to fetch json data, specific json attributes and apply filters on json attributes in postgresql. GITHUB CODE URL github.com/limegurutech/examples/tree/main/postgres/jsonb Limeguru Website: www.limeguru.com LimeGuru RUclips Channel ruclips.net/user/limeguru Limeguru Facebook Page limeguru/
[Live Demo] Checkpointing In Spark Streaming | Fault Tolerance & Recovering From Failure In Spark
Просмотров 3,8 тыс.3 года назад
You will learn how to implement spark checkpointing feature in spark streaming job and how to make you spark streaming jobs fault tolerant. This feature is extremely helpful if you want to recover from failure in your spark jobs. GITHUB CODE URL: github.com/limegurutech/examples/tree/main/spark/spark-streaming-checkpointing Read KAFKA message in spark job: ruclips.net/video/FEJ9BOTusME/видео.ht...
[Live Demo] Python Producer Consumer Problem | Producer & Consumer Multithreading Solution In Python
Просмотров 4,2 тыс.3 года назад
You will learn how to solve producer consumer problem in python where producer and consumer run in parallel in multithreaded environment and share the same queue. Producer produces the items in the shared queue and consumer consumes the items from shared queue and in case queue is empty then consumer will wait. GITHUB CODE URL: github.com/limegurutech/examples/tree/main/python/producer-consumer...
[Live Demo] Write Excel Files In Python Using XLWT | XLWT Tutorial | Write XLS Files Using XLWT
Просмотров 1,5 тыс.3 года назад
You will learn how to write excel files in python using XLWT and how to insert complete dataset in excel sheet. GITHUB CODE URL: github.com/limegurutech/examples/tree/main/python/write-excel Read Excel File: ruclips.net/video/bmjI2klio0E/видео.html Limeguru Website: www.limeguru.com LimeGuru RUclips Channel ruclips.net/user/limeguru Limeguru Facebook Page limeguru/
[Live Demo] Read Excel Files In Python Using XLRD | XLRD Tutorial | Read XLS Files Using XLRD
Просмотров 6623 года назад
You will learn how to read excel files in python using XLRD with live demo. GITHUB CODE URL: github.com/limegurutech/examples/tree/main/python/excel Limeguru Website: www.limeguru.com LimeGuru RUclips Channel ruclips.net/user/limeguru Limeguru Facebook Page limeguru/
[Live Demo] PyAutoGUI - Automate Mouse Clicks Using Python | Auto Clicks Using Python
Просмотров 7913 года назад
This is pyautogui tutorial where you will learn how to automate mouse clicks using pyautogui python package in your system. The session has live demo of mouse clicks automation happening on browser apps and desktop apps. GITHUB CODE URL: github.com/limegurutech/examples/tree/main/python/pyautogui Limeguru Website: www.limeguru.com LimeGuru RUclips Channel ruclips.net/user/limeguru Limeguru Face...
[Live Demo] SQLITE3 - Run SQL Queries On Command Line In SQLITE3 | SQLITE3 Tutorial
Просмотров 2,3 тыс.3 года назад
[Live Demo] SQLITE3 - Run SQL Queries On Command Line In SQLITE3 | SQLITE3 Tutorial
[Live Demo] Convert Multiple Photos To Video With MoviePy In Python | Python Image Video Processing
Просмотров 8 тыс.3 года назад
[Live Demo] Convert Multiple Photos To Video With MoviePy In Python | Python Image Video Processing
[Live Demo] Mean, Median, Mode In Python | Basic Statistics In Data Science Using Numpy & Scipy
Просмотров 2853 года назад
[Live Demo] Mean, Median, Mode In Python | Basic Statistics In Data Science Using Numpy & Scipy
Learn Python Multithreading In 3 Minutes | Python Multithreading Tutorial (Hands-on Tutorials)
Просмотров 2043 года назад
Learn Python Multithreading In 3 Minutes | Python Multithreading Tutorial (Hands-on Tutorials)
Learn Python Streamlit In 10 Minutes | Streamlit Tutorial For Beginners (Hands-on Tutorials)
Просмотров 4063 года назад
Learn Python Streamlit In 10 Minutes | Streamlit Tutorial For Beginners (Hands-on Tutorials)
Learn PyTest In 5 Minutes | What Is PyTest | PyTest Tutorial For Beginners (Hands-on Tutorials)
Просмотров 1,3 тыс.3 года назад
Learn PyTest In 5 Minutes | What Is PyTest | PyTest Tutorial For Beginners (Hands-on Tutorials)
Learn MLFLOW Projects In 8 Minutes | MLFLOW Projects Tutorial For Beginners (Hands-on Tutorials)
Просмотров 3,8 тыс.3 года назад
Learn MLFLOW Projects In 8 Minutes | MLFLOW Projects Tutorial For Beginners (Hands-on Tutorials)
Learn Lambda Expression In Java In 10 Minutes | Lambda Expression Tutorial (Hands-on Tutorials)
Просмотров 973 года назад
Learn Lambda Expression In Java In 10 Minutes | Lambda Expression Tutorial (Hands-on Tutorials)
[Live Demo] Writing Text On Image Python | Add Text On Photos Programmatically Using Python
Просмотров 2,7 тыс.3 года назад
[Live Demo] Writing Text On Image Python | Add Text On Photos Programmatically Using Python
Learn YAML Basics In 10 Minutes | YAML Tutorial For Beginners (Hands-on Tutorials)
Просмотров 1,5 тыс.3 года назад
Learn YAML Basics In 10 Minutes | YAML Tutorial For Beginners (Hands-on Tutorials)
[Live Demo] Spark Window Functions | Spark Aggregate Functions | Spark Structured Streaming Tutorial
Просмотров 2,1 тыс.3 года назад
[Live Demo] Spark Window Functions | Spark Aggregate Functions | Spark Structured Streaming Tutorial
[Live Demo] Python Setuptools Tutorial | Package Python Code | PIP Install Python Code
Просмотров 23 тыс.3 года назад
[Live Demo] Python Setuptools Tutorial | Package Python Code | PIP Install Python Code
[Live Demo] ML Model Microservice Deployment | Seldon Core Tutorial
Просмотров 3 тыс.3 года назад
[Live Demo] ML Model Microservice Deployment | Seldon Core Tutorial
Learn FastAPI in 3 Minutes | Python FastAPI Tutorial For Beginners (Hands-on Tutorials)
Просмотров 5963 года назад
Learn FastAPI in 3 Minutes | Python FastAPI Tutorial For Beginners (Hands-on Tutorials)
[Live Demo] Spark Streaming With Kafka | Read, Parse And Transform Kafka Json In Spark
Просмотров 4,4 тыс.3 года назад
[Live Demo] Spark Streaming With Kafka | Read, Parse And Transform Kafka Json In Spark

Комментарии

  • @pratikshrivastava8847
    @pratikshrivastava8847 9 дней назад

    What if i have 1451 frames? 😭

  • @piyushmishra2917
    @piyushmishra2917 16 дней назад

    thanks sir ,one of the best demonstrations..

  • @shiprahota6497
    @shiprahota6497 27 дней назад

    Very informative video

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

    Thank you for this great and easy to understand tutorial. BR

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

    Do you have any demo video on superset as well? Because this tutorial was very theoretical and no hands on was included

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

    Really great explanation. Thank you!!

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

    What is context propagation?

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

    It is very knowledgeable session. now i understand basics things about the flink

  • @عبدالواحد_معروف
    @عبدالواحد_معروف 2 месяца назад

    Thanks pro

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

    Thank you so much👍

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

    Buddy, why stopped your work on the cloud area ?

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

    Is oci is a part of docker or docker and oci arr both different? I m confused.. What exactly oci

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

    Bhai Dynamo nahi Dynos

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

    Awesome explanation

  • @ajay-lu5gh
    @ajay-lu5gh 3 месяца назад

    nice and simple .. thank you!!!

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

    great content

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

    Thanks Brother

  • @jsj757
    @jsj757 4 месяца назад

    Understood well 🎉🎉🎉

  • @rohanlokare1546
    @rohanlokare1546 4 месяца назад

    Good Couchbase server tutorial for beginners, covered all basic concepts in less span of time. thank you!

  • @seasides98
    @seasides98 4 месяца назад

    Very good teaching, thank you!

  • @hardikkher3971
    @hardikkher3971 4 месяца назад

    My question is that if my single machine has same configuration like cluster then what will be different? I have two option option 1 4 system with 8 core and 64 GB ram or single system with 32 core and 256 GB ram. now what will be different if i run client mode in option 2 system or cluster mode in option 1 system.

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

    Good Explanation

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

    Simple and good explanation. Thanks for making this video!!!

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

    Running 10 pods in parallel isn't going to help. What will help is running 10 pods where each Pod is processing a different batch/slice of data. How to do that?

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

    Good work !!!

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

    nice

  • @user-od4xj1bx6u
    @user-od4xj1bx6u 5 месяцев назад

    nice

  • @GameboyZoneRocks
    @GameboyZoneRocks 6 месяцев назад

    This video is not an example of Microservice, but an example of a simple REST API using Spring Boot. For implementing a Microservice using Spring Boot and deploying in AWS, see this video: ruclips.net/video/BrZISPL5jyA/видео.html

  • @04minutes53
    @04minutes53 6 месяцев назад

    A very good Presentation and Knowledge let down by the irritating white board, Please use excali draw

  • @kingkong73
    @kingkong73 7 месяцев назад

    I am a RDMBS user, this is the first NoSQL i am learn, clean and clear explanation, thanks.

  • @shyjukoppayilthiruvoth6568
    @shyjukoppayilthiruvoth6568 7 месяцев назад

    Nice video

  • @cloudnativeculture
    @cloudnativeculture 7 месяцев назад

    Btw one thing I want to correct here is, the config digest and repo digest are 2 different things. When image is build, it returns config digest and when image is pushed it return repo digest. So, you can’t use the config digest to pull the image, instead you should use repo digest.

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

    thanks man this was helpfull

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

    appreciate your effort, eventhough it is 2 years back video ,but it was very good session, lot of things got covered, my concepts are clear now, i could not find such details on the net also. thanks for putting all those in this session. this session is valuable for casandra as of today date also. keep it up

  • @harshvardhanagrawal
    @harshvardhanagrawal 9 месяцев назад

    Amazing Video... Very clear and precise.

  • @mrkamranumer
    @mrkamranumer 9 месяцев назад

    Very Well Explained, Big Thumb for your wonderful effort

  • @aakashsoumya445
    @aakashsoumya445 9 месяцев назад

    great

  • @MyindiecraftOfficial
    @MyindiecraftOfficial 9 месяцев назад

    this is best and the easiest way

  • @jesuschal3802
    @jesuschal3802 9 месяцев назад

    So good introduction for me evaluating MongoDB vs PostgreSQL!!!

  • @DevMule-zd2ty
    @DevMule-zd2ty 10 месяцев назад

    Thank you!

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

    Thank you ❤🎉🎉

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

    Waste of your time

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

    dvc run command does not work, and so the example you gave, what command to use now?

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

    Nice!

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

    Nice!

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

    Very useful, thanks 👍🏾

  • @FranciscoSilva-sv9hz
    @FranciscoSilva-sv9hz 11 месяцев назад

    I need to show image version in Grafana, how can I do it?

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

    Thank you very clear information ❤

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

    can you share link of pfd you are using

  • @pothurusudheer-mm7jw
    @pothurusudheer-mm7jw 11 месяцев назад

    Every one talk about select or insert. But what about modifying multiple values in that json column in a table