<?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>Forem: STEMInstructor</title>
    <description>The latest articles on Forem by STEMInstructor (@steminstructor).</description>
    <link>https://forem.com/steminstructor</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%2F470615%2F322f5f55-1c83-441e-bf63-c9c8a8555a70.jpg</url>
      <title>Forem: STEMInstructor</title>
      <link>https://forem.com/steminstructor</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/steminstructor"/>
    <language>en</language>
    <item>
      <title>So you already know about Machine Learning? - Ìmọ̀ Ẹ̀kọ́ Ẹ̀rọ́ Ṣe Pàtàkì L'asìkò Tawà Yì</title>
      <dc:creator>STEMInstructor</dc:creator>
      <pubDate>Thu, 20 Jan 2022 15:07:31 +0000</pubDate>
      <link>https://forem.com/steminstructor/so-you-already-know-about-machine-learning-imo-eko-ero-se-pataki-lasiko-tawa-yi-2890</link>
      <guid>https://forem.com/steminstructor/so-you-already-know-about-machine-learning-imo-eko-ero-se-pataki-lasiko-tawa-yi-2890</guid>
      <description>&lt;p&gt;&lt;strong&gt;A Bit of Machine Learning&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;ML helps systems the ability to learn automatically and improve from experience without being programmed explicitly. It allow computers and systems to discover useful insights.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--26kNDmGE--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn.hashnode.com/res/hashnode/image/upload/v1642690721638/JPXXEURux.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--26kNDmGE--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn.hashnode.com/res/hashnode/image/upload/v1642690721638/JPXXEURux.jpeg" alt="Mixer Helps Human Mix Ingredients for Baking - Rollademy" width="640" height="960"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;For short, ML is a new way of telling your wishes to a system.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Iwulo Pàtàkì Ìmọ̀ Ẹ̀kọ́ Ẹ̀rọ́&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Detecting Fraud — Fraud detection in credit card transactions.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Identification of Spam Emails — Helps in categorizing inbox and spam mails.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Recommendation Apps and Websites — Websites like Ebay can recommend you products based on your previously checked or favorited list of products and many more.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Written by &lt;a href="https://twitter.com/STEMInstructor_"&gt;Rasheedah&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you like this article please like and share. Follow us on &lt;a href="https://twitter.com/rollademy"&gt;Twitter&lt;/a&gt;. Visit &lt;a href="http://rollademy.com"&gt;Rollademy&lt;/a&gt; to learn more about Data Science free of charge.&lt;/p&gt;

</description>
      <category>python</category>
      <category>yoruba</category>
    </item>
    <item>
      <title>Examples of Pandas In Real Life - Ẹ Gbà Ẹ Tọwó</title>
      <dc:creator>STEMInstructor</dc:creator>
      <pubDate>Thu, 20 Jan 2022 15:05:08 +0000</pubDate>
      <link>https://forem.com/steminstructor/examples-of-pandas-in-real-life-e-gba-e-towo-3eie</link>
      <guid>https://forem.com/steminstructor/examples-of-pandas-in-real-life-e-gba-e-towo-3eie</guid>
      <description>&lt;p&gt;Some of the real life examples of Python Pandas is that it is widely used in:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Recommendation Systems: Netflix, YouTube or Spotify have been giving us great recommendations. This is only possible by handling a lot of data and by learning user inputs.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Stock Prediction: With Pandas, we can make models that will predict the Stock Market results.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Economics: Helps to know how the Economy is growing in various sections. Economists can use Pandas to analyze huge datasets.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;
  
  
  Other Uses by  &lt;a href="https://pandas.pydata.org/docs/getting_started/overview.html"&gt;Pandas Website&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;Pandas is fast. Many of the low-level algorithmic bits have been extensively tweaked in Cython code. However, as with anything else generalization usually sacrifices performance. So if you focus on one feature for your application you may be able to create a faster specialized tool.&lt;/p&gt;

&lt;p&gt;Pandas is a dependency of statsmodels, making it an important part of the statistical computing ecosystem in Python.&lt;/p&gt;

&lt;p&gt;Pandas has been used extensively in production in financial applications.&lt;/p&gt;

