yatin jog
yatin jog
  • Видео 136
  • Просмотров 89 559
Information security for use of cloud services - How to implement, conduct audit for ISO 27001:2022?
ISO 27001:2022 | Organizational Control A.5.23
As companies increase their use of cloud hosting for storage and computing, it has increased the risk of attack on their cloud services. Cloud may give organizations some level of agility, but it can also open up some new challenges and vulnerabilities for the organization.
Control requirement - Cloud strategy - Contract or Agreement - Change management - Auditing the control
Просмотров: 2 253

Видео

Web Filtering and Firewall - How to implement, conduct audit for Web Filtering for ISO 27001:2022?
Просмотров 2,7 тыс.Год назад
Web Filtering stops users from viewing certain URLs or websites by preventing their browsers from loading pages from these sites. A web filter blocks access to specific types of web content and a firewall prevents your network from exposing internal services and computers to external threats. ISO 27001:2022 | Technical Control A.8.22
Threat Intelligence - How to implement and conduct audit for Threat Intelligence in ISO 27001:2022?
Просмотров 3,6 тыс.Год назад
Threat Intelligence ISO 27001:2022 Orgnizational Control A.5.7 Strategic Threat Intelligence Tactical Threat Intelligence Operational Threat Intelligence
What is Availability and Downtime? How to design for high availability? Design for HA
Просмотров 4642 года назад
Availability is to make your products, services, and tools available to your customers and employees at any time from anywhere using any device with an internet connection. And Downtime is the time during which a computer or IT system is unavailable, offline or not operational. Usually, we design a system for high availability. For example, when we say the design target is 4-9’s, it means the s...
Open Network for Digital Commerce (ONDC) - UPI of the digital commerce
Просмотров 9252 года назад
The government has established the Open Network for Digital Commerce (ONDC) as an alternative to platform aggregators like Amazon and Walmart-owned Flipkart, and many more like these, who have kind of monopolized India’s e-commerce landscape. The Current e commerce system is platform centric. That means for completing any transaction, the buyer and the seller has to use a common platform or a w...
Trademark Infringement - use of a competitor trademark as keyword to promote own business
Просмотров 4302 года назад
The honourable Delhi High Court on April 27 temporarily restrained Booking.com and Google from using the name MakeMyTrip and associated trademarks as keywords on Google Ads in India, noting that this use would amount to trademark infringement and be detrimental to MakeMyTrip’s “monetary interest and brand equity.” There was another suit filed by Head Digital Works Private Limited (A23.com) agai...
What is TISAX? What is VDA ISA? TISAX Process - Information security in the automotive industry
Просмотров 2,9 тыс.2 года назад
Information security in the automotive industry Information security is a key success factor in the automotive industry. It is important for the exchange of design data in development processes, functional security of manufacturing processes, automated data exchange between networked production systems, as well as for the availability and reliability of production. Trusted Information Security ...
Dictionary functions - min(), max(), len(), type()
Просмотров 1863 года назад
Introduction to Python Python Collections - Dictionary Dictionary functions - min(), max(), len(), type() -by Yatin Jog
Accessing the Dictionary - Using keys and using get()
Просмотров 1643 года назад
Introduction to Python Python Collections - Dictionary Accessing the Dictionary - Using keys and using get() -by Yatin Jog
Adding and Updating the Dictionary - Using key element and using setdefault()
Просмотров 1163 года назад
Introduction to Python Python Collections - Dictionary Adding and Updating the Dictionary - Using key element and using setdefault() -by Yatin Jog
Deleting the Dictionary elements - Using del, pop(), popitem() and clear()
Просмотров 1023 года назад
Introduction to Python Python Collections - Dictionary Deleting the Dictionary elements - Using del, pop(), popitem() and clear() -by Yatin Jog
Copying a Dictionary - Using copy() and update()
Просмотров 1183 года назад
Introduction to Python Python Collections - Dictionary Copying a Dictionary - Using copy() and update() -by Yatin Jog
Dictionary methods - keys() and values()
Просмотров 1033 года назад
Introduction to Python Python Collections - Dictionary Dictionary methods - keys() and values() -by Yatin Jog
Dictionary methods - Using items()
Просмотров 813 года назад
Introduction to Python Python Collections - Dictionary Dictionary methods - Using items() -by Yatin Jog
Comparison of Dictionary variables - Using == and !=
Просмотров 843 года назад
Comparison of Dictionary variables - Using and !=
Nested Dictionaries
Просмотров 1213 года назад
Nested Dictionaries
Introduction to Dictionary - Creating and using Dictionary Using keys, dict() and fromkeys()
Просмотров 2493 года назад
Introduction to Dictionary - Creating and using Dictionary Using keys, dict() and fromkeys()
Set Methods - Using issubset(), issuperset(), isdisjoint()
Просмотров 2083 года назад
Set Methods - Using issubset(), issuperset(), isdisjoint()
Set Methods- difference_update(), intersection_update(), symmetric_difference_update()
Просмотров 1913 года назад
Set Methods- difference_update(), intersection_update(), symmetric_difference_update()
Difference, Symmetric Difference of Set objects with difference(), symmetric_difference() or ^
Просмотров 1073 года назад
Difference, Symmetric Difference of Set objects with difference(), symmetric_difference() or ^
Union and Intersection of two Set objects using union() or | and Using intersection() or &
Просмотров 1023 года назад
Union and Intersection of two Set objects using union() or | and Using intersection() or &
Removing items from Set object- Using remove(), discard(), pop(), clear(), del
Просмотров 873 года назад
Removing items from Set object- Using remove(), discard(), pop(), clear(), del
Python Collections - Set - Adding and updating Set objects - Using add(), update()
Просмотров 1163 года назад
Python Collections - Set - Adding and updating Set objects - Using add(), update()
Python Collections - Set - Introduction to Set - creating the Set objects and using copy()
Просмотров 1023 года назад
Python Collections - Set - Introduction to Set - creating the Set objects and using copy()
Python Collections - Tuples - Multiple assignments with Tuples And Tuple functions - min(), max()
Просмотров 1323 года назад
Python Collections - Tuples - Multiple assignments with Tuples And Tuple functions - min(), max()
Tuple methods - count() and index()
Просмотров 3023 года назад
Tuple methods - count() and index()
Python Collections - Tuples - Concatenation(+), Repetition(*), Membership(in and not in)
Просмотров 1013 года назад
Python Collections - Tuples - Concatenation( ), Repetition(*), Membership(in and not in)
Introduction to Tuples - Indexing and Slicing the tuples
Просмотров 1103 года назад
Introduction to Tuples - Indexing and Slicing the tuples
Tuples are immutable - Updating tuple elements is not allowed
Просмотров 6393 года назад
Tuples are immutable - Updating tuple elements is not allowed
DA Course Session-1
Просмотров 913 года назад
DA Course Session-1

