<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Bit By Bit Club</title>
    <description>The latest articles on DEV Community by Bit By Bit Club (@bitbybit).</description>
    <link>https://dev.to/bitbybit</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Forganization%2Fprofile_image%2F5475%2F67cba8aa-58e4-428a-9b31-4159db4d9aa7.jpeg</url>
      <title>DEV Community: Bit By Bit Club</title>
      <link>https://dev.to/bitbybit</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/bitbybit"/>
    <language>en</language>
    <item>
      <title>Roadmap Series: Competitive Programming</title>
      <dc:creator>Subh Chaturvedi</dc:creator>
      <pubDate>Sun, 08 May 2022 16:34:07 +0000</pubDate>
      <link>https://dev.to/bitbybit/roadmap-series-competitive-programming-d16</link>
      <guid>https://dev.to/bitbybit/roadmap-series-competitive-programming-d16</guid>
      <description>&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ftp0s70odozo6mkwmbsik.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ftp0s70odozo6mkwmbsik.png" alt="Image description"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Competitive Programming is a sport. Consider a programming contest as a contest. Write a piece of code that should satisfy the problem presented and submit, you may get a WA (Wrong Answer). Make variations to code and eventually you will get your precious AC (Accepted/Correct Answer).&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Here is how you can master Competitive Programming:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Choosing the right language:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F7o2gqakpptkjo42ocbsq.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F7o2gqakpptkjo42ocbsq.png" alt="Image description"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The first step to take is to choose the right language to start your competitive journey with. You may try new languages and even find some other language suiting you better. The commonly used and recommended languages are:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Python&lt;/strong&gt;: It is one of the easiest to learn language and has very simple syntax to implement. It has wide usage in domains like Machine Learning, Artificial Intelligence and Data Science if you decide to explore that domain.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Java&lt;/strong&gt;: It is a very highly recommended language by coding communities. It is one of the most preferred languages for competitive programming and easy one.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;JavaScript&lt;/strong&gt;: It is the most popular scripting language and a staple of web-development. Many popular websites like Facebook, Twitter, YouTube, and Gmail use JavaScript to create interactive web pages and flexibly show content to users.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;C&lt;/strong&gt;: It is based on POP (Procedural Oriented Programming) where it divides programs into small functions.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;C++&lt;/strong&gt;: It is the most popular and recommendable programming language. C++ template includes data structures like Lists, Tree, Stacks, Graphs, Arrays etc. It follows OOPS (Object Oriented\ Programming) which help you to solve real time coding challenges.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Go&lt;/strong&gt;: It is a low level language, open-source language preferential by Google. Useful to build web servers, data pipelines etc.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Ruby&lt;/strong&gt;: It is an object-oriented language, user friendly, easy to learn. Dynamic Programming Language and also based on other programming languages like Perl, Lisp, Ada, Eiffel etc. It is used for Web Applications, Database Solutions and Data Science etc.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And many more. Once you learn any language, start practicing it. You can practice these languages from any website (I recommend Hackerrank). You can find these websites from search engines. Practice as many questions as you can and once you get confident about it you can go further.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Learning DSA:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ftb8x57oaa1o4yj58qu9l.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ftb8x57oaa1o4yj58qu9l.png" alt="Image description"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;After getting a grip in Programming language, now you can start&lt;br&gt;
learning **Data Structure and Algorithms **with its application. To solve any problem or to crack any competitive programming, proficiency of syntax alone is not sufficient.&lt;br&gt;
You should have knowledge about Data structures concepts and algorithms and its types with its implementation to solve real life problems.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Data Structure&lt;/strong&gt;: Organising data and converting it to a well&lt;br&gt;
structured one. Here is the list of Topics of Data Structure:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Arrays&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Linked Lists&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Stacks&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Queue&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Hash Tables&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Tree&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Heaps&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Graphs&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Whereas For algorithms, You should know following concepts with its application:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;Searching Algorithm&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Linear Search&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Binary Search&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Jump Search&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Interpolation Search&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Exponential Search&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Ternary Search&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;Sorting Algorithm&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Selection Sort&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Bubble Sort&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Quick Sort&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Radix Sort&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Merge Sort&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Cycle Sort&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Heap Sort&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Bucket Sort&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;And a variety of others.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Practice Practice Practice:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fhu323fczlz9iukoxehn6.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fhu323fczlz9iukoxehn6.png" alt="Image description"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Once you understand the techniques of solving the problem then below are some of the good sources of practicing competitive programming&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;LeetCode&lt;/strong&gt;: Leetcode has a wide variety of problems that can be easy, medium, and Hard. Its advised to start solving Low and Medium problems and then gradually move to Hard Problems.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;CodeChef&lt;/strong&gt;: CodeChef doesn't need any introduction. This platform contains advanced competitive problems. It's better you don't directly jump to Codechef. Instead start with Leetcode and once you can solve their hard problems easily then gradually move to Codechef.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>beginners</category>
      <category>programming</category>
      <category>tutorial</category>
      <category>productivity</category>
    </item>
    <item>
      <title>What is the Internet of Things, and how can we participate in its "savvy" revolution?</title>
      <dc:creator>Anushkaa27</dc:creator>
      <pubDate>Sat, 30 Apr 2022 10:55:42 +0000</pubDate>
      <link>https://dev.to/bitbybit/what-is-the-internet-of-things-and-how-can-we-participate-in-its-savvy-revolution-1p80</link>
      <guid>https://dev.to/bitbybit/what-is-the-internet-of-things-and-how-can-we-participate-in-its-savvy-revolution-1p80</guid>
      <description>&lt;p&gt;Y’all might have heard that the Internet of Things is a key part of the Fourth Industrial Revolution....&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--LCX7M25K--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/938iyt3cmpvcsjf7inwk.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--LCX7M25K--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/938iyt3cmpvcsjf7inwk.png" alt="IoT" width="620" height="350"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The Internet of Things (IoT) sector has exploded in recent years.&lt;br&gt;