&lt;p&gt;Written by  &lt;a href="https://twitter.com/STEMInstructor_"&gt;Rasheedah&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;If you like this article please like and share. Follow us on  &lt;a href="https://twitter.com/rollademy"&gt;Twitter&lt;/a&gt; . Visit  &lt;a href="http://rollademy.com"&gt;Rollademy&lt;/a&gt;  to learn more about Data Science free of charge.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Real Life Examples of Pandas - Ẹ Gbà Ẹ Tọwó</title>
      <dc:creator>STEMInstructor</dc:creator>
      <pubDate>Wed, 19 Jan 2022 12:36:23 +0000</pubDate>
      <link>https://forem.com/steminstructor/real-life-examples-of-pandas-e-gba-e-towo-2d97</link>
      <guid>https://forem.com/steminstructor/real-life-examples-of-pandas-e-gba-e-towo-2d97</guid>
      <description>&lt;p&gt;Some of the real life examples of Python Pandas is that it is widely used in:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Recommendation Systems: Netflix, YouTube or Spotify have been giving us great recommendations. This is only possible by handling a lot of data and by learning user inputs.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Stock Prediction: With Pandas, we can make models that will predict the Stock Market results.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Economics: Helps to know how the Economy is growing in various sections. Economists can use Pandas to analyze huge datasets.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;
  
  
  Other Uses by  &lt;a href="https://pandas.pydata.org/docs/getting_started/overview.html"&gt;Pandas Website&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;Pandas is fast. Many of the low-level algorithmic bits have been extensively tweaked in Cython code. However, as with anything else generalization usually sacrifices performance. So if you focus on one feature for your application you may be able to create a faster specialized tool.&lt;/p&gt;

&lt;p&gt;Pandas is a dependency of statsmodels, making it an important part of the statistical computing ecosystem in Python.&lt;/p&gt;

&lt;p&gt;Pandas has been used extensively in production in financial applications.&lt;/p&gt;

&lt;p&gt;Written by  &lt;a href="https://twitter.com/STEMInstructor_"&gt;Rasheedah&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;If you like this article please like and share. Follow us on  &lt;a href="https://twitter.com/rollademy"&gt;Twitter&lt;/a&gt; . Visit  &lt;a href="http://rollademy.com"&gt;Rollademy&lt;/a&gt;  to learn more about Data Science free of charge.&lt;/p&gt;

</description>
      <category>python</category>
      <category>webdev</category>
      <category>programming</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>Matploitlib - Python's Library</title>
      <dc:creator>STEMInstructor</dc:creator>
      <pubDate>Tue, 11 Jan 2022 16:25:46 +0000</pubDate>
      <link>https://forem.com/steminstructor/matploitlib-pythons-library-2cna</link>
      <guid>https://forem.com/steminstructor/matploitlib-pythons-library-2cna</guid>
      <description>&lt;p&gt;The most popular Python Plotting Library is Matploitlib. It is very useful for those working in Numpy and Python. It’s interface looks like Matlab, just that you have to write more codes but it comes with lots of freedom.&lt;/p&gt;

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

&lt;p&gt;It is a comprehensive library used for creating animated and interactive visualizations in Python.&lt;/p&gt;

&lt;h2&gt;
  
  
  Advantages of Matploitlib
&lt;/h2&gt;

&lt;p&gt;Matploitlib is not only powerful, it is efficient, fast and open-source. Also, it has:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;High-quality graphics&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Large community support&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Cross-platform&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;give full control over plot styles&lt;/p&gt;

&lt;p&gt;In Yorùbá you can say:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Ògòngò lọba ẹyẹ, kìnìún lọba ẹranko - so therefore, Python Matploitlib lagbade fun.&lt;/p&gt;
&lt;/blockquote&gt;

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

&lt;p&gt;Matploitlib can therefore be regarded as king of data visualization.&lt;/p&gt;

&lt;p&gt;Written by &lt;a href="https://twitter.com/STEMInstructor_"&gt;Rasheedah&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you like this article please like and share. Follow us on &lt;a href="https://twitter.com/rollademy"&gt;Twitter&lt;/a&gt;. Visit &lt;a href="http://rollademy.one"&gt;Rollademy&lt;/a&gt; to learn more about Data Science free of charge.&lt;/p&gt;

