<?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: Tiffanyman19</title>
    <description>The latest articles on DEV Community by Tiffanyman19 (@tiffanyman19).</description>
    <link>https://dev.to/tiffanyman19</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%2Fuser%2Fprofile_image%2F1253490%2F6f572600-5e14-4be9-b9d3-82433ba4b5ca.png</url>
      <title>DEV Community: Tiffanyman19</title>
      <link>https://dev.to/tiffanyman19</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/tiffanyman19"/>
    <language>en</language>
    <item>
      <title>Apple Charging Wires</title>
      <dc:creator>Tiffanyman19</dc:creator>
      <pubDate>Thu, 11 Apr 2024 13:30:11 +0000</pubDate>
      <link>https://dev.to/tiffanyman19/apple-charging-wires-1dbd</link>
      <guid>https://dev.to/tiffanyman19/apple-charging-wires-1dbd</guid>
      <description>&lt;p&gt;Apple was known for having lightning cables, which was exclusively for most Apple products. As USB-C wire has become a universally accepted standard wire, European Union law required Apple to have USB-C phone chargers for all future Apple devices by 2024.&lt;/p&gt;

&lt;p&gt;With the release of the Iphone 15, customers have expressed their frustrations because of the new charging wire standards. Customers have been accustomed to using the lightning wire that they can’t use the lightning wires they have in their possession, since their new iphone now has a USB-C charging port. &lt;/p&gt;

&lt;p&gt;Some people have multiple lightning cables in their possession, and they wonder what is the point of having the lightning cables now that they’re basically obsolete. It may be obsolete with the future Apple products, customers can still  use their lightning Apple devices that still has a lightning cable port. The law from the EU only refers to future apple products, now the ones that are currently being used now. The only question is when will the next universally accepted charging wire be introduced.&lt;/p&gt;

</description>
      <category>apple</category>
      <category>usbc</category>
      <category>lightnincable</category>
      <category>eu</category>
    </item>
    <item>
      <title>Impact of Online Learning</title>
      <dc:creator>Tiffanyman19</dc:creator>
      <pubDate>Tue, 12 Mar 2024 17:49:05 +0000</pubDate>
      <link>https://dev.to/tiffanyman19/impact-of-online-learning-5363</link>
      <guid>https://dev.to/tiffanyman19/impact-of-online-learning-5363</guid>
      <description>&lt;p&gt;Ever since the pandemic occurred, online has been implemented into our education system that has an impact on the younger generations. When it comes to online learning, there are both advantages and disadvantages regarding online learning. The purpose of online learning is to bring education to the comfort of your home. Online learning also brings flexibility to one’s busy schedule.&lt;br&gt;
While there are list of benefits with online learning, there are consequences with online learning. One factor is to take into account the age of the individual using online learning. While it is beneficial for an adult to use online learning, it heavily affects the developing minds of younger generations. &lt;br&gt;
Since online courses bring education to their home, online courses can create a sense of isolation. The only communication the student has is towards their computer. That hinders the development of their social skills as they grow. They can’t communicate properly when they’re out with friends or out for work. &lt;br&gt;
Online learning has both advantages and disadvantages when it comes to which age groups that are using online learning, all it takes is the initiative and dedication of their education.&lt;/p&gt;

</description>
      <category>onlinelearning</category>
      <category>education</category>
    </item>
    <item>
      <title>Future of Technology in Augmented Reality</title>
      <dc:creator>Tiffanyman19</dc:creator>
      <pubDate>Tue, 27 Feb 2024 18:53:03 +0000</pubDate>
      <link>https://dev.to/tiffanyman19/future-of-technology-in-augmented-reality-2f05</link>
      <guid>https://dev.to/tiffanyman19/future-of-technology-in-augmented-reality-2f05</guid>
      <description>&lt;p&gt;In the job market, the number of remote jobs increases, technology evolves to adapt to the needs of their consumers. One of the challenges when it comes to remote jobs is communication with colleagues and productivity. One way to resolve the issue now is the use of augmented reality. Augmented reality is the integration of digital information with the user’s environment in real time. &lt;br&gt;