According to study, the total cost of IoT technology was &lt;strong&gt;$646 billion&lt;/strong&gt; in 2018. In 2022, this is expected to reach &lt;u&gt;$1 trillion.&lt;/u&gt;&lt;br&gt;
A slew of causes are driving this expansion. On the one hand, the&lt;br&gt;
epidemic has resulted in an increase in the need for distant connectivity. New communication technologies, on the other hand, are opening up new options for developers and device makers.&lt;/p&gt;

&lt;h2&gt;
  
  
  What is IoT?
&lt;/h2&gt;

&lt;p&gt;Now, talking about the basic understanding....&lt;br&gt;
The internet of things, or IoT, is a network of interconnected computing devices, mechanical and digital machinery, items, animals, and people with unique identifiers (UIDs) and the ability to transfer data without requiring &lt;strong&gt;human-to-human&lt;/strong&gt; or &lt;strong&gt;human-to-computer interaction&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--aCEql3rH--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/xiwutwko946mkni7b9wg.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--aCEql3rH--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/xiwutwko946mkni7b9wg.png" alt="IoT Connect to the world" width="880" height="660"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;A person with a &lt;strong&gt;heart monitor implant&lt;/strong&gt;, a farm animal with a &lt;strong&gt;biochip transponder&lt;/strong&gt;, a car with &lt;strong&gt;built-in sensors&lt;/strong&gt; to warn the driver when tire pressure is low, or any other natural or manmade object that can be assigned an &lt;strong&gt;Internet Protocol (IP) address&lt;/strong&gt; and can transfer data over a network are all examples of things in the&lt;br&gt;
internet of things.&lt;/p&gt;

&lt;h2&gt;
  
  
  How is it transforming life specifically “workforce”.
&lt;/h2&gt;

&lt;p&gt;Although the "Internet of Things" (IoT) may sound like a futuristic wave of talking refrigerators and self-starting vehicles, Internet-connected gadgets that interact with one another will have an impact on our lives beyond of the &lt;strong&gt;"smart home."&lt;/strong&gt; Workers will benefit from IoT since it will save time and money while also providing new chances for development and innovation.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. More data&lt;/strong&gt;&lt;br&gt;
The Internet of Things (IoT) will be a &lt;strong&gt;data processing powerhouse&lt;/strong&gt;. This means that businesses will have to rethink how they &lt;strong&gt;collect and analyze data&lt;/strong&gt; — not only will decision-makers need to learn and adapt to a new type of data intelligence, but the volume and variety of data generated by IoT will also introduce new or expanded roles for data analysts, strategists, and even customer service.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Know where everything is, all the time&lt;/strong&gt;&lt;br&gt;
One significant way IoT will increase productivity and efficiency is by &lt;strong&gt;making location tracking much simpler and more seamless&lt;/strong&gt;. As &lt;br&gt;
currently done in hospitals, Internet-connected equipment and devices will all be geographically tagged, which will save workers time hunting things down and save money by reducing the loss rate.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--SsYm96_U--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/p6k56hye51h1yyix5yni.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--SsYm96_U--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/p6k56hye51h1yyix5yni.png" alt="IoT transforming the world" width="826" height="351"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Get about more quickly&lt;/strong&gt;&lt;br&gt;
The Internet of Things (IoT) is the next big thing in your everyday commute. The &lt;strong&gt;interconnectedness of mobile devices, automobiles, and the road&lt;/strong&gt; you drive on will help you save time by reducing travel time, allowing you to go to work faster or do errands faster.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4. Completely remote mobile device management (MDM)&lt;/strong&gt;&lt;br&gt;
IT departments may have remote access to computers and mobile &lt;br&gt;
devices, but IoT will also &lt;strong&gt;enable remote control of other Internet-connected devices&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;5. Difficulty in managing devices has risen.&lt;/strong&gt;&lt;br&gt;
The &lt;strong&gt;complexity of controlling linked devices increases&lt;/strong&gt; as the number of connected devices grows. Smartphones, for example, are now widely used by workers for communication, productivity, and pleasure. They will be able to operate IoT-connected devices as well as do other tasks as a result of IoT.&lt;/p&gt;

&lt;h2&gt;
  
  
  Various IoT domains need different skills:
&lt;/h2&gt;