</description>
      <category>python</category>
      <category>datascience</category>
      <category>programming</category>
      <category>devops</category>
    </item>
    <item>
      <title>Data Visualization - Basic Things To Know</title>
      <dc:creator>STEMInstructor</dc:creator>
      <pubDate>Mon, 10 Jan 2022 15:15:06 +0000</pubDate>
      <link>https://forem.com/steminstructor/data-visualization-basic-things-to-know-48a</link>
      <guid>https://forem.com/steminstructor/data-visualization-basic-things-to-know-48a</guid>
      <description>&lt;h2&gt;
  
  
  What is Data Visualization?
&lt;/h2&gt;

&lt;p&gt;Data Visualization is the representation of data in a chart, a graph or other visual representation. One of the basic things to know about data visualization is that it communicates the relationship of data with images.&lt;/p&gt;

&lt;p&gt;Data Visualization is the way our brains work and how the brain translates ideas into reality. There’s a Yorùbá adage that says:&lt;/p&gt;

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

&lt;blockquote&gt;
&lt;p&gt;Oun tí ojú àgbàlágbà nri lorí ìjókò, bí ọmọdè bá gun orí igi ojú e kò le rí lae lae&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  Breaking it down…
&lt;/h2&gt;

&lt;p&gt;Another basic thing to know about data visualization is that it is a form of visual art that makes us keep our attention on the message that makes us keep our attention on the message.&lt;/p&gt;

&lt;h2&gt;
  
  
  Example:
&lt;/h2&gt;

&lt;p&gt;Google Map Traffic Visualization - See &lt;a href="https://www.google.com/maps/"&gt;here&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Hard Disk Drive Data Visualization&lt;/p&gt;

&lt;p&gt;Visual representation of data etc.&lt;/p&gt;

&lt;p&gt;Written by &lt;a href="https://twitter.com/STEMInstructor_"&gt;Rasheedah&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you like this article please like and share. Follow us on &lt;a href="https://twitter.com/rollademy"&gt;Twitter&lt;/a&gt;. Visit &lt;a href="https://twitter.com/rollademy"&gt;Rollademy&lt;/a&gt; to learn more about Data Science free of charge.&lt;/p&gt;

</description>
      <category>datascience</category>
      <category>machinelearning</category>
      <category>python</category>
      <category>programming</category>
    </item>
    <item>
      <title>Google's Machine Learning Crash Course - 43 Rules of Machine Learning (summary)</title>
      <dc:creator>STEMInstructor</dc:creator>
      <pubDate>Thu, 12 Aug 2021 10:58:51 +0000</pubDate>
      <link>https://forem.com/steminstructor/google-s-machine-learning-crash-course-43-rules-of-machine-learning-summary-2f0p</link>
      <guid>https://forem.com/steminstructor/google-s-machine-learning-crash-course-43-rules-of-machine-learning-summary-2f0p</guid>
      <description>&lt;p&gt;At the end of this article, you will understand the basic knowledge of machine learning and get the benefit of Google's best practices in machine learning:&lt;/p&gt;

&lt;p&gt;This approach will work well for a long time. Diverge from this approach only when there are no more simple tricks to get you any farther.&lt;/p&gt;

&lt;p&gt;Rule #1: Don’t be afraid to launch a product without machine learning&lt;/p&gt;

&lt;p&gt;Rule #2: First, design and implement metrics.&lt;/p&gt;

&lt;p&gt;Rule #3: Choose machine learning over a complex heuristic.&lt;/p&gt;

&lt;p&gt;Rule #4: Keep the first model simple and get the infrastructure right.&lt;/p&gt;

&lt;p&gt;Rule #5: Test the infrastructure independently from the machine learning.&lt;/p&gt;

&lt;p&gt;Rule #6: Be careful about dropped data when copying pipelines.&lt;/p&gt;

&lt;p&gt;Rule #7: Turn heuristics into features, or handle them externally.&lt;/p&gt;

&lt;p&gt;Rule #8: Know the freshness requirements of your system.&lt;/p&gt;

&lt;p&gt;Rule #9: Detect problems before exporting models.&lt;/p&gt;

&lt;p&gt;Rule #10: Watch for silent failures.&lt;/p&gt;

&lt;p&gt;Rule #11: Give feature columns owners and documentation.&lt;/p&gt;

&lt;p&gt;Rule #12: Don’t overthink which objective you choose to directly optimize.&lt;/p&gt;

