ParottaSalna
ParottaSalna
  • Видео 132
  • Просмотров 22 447
Docker EP 11 | Docker Volumes | Parottasalna | Tamil
Docker volumes provide a way to persist data generated by containers, allowing data to survive container restarts and removals. Volumes are stored outside the container's writable layer, making them more efficient for sharing data between containers and ensuring data is not lost when containers are deleted. You can create and manage volumes using commands like docker volume create and mount them to containers using the -v or --mount option during docker run. Volumes are ideal for storing database files, configuration data, or logs, as they offer better performance and flexibility compared to storing data within the container itself. They are essential for maintaining state in stateless en...
Просмотров: 45

Видео

Docker EP 10 | Docker Networking | Parottasalna | Tamil
Просмотров 47Месяц назад
Docker networking enables communication between containers and with the outside world by providing various network drivers that define how containers connect. The default network driver, bridge, allows containers on the same host to communicate in an isolated network. The host driver removes the network isolation between the Docker host and containers, making them share the host's network stack...
Docker EP 09 | Ignore Files using dockerignore | Parottasalna | Tamil
Просмотров 41Месяц назад
A .dockerignore file is used to specify which files and directories should be excluded from the Docker build context, helping to reduce the size of the context sent to the Docker daemon and speeding up the build process. When you build a Docker image using the docker build command, Docker copies the entire contents of the directory to create the build context, which can include unnecessary file...
Real Time Updates | Long Polling | Parottasalna | Tamil
Просмотров 21Месяц назад
Real Time Updates | Long Polling | Parottasalna | Tamil
Real Time Updates | Short Polling | Parottasalna | Tamil
Просмотров 47Месяц назад
Short polling is a technique where a client repeatedly sends requests to the server at fixed intervals to check for updates or new data. It’s a basic way to keep the client in sync with the server, but it can be inefficient because it involves frequent network requests, even when there’s no new data. #tamilcommunity #coding #container #coding #python #programming #realtimeupdates #shortpolling ...
Docker EP 8 | Dockerize a Flask Application | Parottasalna | Tamil
Просмотров 56Месяц назад
Blog: parottasalna.com/2024/08/18/docker-ep-10-lets-dockerize-a-flask-application/
Docker EP 7 | Docker Logs | Parottasalna | Tamil
Просмотров 38Месяц назад
Docker logs provide a way to view the output and error messages generated by applications running inside Docker containers, helping with debugging, monitoring, and troubleshooting. To access the logs of a running container, you use the docker logs command followed by the container's ID or name, like docker logs container_name. You can view real-time log updates by adding the -f or follow flag (...
Redis | Cache Aside Pattern | Parottasalna | Tamil
Просмотров 114Месяц назад
Cache Aside Pattern: Its an Application level caching, where the application checks whether the data is present in the cache (In our case redis). If data is present it returns the data. Else checks from the database and stores it in Cache and then returns the data to client. In this video, you will understand how redis helps in caching with fastapi, mongodb. Blog: parottasalna.com/2024/06/09/re...
Docker EP 6 | Port Mapping via Tomcat | Parottasalna | Tamil
Просмотров 26Месяц назад
Docker EP 6 | Port Mapping via Tomcat | Parottasalna | Tamil
Handle API failure using Retry request mechanism | Tenacity | Python | Parottasalna | Tamil
Просмотров 74Месяц назад
Handle API failure using Retry request mechanism | Tenacity | Python | Parottasalna | Tamil
Docker EP 5 | Docker Removing Images & Containers | Parottasalna | Tamil
Просмотров 80Месяц назад
Docker EP 5 | Docker Removing Images & Containers | Parottasalna | Tamil
Docker EP 4 | Running ‘Hello, World!’ with BusyBox | Parottasalna | Tamil
Просмотров 105Месяц назад
Docker EP 4 | Running ‘Hello, World!’ with BusyBox | Parottasalna | Tamil
Docker EP 3 | The Client Server Architecture | Parottasalna | Tamil
Просмотров 112Месяц назад
Docker EP 3 | The Client Server Architecture | Parottasalna | Tamil
Docker EP 3 | Virtual Machine vs Container | Parottasalna | Tamil
Просмотров 71Месяц назад
Docker EP 3 | Virtual Machine vs Container | Parottasalna | Tamil
MiniDLNA - The Search for the Perfect Media Server: A Journey of Discovery | Parottasalna | Tamil
Просмотров 48Месяц назад
MiniDLNA - The Search for the Perfect Media Server: A Journey of Discovery | Parottasalna | Tamil
Dotenvx | Kanchilug Talk | Parottasalna | Tamil
Просмотров 14Месяц назад
Dotenvx | Kanchilug Talk | Parottasalna | Tamil
Application Programming Interface (API's) in Tamil | Parottasalna | Tamil
Просмотров 99Месяц назад
Application Programming Interface (API's) in Tamil | Parottasalna | Tamil
Migrating from .env to dotenvx| DotenvX in Tamil | KanchiLUG | Parottasalna | Tamil
Просмотров 17Месяц назад
Migrating from .env to dotenvx| DotenvX in Tamil | KanchiLUG | Parottasalna | Tamil
Python Requests , Beautifulsoup | Parottasalna | Tamil
Просмотров 99Месяц назад
Python Requests , Beautifulsoup | Parottasalna | Tamil
Docker EP 2 | Docker Naming Conventions | Parottasalna | Tamil
Просмотров 175Месяц назад
Docker EP 2 | Docker Naming Conventions | Parottasalna | Tamil
Code Smell 1 : Anemic Model | Data Class | Parottasalna | Tamil
Просмотров 44Месяц назад
Code Smell 1 : Anemic Model | Data Class | Parottasalna | Tamil
Docker EP 1 | What is Virtual Machine & Why do we need it ? | Parottasalna | Tamil
Просмотров 321Месяц назад
Docker EP 1 | What is Virtual Machine & Why do we need it ? | Parottasalna | Tamil
Solutions | Botanical Garden & Rose Garden | Set | Parottasalna | Python
Просмотров 33Месяц назад
Solutions | Botanical Garden & Rose Garden | Set | Parottasalna | Python
Solutions for Tuple | Parottasalna | Tamil
Просмотров 24Месяц назад
Solutions for Tuple | Parottasalna | Tamil
Solutions | Tasks | Python Dictionary
Просмотров 732 месяца назад
Solutions | Tasks | Python Dictionary
Solutions | Quiz | Python Indexing and Slicing | ParottaSalna | Tamil
Просмотров 512 месяца назад
Solutions | Quiz | Python Indexing and Slicing | ParottaSalna | Tamil
Solutions | Task | Python Indexing and Slicing in Tamil | ParottaSalna | Tamil
Просмотров 712 месяца назад
Solutions | Task | Python Indexing and Slicing in Tamil | ParottaSalna | Tamil
Solutions | Quiz | Functions
Просмотров 623 месяца назад
Solutions | Quiz | Functions
Solutions | Quiz | Operators, Conditionals & Input
Просмотров 633 месяца назад
Solutions | Quiz | Operators, Conditionals & Input
Solutions | Tasks | Python Functions | Parotta Salna | Tamil
Просмотров 863 месяца назад
Solutions | Tasks | Python Functions | Parotta Salna | Tamil

Комментарии

  • @sbmtharan6930
    @sbmtharan6930 12 дней назад

    Very useful bro Thanks😊

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

    Bro, using a home as an example, VM is like virtualizing a complete house, while container is like virtualizing the bedroom, washroom, kitchen and hall of the a house. Is it like that? I'm very much familiar with virtualizatiins and virtual machines, but docker & containerization is very new to me.

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

      VM is like the apartment, and containers are like the container houses

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

      @@learnwithparottasalna I see, okok. Understood

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

      We are taking community docker sessions. If you wish please join the community t.me/parottasalna

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

    Engineering. Phython use. பண்ணலாமா.

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

      Definitely. It's one another tool which has its place all domains. So yes.

  • @balakrishnan-yk5ui
    @balakrishnan-yk5ui Месяц назад

    🎉👍🤝

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

    Great ❤

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

    Very nice

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

    Super sir thanks

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

    Hi bro, can you share the link for Exercise & Quiz ?

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

      Hi Syed, Please find the compilation links for all quiz and excersices. parottasalna.com/python-development-compilation-batch-2/

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

    What does the print() function do behind the scenes to handle different data types? It uses the type() function to determine the data type and handle it accordingly. It uses a series of if statements to handle each data type individually. It implicitly calls str() to type cast any object into a string. It throws an error if the data type isn't a string. Please provide any python documentation to support your answer 'It implicitly calls str() to type cast any object into a string.'

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

      Hi @Govindarajan_Shanmug , When `print` is called on an instance/object, it should invoke the `__str__` method to obtain the string representation of the object. For Example, Try Executing. class MyClass: def __str__(self): return "This is from __str__ method." def __repr__(self): return "This is from __repr__ method." # Create an instance of MyClass obj = MyClass() print(obj) print(str(obj)) print(repr(obj)) From documentation of cpython: github.com/python/cpython/blob/v3.13.0b4/Python/bltinmodule.c you can try to infer details from this. Other reference: www.digitalocean.com/community/tutorials/python-str-repr-functions Hope this would answer your question.

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

      forums.tamillinuxcommunity.org/t/regarding-answer-to-a-question-in-the-quiz-during-python-batch-2-print-function/2470/2 attaching the forum thread for reference.

  • @SridharPalanisamy-ou5vv
    @SridharPalanisamy-ou5vv Месяц назад

    👌

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

    Waiting for this Syed.. already solved it will check answers and correct from your video.. thank you

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

    Super sir

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

    In order to merge the contents of remote branch to remote master(Present in Github), we use only GUI based merge in GitHub. is this correct? I understand, this merge cannot be performed via command prompt from local machine. is my understanding fully or partially correct?

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

      If both are in remote then you can do via raising a pr. That is best 👌 because through pr you can add reviewers to your branch. You can achieve the same in local aswell

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

    Thanks.. due to health issue not able to attend live classes .. thanks for the recording.. please post videos Syed.. its really helpful and also to go through

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

    Super 👍

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

    Do you have sessions in English

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

    Please continue the classes,, Syed and Srini.. it's too good to learn.. really enjoying the session..

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

    Thanks Syed! Very clear explanation and using some topic for remembering concept is too good.

  • @indiancitizen-ll2jp
    @indiancitizen-ll2jp 2 месяца назад

    Hi Syed, I've been watching live on RUclips from the first day !! unfortunately, I have not been able to watch live or streamed videos for the past 2 days after Annachi Kadai topic... Please help me if any classes are taken after this session...! or please share the zoom link here (if possible) that will be more helpful. Thank you

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

      We didnt had classes on last 2 days. We will be having class on 8th and 9th august this week.

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

    When other asking questions that's not audible.. 40 mins of audio QA SESSION was not audible, Syed.. only your voice is audible..

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

    Only request is: when others asking questions not able to hear their voice . So if it's audible it will be good to know their questions as well..

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

      sure. we got this issue reported before also. in the upcoming videos it will be rectified. Thanks for supporting. Keep Learning

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

    Thank you..

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

    Thanks Syed.. and Ashok as well that date count eg for indexing very good..

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

    Thanks for the video.. So understandable..

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

    Thank you..😊 very clear

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

    Thank you😊

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

    Nice.. thank you.

  • @indiancitizen-ll2jp
    @indiancitizen-ll2jp 3 месяца назад

    >=46 and <=60 ...

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

    Thanks for the session. I couldn't join in live session but learning from posted videos. Thanks for your time and effort, Syed.

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

    Team, could you please post evey video mentioning respective dates, So it will be useful for people watching later on order wise.

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

      I have made a playlist. Which is in order ruclips.net/p/PLiutOxBS1Mizte0ehfMrRKHSIQcCImwHL&si=xz5QGE-4k60hTA6Z

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

    Information summarised very well and was clear.. Thank you Syed

  • @ArvindKumar-pf6eb
    @ArvindKumar-pf6eb 3 месяца назад

    do1.dr-chuck.com/pythonlearn/EN_us/pythonlearn.pdf Check out this pdf if you want to understand the very basic of programming to higher concepts

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

    Hi Sir. Srini sir voice is not audible in this video. 😢

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

    Please upload future videos including both the training sessions and the interactive Q&A sessions with the instructor, where student doubts are addressed.

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

      We have added, ruclips.net/video/meL9tOq5aTg/видео.htmlsi=grKgZoAsZWtEI-xb. Thanks for suggestion.

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

      @@learnwithparottasalna thank you

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

      do u take any online classes? How can we get the details about it

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

      @@divyasathyanarayanan957 please join t.me/parottasalna for future classes

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

    please highlight software details in the chat. for ex, yesterday Shiri sir mentioned abt software regarding photoshop, but unable to get the name of that software.

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

    Plz india time change pannuga.. Work mudichitu vanthu join panna mudiyala.. 9 or 10pm change pannuga

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

      People are joining from many countries. Any time is not suitable for someone. Thats why we have youtube live to learn on available time. please watch videos daily and learn.

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

      It will be difficult for us to accommodate all times

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

    Please keep full screen of presented area while streaming (by hiding chat and other tabs)

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

    Bro, i need to join whats app group but its showing full

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

    Check the continuation here ruclips.net/user/livexBpXOkyoFD8?si=H3nqj32EvGxHW0MC

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

    thanks dood i got offer as python pyspark dev thanks to the videos

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

    Hi sir ,next topic when will going to teach,we are waiting you lecture

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

    Thank you