Augmented reality delivers visual elements, sound and other sensory information to the user, depending on the task they’re completing. There are various ways to use augmented reality, from the user’s smartphone to augmented reality goggles.&lt;br&gt;
Apple has introduced Vision Pro, which can be used to substitute for your computer. It creates a virtual environment anywhere you go. The user can have their meetings and complete their work in their backyard or even in the comfort of their bedroom.&lt;br&gt;
Augmented reality is not used only for work, it can be used as your own personal theater, whether you watch your favorite shows or play video games with friends. &lt;br&gt;
Augmented reality is opening doors to the infinite possibilities for what technology is capable of, if one is willing to explore the unknown. &lt;/p&gt;

</description>
      <category>ar</category>
      <category>tech</category>
    </item>
    <item>
      <title>React and Components</title>
      <dc:creator>Tiffanyman19</dc:creator>
      <pubDate>Wed, 31 Jan 2024 15:41:12 +0000</pubDate>
      <link>https://dev.to/tiffanyman19/react-and-components-5c79</link>
      <guid>https://dev.to/tiffanyman19/react-and-components-5c79</guid>
      <description>&lt;p&gt;React JS is a JavaScript library developed by Facebook, which was used to build Instagram and among other things. React is used by developers to create better user interface for websites and applications. &lt;br&gt;
Companies that use React JS is Netflix, UberEATS, PayPal and so much more! While it is possible to create programs and applications with JavaScript alone, projects created with React JS are easier to scale. When I mean by scale, the code is easier to write out and easier to understand and maintain. &lt;br&gt;
One part that is important to React JS is components. Components are independent bits of code that are reusable in the program. While they compute as JavaScript functions, they work in isolation and return in HTML format. &lt;br&gt;
Components come in two types: class and function components. Both class and function components work similarly, but function components are written in less code and are easier to understand. Function components are preferred more due to its capability.&lt;/p&gt;

</description>
      <category>react</category>
      <category>javascript</category>
      <category>programming</category>
    </item>
    <item>
      <title>Machine Learning</title>
      <dc:creator>Tiffanyman19</dc:creator>
      <pubDate>Fri, 12 Jan 2024 00:42:17 +0000</pubDate>
      <link>https://dev.to/tiffanyman19/machine-learning-gci</link>
      <guid>https://dev.to/tiffanyman19/machine-learning-gci</guid>
      <description>&lt;p&gt;JavaScript is a programming language that is heavily use in the tech industry. As the tech industry evolves, new trends emerge. One is artificial intelligence, or machine learning. Machine learning, an application of AI, is the process of using models of data to help a program/computer without direct instructions. That’s means either the program or the computer will mimic human intelligence to the best of its ability. &lt;br&gt;
Human intelligence is a mental quality that consists of various skills to adapt to their environment. From the ability to learn from experience to the ability to use their gain knowledge to manipulate their environment is what defined as human intelligence. When people are trying to mimic the human intelligence in artificial intelligence, developers must under a variety of expression and comprehend challenging concepts.&lt;br&gt;
To mimic the human mind, theoretical data models are created that are built for specific purposes. The data models are of the human brain that focuses on functions, vision, motion, sensory control, and learning. By understanding the cognitive functions of the human brain, reveals the complexity of complex processing capabilities. &lt;br&gt;
While artificial intelligence can do a wide range of tasks like a person, artificial intelligence is still lacking the “human factor”. There is scenarios that require human involvement. What is defined as “human factor” is emotion. The ability to interpret human emotions and facial expression. Human factors are not in the programming in the AI-enabled machine. AI can mimic human speech, but they lack human emotions, aka the human touch. But the machine can mimic the human to the best of its ability is by taking in data models, which will learn from the data.&lt;br&gt;
One way to generate theoretical data models is that software engineers use JavaScript to generate the data models.  JavaScript can showcase the language capabilities in artificial intelligence development. One of the prime examples that proves the previous statement is web integration and accessibility. JavaScript is integrated into various websites that the developers add ai to assist the users with almost any problems or concerns that may arise. One example is Flatiron! Developers at Flatiron integrates ai into the student’s education. The AI is used to assist the students with any problem and generate the information that helps them solve the problem in almost record speed. &lt;br&gt;
While there are pros to having AI in our lives, there are also cons to having AI at our dispense. As there is a rise in what AI is used for, people take advantage of its ability for their own gain. AI programs like Chat GPT and use it to get answers to question or exercises and commits plagiarism.&lt;br&gt;
AI has been integrated int almost in every aspect of life, from sending grocery orders by a voice command to asking for assistance with a homework problem. The possibility with artificial intelligence is limitless with the power of mind. &lt;/p&gt;

</description>
      <category>machinelearning</category>
      <category>ai</category>
      <category>javascript</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