&lt;p&gt;Rule #13: Choose a simple, observable and attributable metric for your first objective.&lt;/p&gt;

&lt;p&gt;Rule #14: Starting with an interpretable model makes debugging easier.&lt;/p&gt;

&lt;p&gt;Rule #15: Separate Spam Filtering and Quality Ranking in a Policy Layer.&lt;/p&gt;

&lt;p&gt;Rule #16: Plan to launch and iterate.&lt;/p&gt;

&lt;p&gt;Rule #17: Start with directly observed and reported features as opposed to learned features.&lt;/p&gt;

&lt;p&gt;Rule #18: Explore with features of content that generalize across contexts.&lt;/p&gt;

&lt;p&gt;Rule #19: Use very specific features when you can.&lt;/p&gt;

&lt;p&gt;Rule #20: Combine and modify existing features to create new features in human¬-understandable ways.&lt;/p&gt;

&lt;p&gt;Rule #21: The number of feature weights you can learn in a linear model is roughly proportional to the amount of data you have.&lt;/p&gt;

&lt;p&gt;Rule #22: Clean up features you are no longer using.&lt;/p&gt;

&lt;p&gt;Rule #23: You are not a typical end user.&lt;/p&gt;

&lt;p&gt;Rule #24: Measure the delta between models.&lt;/p&gt;

&lt;p&gt;Rule #25: When choosing models, utilitarian performance trumps predictive power.&lt;/p&gt;

&lt;p&gt;Rule #26: Look for patterns in the measured errors, and create new features.&lt;/p&gt;

&lt;p&gt;Rule #27: Try to quantify observed undesirable behavior.&lt;/p&gt;

&lt;p&gt;Rule #28: Be aware that identical short-term behavior does not imply identical long-term behavior.&lt;/p&gt;

&lt;p&gt;Rule #29: The best way to make sure that you train like you serve is to save the set of features used at serving time, and then pipe those features to a log to use them at training time.&lt;/p&gt;

&lt;p&gt;Rule #30: Importance-weight sampled data, don’t arbitrarily drop it!&lt;br&gt;
Rule #31: Beware that if you join data from a table at training and serving time, the data in the table may change.&lt;/p&gt;

&lt;p&gt;Rule #32: Re-use code between your training pipeline and your serving pipeline whenever possible.&lt;/p&gt;

&lt;p&gt;Rule #33: If you produce a model based on the data until January 5th, test the model on the data from January 6th and after.&lt;/p&gt;

&lt;p&gt;Rule #34: In binary classification for filtering (such as spam detection or determining interesting emails), make small short-term sacrifices in performance for very clean data.&lt;/p&gt;

&lt;p&gt;Rule #35: Beware of the inherent skew in ranking problems.&lt;/p&gt;

&lt;p&gt;Rule #36: Avoid feedback loops with positional features.&lt;/p&gt;

&lt;p&gt;Rule #37: Measure Training/Serving Skew.&lt;/p&gt;

&lt;p&gt;Rule #38: Don’t waste time on new features if unaligned objectives have become the issue.&lt;/p&gt;

&lt;p&gt;Rule #39: Launch decisions are a proxy for long-term product goals.&lt;/p&gt;

&lt;p&gt;Rule #40: Keep ensembles simple.&lt;/p&gt;

&lt;p&gt;Rule #41: When performance plateaus, look for qualitatively new sources of information to add rather than refining existing signals.&lt;/p&gt;

&lt;p&gt;Rule #42: Don’t expect diversity, personalization, or relevance to be as correlated with popularity as you think they are.&lt;/p&gt;

&lt;p&gt;Rule #43: Your friends tend to be the same across different products. Your interests tend not to be.&lt;/p&gt;

</description>
      <category>machinelearning</category>
      <category>python</category>
      <category>programming</category>
    </item>
    <item>
      <title>Google's Machine Learning Crash Course - Introduction to ML</title>
      <dc:creator>STEMInstructor</dc:creator>
      <pubDate>Wed, 11 Aug 2021 18:55:08 +0000</pubDate>
      <link>https://forem.com/steminstructor/google-s-machine-learning-crash-course-introduction-to-ml-56p0</link>
      <guid>https://forem.com/steminstructor/google-s-machine-learning-crash-course-introduction-to-ml-56p0</guid>
      <description>&lt;p&gt;Here is the summary of Video 1: Introduction to ML&lt;/p&gt;