Комментарии

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

    Very easy method Yatin ,thanks. Runa

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

    Thanks, for the tutorial you made it really understandable. My question is if i want to make notes for Python or a note-taking app. What and Which app would you suggest, apart from Jupyter which we all are studying...

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

    🤩

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

    Thanks for sharing !!!🙂

  • @swetha.r6588
    @swetha.r6588 Год назад

    what if [1:6:2]?..understood the reverse slicing.

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

    I was trying to understand it for 1 hour. You explained it so well, took me just 2min to understand. Thank you.

  • @SantoshPatel-nb1np
    @SantoshPatel-nb1np Год назад

    good explanation

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

    If i want to make reverse only first 3....eg):need YHPTHON from string python... How to fo?

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

    Good explanation sir

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

    Thank you so much. Your explanation was so good and well taught. Thank you again.

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

    very well explaied

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

    Thanks for explaining 👍

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

    This is the best vid on this subject. Keep it up.

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

    Good explanation.

  • @prof.sunilpatilpatil9828
    @prof.sunilpatilpatil9828 2 года назад

    Extremely useful content and very well explained!

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

      Glad it was helpful!

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

    Segmenta tu video

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

    U bring down the ASN then u literally shut down millions of IP addresses. Its taking it to another level in terms of Russia it could be so destructive it could end the war.

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

    agr s2.difference_update (s1) kare to s2 result dega s2-s1 but ni ho raha aisa....... kyu???

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

    legend thanks

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

    Extremely good explanation

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

    Tumchya videos perfect vatatat

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

    Well done, thats so helpful

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

    Thank you very much sir

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

    thank you sir

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

    Mr yatin can u share this slides

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

    Thanks for picking this topic. There are not too many ppl talking about asn!

  • @favourr
    @favourr 3 года назад

    Tq helpful

  • @chibuo4733
    @chibuo4733 3 года назад

    So, according to you, is a capability _part_ of a process or a _series_ of processes? You’re not quite clear...

  • @gabrielmartinezrudy7251
    @gabrielmartinezrudy7251 3 года назад

    Hi bro, do you know where I can find more information about Requirements development and management?

  • @ZAFARIQBAL-yg2wd
    @ZAFARIQBAL-yg2wd 3 года назад

    ThankU

  • @kevindsouza1000
    @kevindsouza1000 3 года назад

    Can we use ASN for hacking or information collection?

  • @vakakuma8738
    @vakakuma8738 3 года назад

    Excellent bro , really helpful

  • @Shashank_Shahi1989
    @Shashank_Shahi1989 3 года назад

    Can you meet a video where we have multiple def function together where we are passing one arguments to every def function ? I mean to say using the return value from 1st function & using into the third function , passing arguments to third function and doing its if else calculation in 1st function. This concept is confusing where more than 2 def function are interlinked with each other. Let me know if it's possible from your side. Thanks for your video's. All the best 👍👍👍

  • @ProjectManagementCompanion
    @ProjectManagementCompanion 4 года назад

    Great video, really like the content, you should be pleased with the end result. I also have a similar channel called Project Management Companion, I would be really happy if you had a look. Thanks and keep up the good work.

  • @vaibhavkelkar1646
    @vaibhavkelkar1646 4 года назад

    Wow!!! Amazingly articulated Yatin ✨👌 Enlightened 😇

    • @yatinjog
      @yatinjog 4 года назад

      Thank you. It is very important to know what our ancestors were capable of. Mathematics is the art of describing newer and newer layers of the reality. And our ancient mathematicians were very close the reality.

  • @abhijitdeshpande7487
    @abhijitdeshpande7487 4 года назад

    Very well described. Much needed video to make us aware about Indian mathematical techniques and mathematicians. We constantly hear about this but you have explained it very well and helped us understand what the actual techniques were and how they were used.

    • @yatinjog
      @yatinjog 4 года назад

      Thanks Abhijit... Yes, Western world were just learning from Arabic and Persian text which were translated from our books and scripts...Yet... they were successful in presenting them in their name...

  • @MindMathMoney
    @MindMathMoney 4 года назад

    Beautiful explanation, nice and intuitive ✨✔️

    • @yatinjog
      @yatinjog 4 года назад

      Thank you! 🙂

  • @sandhyajog855
    @sandhyajog855 4 года назад

    छान

  • @videoeditorshiva
    @videoeditorshiva 4 года назад

    Thank you so much bro i needed some ideas on Data Analytics subject

  • @sumitbhawsar8392
    @sumitbhawsar8392 5 лет назад

    Sir, make more videos about the internet related terms. Its really helpful for learn and connect the knowledge about internet.

  • @Rahul-sq6gk
    @Rahul-sq6gk 5 лет назад

    Thank You Yatin. Really helpful video.

  • @manojnibrad6635
    @manojnibrad6635 6 лет назад

    great sir !!!