&lt;p&gt;Those with inventive thinking and creative qualities who want an &lt;br&gt;
interesting work environment, professional growth, and greater salary than IT experts can choose a career in IoT. Though it is an ideal topic for academics interested in contributing to technological growth, it should be noted that becoming a 'deep' IoT technologist is not straightforward, as understanding one platform or competence is insufficient.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--Pdo21eq8--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/0djf0z5l8ac0b1w2k55v.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Pdo21eq8--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/0djf0z5l8ac0b1w2k55v.png" alt="IoT Domains" width="525" height="297"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;IoT developers need to develop &lt;strong&gt;an inside out knowledge of programming&lt;/strong&gt; to understand how the data can be collected, sent and stored at the server. Knowing software languages as JavaScript and Python as well as server-side languages such as &lt;strong&gt;PHP, ASP.NET, or Node.js. is a must&lt;/strong&gt;.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Unlike other developers, those who work in the IoT space must have a deep understanding of sensors and wireless communication. A background in computer science for IoT information analytics, mobile apps, and UI development does help. For IoT device manufacturing, competencies in electrical, electronics and instrumentation engineering would be essential.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Beyond computing, IoT will take you into the world of mechanical and civil engineering as sensors gather physics data.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Knowledge of data science and big data management comes as an added advantage. Another important aspect is security. Lack of data security is the greatest threat the Internet of Things applications in all domains and some of the highest paying jobs are of security professionals&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Career opportunities in the Internet of Things
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--uSpDRXNj--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/f63lv7gwytdn9npy0zsr.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--uSpDRXNj--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/f63lv7gwytdn9npy0zsr.png" alt="Career Opportunities in IoT" width="854" height="469"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;u&gt;Data Scientists&lt;/u&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;u&gt;Network professionals&lt;/u&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;u&gt;Embedded Programs Engineer&lt;/u&gt; starting from pcb design &amp;amp; manufacture, firmware engineer, thing engineering, complete product lifestyles cycle management, mechanical engineers, sign conditioning, digital sign processing, internet gateway interfacing and so on. Each discipline has a totally wide range of troubles to resolve for IoT.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;u&gt;Security experts&lt;/u&gt; for risk identity, vulnerability evaluation, public key encryption security and wireless community security.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;u&gt;Device and Hardware experts&lt;/u&gt;, especially in Sensors and Actuators are required in the R&amp;amp;D facilities of sensor &lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>iot</category>
      <category>bitbybit</category>
      <category>career</category>
    </item>
    <item>
      <title>Would the change in name, also change the fortune ?</title>
      <dc:creator>Amol Tandon</dc:creator>
      <pubDate>Sun, 24 Apr 2022 09:52:22 +0000</pubDate>
      <link>https://dev.to/bitbybit/would-the-change-in-name-change-the-fortune-also-38m3</link>
      <guid>https://dev.to/bitbybit/would-the-change-in-name-change-the-fortune-also-38m3</guid>
      <description>&lt;p&gt;&lt;strong&gt;(A blog inspired by the recent losses that Facebook(Meta) &lt;br&gt;
faced)&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--wYUxWEfM--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/qx0t7pxo63k1wqb57hce.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--wYUxWEfM--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/qx0t7pxo63k1wqb57hce.png" alt="Image description" width="880" height="495"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;While Reading this blog , &lt;em&gt;don’t pay much attention to figures&lt;/em&gt; ,&lt;br&gt;
rather try to understand how established firms get setbacks worth &lt;br&gt;
millions and billions and that too in a day. How difficult it is to sustain yourself in a competitive landscape without constantly &lt;br&gt;
innovating. You would also get an insight into:&lt;br&gt;
• The recent economic losses of Meta.&lt;br&gt;
• Reasons which are constantly decreasing the user base of Meta.&lt;/p&gt;

&lt;p&gt;Facebook was founded in the year 2004 by Mark Zuckerberg and it has been renamed as &lt;em&gt;Meta&lt;/em&gt; recently.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--QgG_Fftu--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/gbtqp3qlxx9pitvvu154.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--QgG_Fftu--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/gbtqp3qlxx9pitvvu154.png" alt="Image description" width="736" height="540"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Do you remember October 5? Yes , the day when everyone was bewildered as social media platforms like WhatsApp, Facebook went down due to a global outage.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--w7TiUjJn--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/7izx149d43m5rc2e42gl.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--w7TiUjJn--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/7izx149d43m5rc2e42gl.png" alt="Image description" width="880" height="495"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Facebook now known as Meta is the parent company of WhatsApp , Instagram among other subsidiaries. Thus when the servers went down the losses piled up. It was reported that Mark Zuckerberg, the CEO of Meta (Facebook) slipped to the 5th spot in the billionaires' list as he underwent a loss of $7 billion in his personal assets. The parent company , Meta also suffered a deterrent loss of $160 million.&lt;/p&gt;

&lt;p&gt;Everyone expected the year 2022 to usher in a new ray of hope and&lt;br&gt;
strength, but for Zuckerberg, the destiny seems to treat him like a punching bag.&lt;/p&gt;

&lt;p&gt;It was nearly 5 months later that Meta lost nearly $160 billion when the shares went down by 26%. Zuckerberg suffered a loss of $32 billion in his personal fortune , which is nearly the GDP of Estonia(A country in Europe).&lt;/p&gt;

&lt;p&gt;Earlier the Market capital of the company was about $900 billion but after the stock-crash the valuation was reduced to $660 billion. This amounts to a loss of nearly \$240 billion . This is the biggest drop. Such a humongous drop was seen previously in the year 2018 , which was about $121 billion.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--TVgDq4rD--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/afn09wut3vz0srpc8jhl.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--TVgDq4rD--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/afn09wut3vz0srpc8jhl.png" alt="Comparison of drop in shares of various companies" width="880" height="495"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Knowledge fact&lt;/em&gt;: In India,like we have Sensex and Nifty. In the same way all the IT companies in the US are listed in NASDAQ.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Possible Reasons&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;1) The crash can be an immediate outcome of the "dismal" earnings report presented in an internal meeting. This report pointed to the fact that the company was facing huge losses and the same trend would continue in the coming future.&lt;/p&gt;

&lt;p&gt;The profit of the tech giant declined by 8% to $10.29 billion in the last quarter of 2021.&lt;/p&gt;

&lt;p&gt;The Revenue (forecast) is expected to hit \$27 billion-29 billion as against an analyst prediction of 30.15 billion.&lt;/p&gt;

&lt;p&gt;2) As Facebook changed to Meta, there were general apprehensions that the social media giant would shift from social media networking to the virtual world of Metaverse.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--fKB8khPD--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/9bxontcsnkkheh8xxb7l.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--fKB8khPD--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/9bxontcsnkkheh8xxb7l.png" alt="Image description" width="880" height="504"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;3) When the crash took place, the subsidiary companies like Instagram, Messenger, WhatsApp recorded modest gain in the number of users, however the parent Company Facebook(Meta) lost about half a million of DUA(Daily Active Users).&lt;/p&gt;

&lt;p&gt;This happened for the first time in the last 18 years. Experts are of the point of view that the new customer arrival on Facebook has received it's peak and the tech giant should expect similar user drops in the days to come.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--FHyWQR8T--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/oy9x519xxlc9p6s5uhx4.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--FHyWQR8T--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/oy9x519xxlc9p6s5uhx4.png" alt="Image description" width="600" height="338"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Why is Meta Losing Users?&lt;/em&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  &lt;em&gt;Cut throat competition due to the increasing presence of Tiktok&lt;/em&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Tiktok claims to have over 1 Billion active users. This online video streaming platform that is used to make short length videos of 30-40 secs has attracted the youth and consequently increased its user base.&lt;br&gt;
For these reasons Tiktok is steadily becoming the first choice of&lt;br&gt;
advertisers.&lt;/p&gt;