&lt;p&gt;At the end of the article, you will be able to:&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Recognize the practical benefits of mastering machine learning
Understand the philosophy behind machine learning
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;Machine learning is a valuable tool that help software engineers make sense of their data. First, it gives you a tool to reduce the time you spend programming. Second, it will allow you to customize your products, making them better for specific groups of people. And third, machine learning lets you solve problems that you, as a programmer, have no idea how to do by hand.&lt;/p&gt;

&lt;p&gt;As a human being, I have the ability to recognize my friends' faces and understand their speech, but I do all of this subconsciously so if you asked me to write down a program to do it, I'd be completely baffled. But these are tasks that machine learning algorithms do very well; I don't need to tell the algorithm what to do, I only need to show the algorithm lots of examples, and from that the task can be solved. In a nutshell, Machine learning changes the way you think about a problem.&lt;/p&gt;

</description>
      <category>machinelearning</category>
      <category>python</category>
      <category>programming</category>
    </item>
    <item>
      <title>Is Machine Learning For You?</title>
      <dc:creator>STEMInstructor</dc:creator>
      <pubDate>Tue, 29 Jun 2021 10:57:47 +0000</pubDate>
      <link>https://forem.com/steminstructor/is-machine-learning-for-you-337h</link>
      <guid>https://forem.com/steminstructor/is-machine-learning-for-you-337h</guid>
      <description>&lt;p&gt;Machine learning (ML) is a method of data analysis that automates analytical model building. It is one of the branches of artificial intelligence (AI) based on the idea that systems can learn from data, make decisions and identify patterns with little or no human intervention. ML can also be described as a type of AI that allows software applications to become more accurate at predicting outcomes without being explicitly programmed to do so. &lt;/p&gt;

&lt;h2&gt;
  
  
  Why is it recommended that you learn ML?
&lt;/h2&gt;

&lt;p&gt;ML is very important because it gives organizations an idea about changes in customer behavior and business operational patterns, and also in the support of the development of new products.&lt;/p&gt;

&lt;p&gt;Do you think you would like to pick up a Machine Learning Tutorial or eBook soon? Please let me know in the comment section.&lt;/p&gt;

&lt;p&gt;I hope this helps :-)&lt;/p&gt;

&lt;p&gt;If you enjoy this, please subscribe to my &lt;a href="https://www.getrevue.co/profile/STEMInstructor"&gt;Newsletter&lt;/a&gt; and check out my work &lt;a href="https://gum.co/wynyaajd"&gt;here&lt;/a&gt;. You can also hook me up on &lt;a href="https://www.twitter.com/STEMInstructor_"&gt;Twitter&lt;/a&gt;&lt;/p&gt;

</description>
      <category>machinelearning</category>
      <category>datascience</category>
      <category>python</category>
      <category>ai</category>
    </item>
    <item>
      <title>Prioritizing your Mental Health As a Developer</title>
      <dc:creator>STEMInstructor</dc:creator>
      <pubDate>Mon, 28 Jun 2021 04:09:11 +0000</pubDate>
      <link>https://forem.com/steminstructor/prioritizing-your-mental-health-as-a-developer-bme</link>
      <guid>https://forem.com/steminstructor/prioritizing-your-mental-health-as-a-developer-bme</guid>
      <description>&lt;p&gt;There is no perfect answer when it comes to telling people where you work about the condition of your mental health. What you have chosen to tell others really depends on how much it affects your role, your relationships with your colleagues and the amount of support you have outside the workplace. The following are some of the things you can do to prioritize your mental health.&lt;/p&gt;

&lt;p&gt;Eat well—poor food choices can affect brain function. More healthier foods like vegetables, fruits and grains contribute greatly to an improved mental health.&lt;/p&gt;

&lt;p&gt;Rest—Good hours of sleep at night helps improves your ability to handle problems and react in a good way to situations.&lt;/p&gt;

&lt;p&gt;Exercise—a regular physical exercise can improve the metabolic function and produces endorphins which helps reduces tension, increase alertness and improves good mood.&lt;/p&gt;

&lt;p&gt;I hope this helps :-)&lt;/p&gt;