&lt;p&gt;In order to face this stiff competition posed by Tiktok, Instagram had released a feature known as "reels". But Instagram gets its main monetisation through Story and Direct feed features.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  &lt;em&gt;Youth deems Facebook(Meta) to be a place where old people catch up&lt;/em&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It has also become a general perception that Facebook is now "an old man's apparatus" which means , possibly due to peer pressure or due to the fact their family members are more into Facebook(Meta) , users have moved onto Instagram . Although the subsidiary company is benefitted but the Parent Company ends up making a loss. Young users prefer to interact and play at the same time due to which they either user Fortnite or Discord Servers.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  &lt;strong&gt;There is no country left where Facebook(Meta) can expand it's operations.&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Leaving aside a few exceptions like Iran and China , there is no country where Facebook(Meta) can think of gaining new Users.&lt;/p&gt;

&lt;p&gt;4) Last year Apple had introduced a privacy feature in its operating system known as "App Tracking Transparency" .&lt;/p&gt;

&lt;p&gt;This means that iPhone users would now have the liberty to decide&lt;br&gt;
whether they want their online activities to be monitored or not. There are high chances that such permissions would not be granted by the users.&lt;/p&gt;

&lt;p&gt;This would be huge setback for Meta as, much of it's business comes from online advertising after it trades user behaviour and data to specific companies.&lt;/p&gt;

&lt;p&gt;iPhone users generally have greater spending capacity and they serve as a lucrative Market for advertisers . Thus this adds to the losses of Meta. New iOS rules will make Meta lose more than $10 billion in sales.&lt;/p&gt;

&lt;p&gt;Advertisers are slowly moving to other platforms like Google and Tiktok that have large user base.&lt;/p&gt;

&lt;p&gt;5) India also serves as a large market for Meta and a rise in tariff prices by Jio, Airtel and VI would be detrimental to it as users would limit their time on social media sites.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--aNJ0d3oO--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/549lai3s2pnc8s6sxxf6.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--aNJ0d3oO--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/549lai3s2pnc8s6sxxf6.png" alt="Image description" width="880" height="1056"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;All these factors cumulatively played against the fortune of&lt;br&gt;
Facebook(Meta).&lt;/p&gt;

&lt;p&gt;Metaverse could be a reality in the coming future with the help of&lt;br&gt;
virtual and augmented reality but at present instead of shifting the resources Meta should pay more focus on consolidating it's user base and dominating the advertisement market.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Is Innovation , a worrying issue for Meta?&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;You might actually know what News-Feed is. This concept revolutionised the way we interact with Internet . News-Feed actually brings the updated content from your friends onto your application. Earlier for applications like Myspace , you had to visit a particular friends profile in order to look what he/she has posted. After this innovation , Facebook(Meta) hasn’t really added some intriguing features. Many concepts are either copied or cloned (like reels from Tiktok). Meta, now should focus on strategies that disrupt the business world and at the same time draws and compels users towards it. Facebook should come up with ideas that aim to change the world.&lt;br&gt;
I hope you not only enjoyed the blog but also understood how important it is to keep your users hooked to your social media networking platform(in this case Meta). How an operating system’s decision to prioritise user privacy can make you lose a big market share(in this case Apple’s decision)&lt;/p&gt;

&lt;p&gt;Follow us on all social media platforms to get such amazing content (oops we too are not on Meta, sorry Mr. Zuckerberg). See you in the next blog.&lt;/p&gt;

</description>
      <category>facebook</category>
      <category>markzuckerberg</category>
      <category>metaverse</category>
    </item>
    <item>
      <title>How Shark Tank India portrayed technology to be the primary determinant in factoring the success of entrepreneurship</title>
      <dc:creator>TANISHKA MISHRA</dc:creator>
      <pubDate>Sun, 17 Apr 2022 13:40:41 +0000</pubDate>
      <link>https://dev.to/bitbybit/how-shark-tank-india-portrayed-technology-to-be-the-primarydeterminant-in-factoring-the-success-of-entrepreneurship-213m</link>
      <guid>https://dev.to/bitbybit/how-shark-tank-india-portrayed-technology-to-be-the-primarydeterminant-in-factoring-the-success-of-entrepreneurship-213m</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--eeZCRPqV--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/2mx2olqstxcdvto768ka.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--eeZCRPqV--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/2mx2olqstxcdvto768ka.png" alt="SHARKS" width="780" height="540"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;After the huge success of the television show Shark Tank in various countries, the franchise decided to bring the show to India and the first season had a great response from the audience and has brought a startup revolution in India.&lt;br&gt;
The Shark Tank shows Sharks deciding whether to invest or not in a&lt;br&gt;
business which has been showcased by entrepreneurs with the help of their business presentations. Nowadays everyone is intrigued by 'Shark Tank India', and the emerging startup culture. From a college student to a retired government employee, from a housewife to an IIT graduate, or from a 14-year-old teenager to a 70-year-old, anyone can find a way to the startup culture and become an entrepreneur.&lt;br&gt;
Shark Tank India is a platform that connects entrepreneurs with Shark Investors. Shark Tank is one of the leading crowdfunding platforms in Asia, with thousands of startups on the platform. In recent years, it has directly funded over 165+ accelerators and individual investors around the world. Across media reports and word of mouth, thousands of entrepreneurs have been exposed to Shark Tank's process of screening and selection. The platform connects startups with investors who are willing to provide them with an initial fund round.&lt;/p&gt;