&lt;p&gt;If you enjoy this, please subscribe to my &lt;a href="https://www.getrevue.co/profile/STEMInstructor"&gt;Newsletter&lt;/a&gt; and check out my work &lt;a href="https://gum.co/wynyaajd"&gt;here&lt;/a&gt;. You can also hook me up on &lt;a href="https://www.twitter.com/STEMInstructor_"&gt;Twitter&lt;/a&gt;&lt;/p&gt;

</description>
      <category>mentalhealth</category>
      <category>devops</category>
      <category>productivity</category>
    </item>
    <item>
      <title>Basic Unity3D Interface</title>
      <dc:creator>STEMInstructor</dc:creator>
      <pubDate>Wed, 05 May 2021 15:42:20 +0000</pubDate>
      <link>https://forem.com/steminstructor/basic-unity3d-tutorial-33ll</link>
      <guid>https://forem.com/steminstructor/basic-unity3d-tutorial-33ll</guid>
      <description>&lt;p&gt;WHAT IS UNITY&lt;br&gt;
Unity3D is a powerful cross-platform 3D game engine and has a user-friendly development environment. Unity is a flexible engine for beginners and expert game developers. Unity is used to create 3D games and applications for mobile, desktop, the web, and consoles. You can download and launch unity by visiting &lt;a href="https://unity3d.com/get-unity/download"&gt;https://unity3d.com/get-unity/download&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;UNITY USER INTERFACE &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;THE SCENE VIEW: Imagine yourself that you are a director of a movie, so basically a scene view is everything including the stage. You have the cameras, the lights, maybe some actors off stage that are about to come in i.e., your game objects, in just a moment. So basically, you see everything that will make up your game and this is also where you're going to be designing your game. (See page 2 for image).&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Contd:&lt;br&gt;
Download the free e-book here (3 -paged Manual)&lt;/p&gt;

&lt;p&gt;&lt;a href="https://bit.ly/3uqvIta"&gt;https://bit.ly/3uqvIta&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Subscribe to Newsletters on How to Create 3D Games Easily here:&lt;br&gt;
&lt;a href="https://bit.ly/2PQzZXU"&gt;https://bit.ly/2PQzZXU&lt;/a&gt;&lt;/p&gt;

</description>
      <category>unity3d</category>
      <category>csharp</category>
      <category>100daysofcode</category>
      <category>gamedev</category>
    </item>
    <item>
      <title>Flip Yo Bg Color in JavaScript ✌😊</title>
      <dc:creator>STEMInstructor</dc:creator>
      <pubDate>Tue, 27 Oct 2020 17:01:45 +0000</pubDate>
      <link>https://forem.com/steminstructor/flip-yo-bg-color-in-javascript-4ffe</link>
      <guid>https://forem.com/steminstructor/flip-yo-bg-color-in-javascript-4ffe</guid>
      <description>&lt;p&gt;Have you been looking for how to flip yo bg in JavaScript?😊 Yeah Here's how &amp;amp; as usual, with the JavaScript codes explained line by line. Another edition of #OneAppADay Series.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://rasheedatoba.com.ng/category/build-an-app/javascript/"&gt;https://rasheedatoba.com.ng/category/build-an-app/javascript/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Please like and share. 😊😉&lt;/p&gt;

</description>
      <category>100daysofcode</category>
      <category>oneappaday</category>
    </item>
    <item>
      <title>Instagram User Online with HTML &amp; CSS</title>
      <dc:creator>STEMInstructor</dc:creator>
      <pubDate>Mon, 26 Oct 2020 14:47:05 +0000</pubDate>
      <link>https://forem.com/steminstructor/instagram-user-online-with-html-css-41n9</link>
      <guid>https://forem.com/steminstructor/instagram-user-online-with-html-css-41n9</guid>
      <description>&lt;p&gt;Coding everyday has been a wonderful thing and here's sharing with you how to code an Instagram User Online interface with HTML and CSS with detailed explanation of each line of codes. Here is a link to it. Enjoy! :-)&lt;/p&gt;

&lt;p&gt;&lt;a href="https://rasheedatoba.com.ng/instagram-user-online/"&gt;https://rasheedatoba.com.ng/instagram-user-online/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>html</category>
      <category>css</category>
      <category>codenewbie</category>
      <category>oneappaday</category>
    </item>
  </channel>
</rss>