&lt;p&gt;Technology is our master. In today's world where everything is&lt;br&gt;
dependent on technology, technology proves to be the backbone of many of the emerging startups. It was showcased that the entrepreneurs whose ideas were solemnly based on technology proved to gain the highest amount of investments.&lt;br&gt;
But before moving towards how technology proved to be eminent let's try to dig in on the growth of startups in India.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;How startups are growing in India?&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Startups are the ones stealing the limelight in twenty-first-century India. The growing startup ecosystem in India is one of the fastest-growing sectors in the country, with 651 start-ups and a start-up density of 7.4 per million inhabitants. India has changed from a land of agricultural activities at the turn of the 18th to the 21st century, where only 5% of people had access to digitals as we know it today. Entrepreneurship has been a part of Indian culture since day 1 with collective ingenuity, cooperation, and competition being key elements in shaping the country's economy.&lt;br&gt;
The Indian Startup industry is also an example of the infinite new&lt;br&gt;
possibilities that are rapidly taking shape under the leadership of the youth. Investor mania in the country has been playing a role in driving the start-up ecosystem and there has been a huge rise in infrastructural development increasing infrastructure supply. This signifies that India's growth is becoming more urban and improved infrastructure will lead to more opportunities for entrepreneurs.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;How is technology a primary determinant factor?&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;The vigorous intervention of technology has helped the startups to move beyond the conventional tactics. Technology has become vital to startups. One of the most prominent uses of technology in startup culture is that it increases the flexibility of the business as well as of the employees. Automation is vital to improving the functioning of a business. The scope of growth of a startup is solemnly based on technology.&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--I-1dNzcu--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/d10hxq3ngbipozkz0g3a.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--I-1dNzcu--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/d10hxq3ngbipozkz0g3a.png" alt="TECH" width="600" height="360"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The technology helps a startup in its scope of growth.&lt;br&gt;
Whether it's any industry, technology plays a significant role.&lt;br&gt;
This is just the basic role of technology in every emerging Startup, but the startups that are solemnly based on technology are the ones that proved to be more successful when it comes to solving a problem. Thus, different technologies are like a savior for many startups.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Thinkerbell (Braille) :&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;The students of BITS Pilani Goa came together to make a project on&lt;br&gt;
Raspberry pie which later emerged as one of the solutions to visually impaired children. The co-founders made a Braille Alphabet song box on Raspberry pie, which later emerged to be a learning device for the visually impaired.&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--GhS7Awi---/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/mcfa20wf96le2fl4y561.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--GhS7Awi---/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/mcfa20wf96le2fl4y561.png" alt="THINKERBELL FOUNDERS" width="600" height="360"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The Raspberry pi based braille hardware also uses speech recognition software through a mobile application that acts as an interface. Annie is a way to help visually impaired children learn on their own without any external help. It helps them read, write and type. Tinkerbells labs raised 1.05 crores on Shark tank India which is one of the highest raises.&lt;/p&gt;

&lt;h3&gt;
  
  
  What exactly is &lt;strong&gt;Raspberry pi&lt;/strong&gt;?
&lt;/h3&gt;

&lt;p&gt;Raspberry pi is a mini-computer that has the size of a credit card and can fit into any computer or television. It enables people to learn to program and works exactly like a desktop computer.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--f0QTtSID--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/e3i29vd2d4ym203trr4m.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--f0QTtSID--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/e3i29vd2d4ym203trr4m.png" alt="RASPBERRY PIE" width="360" height="240"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It has a great role in project making and automation. Raspberry Pi runs Linux which is a computer operating system. The best thing about Raspberry pie is that it's not required to learn any high-level language and Linux to operate it as its motto is to teach so one can easily learn and operate it at the same time.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Road bounce (accident prevention):&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Roadbounce is a device that detects and gives information about an&lt;br&gt;
errand in the road before the accident occurs. It detects obstacles on roads to prevent mishaps.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--9hXyOAwM--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/g6bi3jmqs60k1bduc0ot.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--9hXyOAwM--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/g6bi3jmqs60k1bduc0ot.png" alt="ROAD BOUNCE" width="600" height="360"&gt;&lt;/a&gt;&lt;br&gt;
Roadbounce was founded by Ranjeet Deshmukh and got a final deal of 80 lakh for 20% equity by Shark Peyush Bansal with a valuation of 4 crores. The device works on a mobile application and is based on IoT(Internet of Things).&lt;br&gt;
Now let's dig more into the technology:-&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;IoT using smartphones&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;IoT has the potential to increase capital investment into assets.&lt;br&gt;
To connect with an IoT network it requires to compliment a given&lt;br&gt;
physical object along with necessary hardware, communication engine software, and compliment to common protocols.&lt;br&gt;
Smartphones have all the necessary IoT components and can be used as IoT enablers but usually, 5000Rs may not work as efficiently as a 150000 would so to remove these barriers some statistical methods like 'Data Regression' is used to enable smartphones as a reliable data acquisition device which can be attached with anything.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--fPExv1TH--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/m2ugjz31hn0229reemc8.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--fPExv1TH--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/m2ugjz31hn0229reemc8.png" alt="IOT" width="360" height="240"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  Data Regression Basics&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The technique to determine the statistical relationship among some&lt;br&gt;
variables where the change in one variable ( suppose dependent variable) is associated with and depends on a change in another variable. It is utilized to evaluate acceleration and time.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt; Data smoothing&lt;/li&gt;
&lt;/ul&gt;

&lt;blockquote&gt;
&lt;p&gt;It is the process that removed the noise from the data set and allowed the important patterns to stand out.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;ul&gt;
&lt;li&gt;  Data filtering&lt;/li&gt;
&lt;/ul&gt;

&lt;blockquote&gt;
&lt;p&gt;An embedded system that refines the unrequired data by performing mathematical operations on a discrete-time signal to refine it by removing irrelevant and confusing data to reduce or intensify certain aspects of the signal. In this case, unwanted frequencies are removed to enhance the existing ones. This system uses electronic filters which are passive, active, analog, and digital.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Smartphone sensors are the sensing devices installed on a user\'s phone to gather data and information for various purposes, often in conjunction with a mobile app. Sensors act as converters that measure a physical quantity and convert it into a signal. Thus smartphones can be used as scientific tools. At a high-level mobile sensor are divided into&lt;br&gt;
3 categories.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Motion Sensors:&lt;/strong&gt; To measure acceleration and rotational forces along with the three axes motion sensors are used.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Position Sensors:&lt;/strong&gt; Position sensors are used to measure the&lt;br&gt;
physical orientation of the device.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Environment Sensors:&lt;/strong&gt; Environmental parameters are most important and hence can be measured using environmental sensors.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;PNT Robotics And Automatic Solution (robotics):&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;This Mumbai-based robotics start-up PNT creates technical products with automation and robotics.&lt;br&gt;
Their working areas are various industrial control systems along with microcontrollers.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--JL-h2I_y--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/azqkda4pc9exly5nexkk.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--JL-h2I_y--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/azqkda4pc9exly5nexkk.png" alt="PNT" width="600" height="360"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;They manage both hardware and software integration and serve industrial automation to market according to the requirements using AI, ML, ROS, and IoT along with customized robotics solutions. One of the company's popular robots is ADO. This AI-powered robot performs humanoid actions like navigation, facial recognition, human gestures, and many more. They bagged ₹25 lakhs investment for 25% equity and ₹25 lakhs debt from the shark Peyush Bansal founder of Lenskart.&lt;br&gt;
One of the company's popular products ADO which is a fully automated humanoid robot with human-like emotions and gestures which is powered by Artificial intelligence and uses ROS as their robot operating system which is a free and open-source that defines the components, interfaces, and tools for building advanced robots.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--unbM3uEt--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/jp3p9tpbqqhzo3hqrcc9.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--unbM3uEt--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/jp3p9tpbqqhzo3hqrcc9.png" alt="ROBOTICS" width="264" height="300"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Most robots are made up of actuators: things that move, sensors and control systems, or the robot's brain. ROS helps developers quickly build these components and then easily connect them using ROS tools called topic and messages.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--iwdpbmWT--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/livi9kr8vy31bqy0w3a2.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--iwdpbmWT--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/livi9kr8vy31bqy0w3a2.png" alt="ROS" width="474" height="167"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;These messages can be recorded using ROS bag files or logs for easy testing, training, and quality assurance. Messages can be easily sent to a variety of visualization and teleportation tools. With ROS you can work with a simulated robot instead of a real thing which some call a "digital twin". This also makes testing and training easier and more effective.&lt;br&gt;
ROS supports hardware interfaces for many common robot components like cameras, LIDARs, and motor controllers. ROS's modular architecture allows developers to build robots free from vendor lock-in or licensing fees.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Proxgy(VR):&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Proxy was launched during the pandemic era and works as a global service for users to pick a real-world avatar. People can navigate physical spaces through the Avatar and can experience a live experience indoors. It has a 360-degree rotation camera on the proxy smart helmets with 3D viewing and broadcasting services for its tech stack. Proxy has marketed this tool for various experiences including shopping, traveling, viewing real estate. The startup received an investment of 1 crore with 10% equity.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--YWMnEOh6--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/lexjuiym11ylo0hscrk6.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--YWMnEOh6--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/lexjuiym11ylo0hscrk6.png" alt="PROXGY" width="600" height="360"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Virtual Reality and IIoT (Industrial IoT) are the dominating&lt;br&gt;
technologies in the development of Proxgy. VR framework enables us to experience virtual presence in a collaborative and intelligent way.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--GYYPgsgv--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/j9tfzq1zu3ex0h5ai1nw.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--GYYPgsgv--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/j9tfzq1zu3ex0h5ai1nw.png" alt="IIOT" width="600" height="360"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Virtual Reality (VR) is typically a computer-generated environment with scenes and objects that appear to be really making the user feel immersed. The device which is used to perceive the environment is known as VR headset or helmet.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--x0muAukO--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/5r7arcy1gohumf4xrie1.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--x0muAukO--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/5r7arcy1gohumf4xrie1.png" alt="VR" width="360" height="240"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;While wearing the headset we can experience a real world at our&lt;br&gt;
fingertips by using the Proxgy app. The IIot is a network of intelligent devices connected to form systems to monitor, gather and analyze the data. Every industrial IoT system consists of:-&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Devices that have the ability to sense, collect and store&lt;br&gt;
information&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Infrastructure based on public and private data communications.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Generation of storage by IIot devices.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The app can be integrated with existing tech to bring revolution in teaching, business and to bring solutions.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Loka:&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Loka is India's first Metaverse gamified app based on real locations, populated by real players &amp;amp; experiences powered by hundreds of 3rd Party Apps. Loka's primary factor of usage is in Social Engagement, Gaming, E-commerce, Content consumption, and Entertainment purposes.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--zWa7iN6y--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/kmxz33zt56puzka9jtt9.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--zWa7iN6y--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/kmxz33zt56puzka9jtt9.png" alt="LOKA" width="600" height="360"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In the game world, you can explore the streets, lanes of Delhi\'s iconic Connaught Place area or the famous Sarojini Nagar including bustling parks. It is a platform on which you can do things like having conversations with the players, watching a movie in the theatre, shopping and ordering food, or having fun with your friends. This Bangalore-based start-up, founded by Krishnan Sundararajan, has created a metaverse gaming app for Android and iOS users and received ₹14 lakh investment for a 24% equity stake on Shark Tank. The app uses the most talked about metaverse which is a network of 3D virtual worlds focused on social connection. Metaverse is a virtual reality world, where users can interact, game, and experience things as they do in the real world.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--_RcmB9-s--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/edeuib58k28gs2o4r6gq.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--_RcmB9-s--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/edeuib58k28gs2o4r6gq.png" alt="METAVERSE" width="360" height="240"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Metaverse is a combination of multiple elements of technology, which includes virtual reality, augmented reality, and video where users 'live' virtually. As discussed above, &lt;strong&gt;AR(Augmented Reality)&lt;/strong&gt; and &lt;strong&gt;VR&lt;/strong&gt; are the cornerstones for metaverse projects. AR technology holds the edge over VR tech as it can be used in any camera-enabled device. AR acts as an informational enhancer.&lt;br&gt;
VR is an entirely simulated experience in a digital world. VR delivers sensory experiences. Loka adds another layer over this which consists of small elements like Ambient Sounds, Background Noises, NPCs, Culture-Specific Virtual Goods, etc. to retain the feel &amp;amp; relevance of the location.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Altor(smart headgears):&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--FHW29Q1G--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/3fuo3zbqlbpzng05lkrn.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--FHW29Q1G--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/3fuo3zbqlbpzng05lkrn.png" alt="ALTOR" width="600" height="360"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Altor&lt;/strong&gt; is a 2018-established VC and Government of India-backed&lt;br&gt;
startup based out of Kolkata, India. Altor is a new-age tech company dealing in IoT and ML applications for two-wheeler automotive industries. &lt;strong&gt;Altor Smart Helmet&lt;/strong&gt; is India's first software-enabled helmet module to make bike rides easier, safer, and more efficient, specifically targeted towards increasing the fleet efficiency of two-wheeler-driven economies helping the delivery, logistics, and bike-sharing sectors. The device detects any accidents with the user and sends an emergency message with the last location of the user to all ICE contacts. In case of a false alarm, the user gets a time limit to cancel the process.&lt;br&gt;
Altor received an investment of ₹50 lakh for 7% equity by Aman Gupta &amp;amp; Namita Thapar combined.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--XTTsjXBu--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/wymme8lvqgrefy6obu8l.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--XTTsjXBu--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/wymme8lvqgrefy6obu8l.png" alt="ML AND IOT" width="600" height="360"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Altor uses IoT and ML technologies for developing its smart headgears. Machine Learning is a branch of Artificial Intelligence that comprises programming software in such a way that it could make decisions on and are trained to predict outcomes through statistical predictions and classifications. The Internet of Things (IoT) describes physical objects embedded with sensors, processing ability, software, and technologies that connect and exchange data with other devices and systems over the Internet or other communications networks. The device itself includes an integrated CPU, network adapter, and firmware, which is built on an open-source platform. A Dynamic Host Configuration Protocol server connects to IoT devices and acquires an IP address to help the device function on the network. Machine Learning plays a very important role in Altor's development.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Note of Closure:&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;These are some tech startups among many which were featured on Shark Tank. They show us how people with vast knowledge of numerous technologies can become successful entrepreneurs.&lt;br&gt;
Shark Tank India has put a light on some of the leading tech startups of our country.  The aim of these startups revolves around revolution for mankind with the help of leading technologies like AI, ML, IoT. They have got the recognition they needed which makes us believe that India is leading towards becoming a digital nation.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--eg5Ti-rT--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/1s3t87huu3xm404u4nd3.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--eg5Ti-rT--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/1s3t87huu3xm404u4nd3.png" alt="DIGITAL INDIA" width="600" height="360"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>How an overlook in development wreaked havoc on the internet - The Log4Shell Vulnerability</title>
      <dc:creator>Jaiyank S.</dc:creator>
      <pubDate>Mon, 04 Apr 2022 10:16:06 +0000</pubDate>
      <link>https://dev.to/bitbybit/how-an-overlook-in-development-wreaked-havoc-on-the-internet-the-log4shell-vulnerability-2924</link>
      <guid>https://dev.to/bitbybit/how-an-overlook-in-development-wreaked-havoc-on-the-internet-the-log4shell-vulnerability-2924</guid>
      <description>&lt;p&gt;Java is a funny language. The people who use it can often be found ranting about it on reddit. It is heavily criticized for its design choices over the years and it's no surprise that developers who code in it are bound to give way to serious security vulnerabilities, if not too careful.&lt;/p&gt;

&lt;p&gt;One such is the recent vulnerability in Log4j, also nicknamed as Log4Shell - this particular vulnerability was so severe and the extent of which was so huge that it wreaked havoc on the internet and ruined Christmas for almost everybody that was responsible to fix the mess. In this blog, we'll be understanding the why and the how that led to this chaos.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F3uqcbj6z3gcf3uwwuim6.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F3uqcbj6z3gcf3uwwuim6.jpeg" alt="Log4J Meme 1"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What is Log4j?
&lt;/h2&gt;

&lt;p&gt;Log4j is one of several java-based logging frameworks and comes under Apache's Logging Services. Being open-sourced, it is and has been maintained by contributors from all over the globe since many years (more on this later). &lt;/p&gt;

&lt;p&gt;It logs events - from errors to diagnostic messages and more, so that system administrators and developers can look at them later. For example, when you try to login on a website and it shows an error message like &lt;code&gt;incorrect password&lt;/code&gt;, log4j can be used to record that.&lt;/p&gt;

&lt;h2&gt;
  
  
  Some Technical Jargon
&lt;/h2&gt;

&lt;p&gt;Let's understand some technical terms related to log4shell before we move forward and dive deep into it. This will make concepts clearer.&lt;/p&gt;

&lt;h3&gt;
  
  
  Java Naming and Directory Interface (JNDI)
&lt;/h3&gt;

&lt;p&gt;Java has a lookup feature called JNDI, which is an interface that allows java applications to access naming and directory services. It has an API and a &lt;a href="https://en.wikipedia.org/wiki/Service_provider_interface" rel="noopener noreferrer"&gt;SPI&lt;/a&gt;. Different naming and directory services like LDAP, DNS, and RMI connect to this JNDI SPI which is then accessed by the java application using the JNDI API, the diagram below illustrates this.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Foo6ozrekpw0geffc4ppu.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Foo6ozrekpw0geffc4ppu.png" alt="JNDI diagram"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;So, this is basically like asking your friend to get you something from someone in a different hostel room. You tell your friend the path (the protocol), the room number and the item (the file path) you need to get. Here you act as the java application, your friend acts as the API and SPI.&lt;/p&gt;

&lt;h3&gt;
  
  
  Remote-Code Execution (RCE)
&lt;/h3&gt;

&lt;p&gt;Remote-Code Execution, or RCE for short, is a class of vulnerabilities which allows an attacker to execute arbitrary code on a remote device. These RCE vulnerabilities can be a result of a variety of things ranging from Injection attacks (SQLi, HTML injection, PHP injection, etc.), Cross-Site Scripting, De-Serialization attacks to even Business-Logic flaws.&lt;/p&gt;

&lt;p&gt;Say for example, you use a certain software for taking notes. A malicious* hacker finds a vulnerability that allows them to achieve RCE. The implication of this is that they can run any command they want on &lt;strong&gt;your computer!&lt;/strong&gt; Using the RCE exploit, the attacker can launch a ransomware attack against you and lock your data, they can spy on you or steal your passwords or even make you part of a secret botnet!&lt;/p&gt;

&lt;p&gt;Every time you use a piece of software you're essentially putting incredible trust in the security and integrity of the said software. Scary isn't it?&lt;/p&gt;

&lt;blockquote&gt;
&lt;h3&gt;
  
  
  *A small note about "hackers"
&lt;/h3&gt;

&lt;p&gt;The term "hacker" is often misrepresented due to pop culture and ignorant news reporting - not all hackers wear hoodies, sit in a dark room with green text flashing before their eyes! In fact, the term "hacker", in its right sense, is used for an individual who uses their extraordinary skills in computer, networking or other domains to overcome technical limitations and problems. &lt;/p&gt;

&lt;p&gt;Not all hackers are bad and malicious! There are indeed hackers who use there skills to do illegal activities, but it's only a subset of the whole cybersecurity community - contrary to popular belief, majority of hackers are actually dedicated to make the internet more secure!&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  How does Log4Shell actually work?
&lt;/h2&gt;

&lt;p&gt;We now know about Log4j, JNDI and RCEs, let's discuss how this relates to the Log4Shell vulnerability. Log4J allows JNDI lookups to enhance the quality of logs. A use-case of that might be logging the hostname or the IP address with the diagnostic message. &lt;/p&gt;

&lt;p&gt;For example, &lt;code&gt;${jndi:ldap://example.com/file}&lt;/code&gt; asks JNDI to use the LDAP protocol to get the specified file hosted on the LDAP server. JNDI returns the object to log4j and it stores it. Now you might already know where this is going - &lt;strong&gt;Untrusted JNDI lookups to attacker-controlled servers!!!&lt;/strong&gt; &lt;/p&gt;

&lt;p&gt;An attacker could submit a string specifically crafted to tell log4j to use JNDI and retrieve a malicious payload hosted on the attacker's server. Log4j will store the object and Java will execute it resulting in RCE!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvl2qsyy4sc911a55kg3b.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvl2qsyy4sc911a55kg3b.jpeg" alt="Log4j Meme 2"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Initial Detection and The Impact
&lt;/h2&gt;

&lt;p&gt;Believe it or not, this vulnerability was discovered on a Minecraft server! So, all this chaos was a result of just some gamers messing around - internet is a gift that keeps on giving! &lt;/p&gt;

&lt;p&gt;The impact of this is HUGE. Every single service that uses Java and Log4j for their logging purposes might be vulnerable to log4shell. iPhone, Steam, Minecraft, Twitter, Google, Tesla, Microsoft were just among some of the biggest vendors affected by this. &lt;/p&gt;

&lt;p&gt;Although a patch was issued, the impact doesn't stop here. There might still be hundreds of thousands of websites affected by this and they won't even know about it until much later. It is estimated we'll see the implications of this for &lt;a href="https://www.wired.com/story/log4j-log4shell/" rel="noopener noreferrer"&gt;years to come&lt;/a&gt;. &lt;/p&gt;

&lt;p&gt;On March 22 2022, Okta was hacked where it is believed to be the work of &lt;a href="https://en.wikipedia.org/wiki/Lapsus$" rel="noopener noreferrer"&gt;LAPSUS$&lt;/a&gt; hacker group. It is being speculated that the hack was a result of an earlier log4shell exploitation in Okta's infrastructure.&lt;/p&gt;

&lt;h2&gt;
  
  
  What led to this?
&lt;/h2&gt;

&lt;p&gt;Looking at all of this, a question arises - How did all of this even happen? What led to this? Didn't anybody catch it earlier? The thing is that Log4j is open-source. Lots of contributors spend their time and effort in contributing to this and hence, this type of overlook in development is perfectly normal and possible. &lt;/p&gt;

&lt;p&gt;The surprising part though, is that this vulnerability has existed since 2013! This means for almost 9 years it went undetected even after several researchers warned about &lt;a href="https://www.blackhat.com/docs/us-16/materials/us-16-Munoz-A-Journey-From-JNDI-LDAP-Manipulation-To-RCE.pdf" rel="noopener noreferrer"&gt;untrusted JNDI lookups&lt;/a&gt; and attack vectors involving it. As a community, we need to be proactive in researching and mitigating issues like these before they pop up.&lt;/p&gt;




&lt;h2&gt;
  
  
  Closing Remarks
&lt;/h2&gt;

&lt;p&gt;The likes of Log4Shell RCE vulnerabilities are said to be found once in a decade - and we saw this type of damage done by EternalBlue used during the WannaCry ransomware attacks. It poses a question - What's waiting for us in the future and How many more vulnerabilities like these are still out there, just waiting for another gamer to stumble upon them?&lt;/p&gt;

</description>
      <category>cybersecurity</category>
      <category>java</category>
      <category>bitbybit</category>
    </item>
  </channel>
</rss>
