<?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: Kyle Parsotan</title>
    <description>The latest articles on DEV Community by Kyle Parsotan (@webdev990).</description>
    <link>https://dev.to/webdev990</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%2F1536647%2Fadd69ef0-d396-4bc0-af99-b4d3c39fadbb.png</url>
      <title>DEV Community: Kyle Parsotan</title>
      <link>https://dev.to/webdev990</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/webdev990"/>
    <language>en</language>
    <item>
      <title>HTTP vs HTTPS</title>
      <dc:creator>Kyle Parsotan</dc:creator>
      <pubDate>Sun, 28 Jul 2024 14:45:59 +0000</pubDate>
      <link>https://dev.to/webdev990/http-vs-https-3dhm</link>
      <guid>https://dev.to/webdev990/http-vs-https-3dhm</guid>
      <description>&lt;p&gt;HTTP vs HTTPS&lt;/p&gt;

&lt;p&gt;Breakdown -&lt;br&gt;
HTTP - less secure. Doesnt have any encryption. Doesn't improve ranking.&lt;/p&gt;

&lt;p&gt;HTTPS - secure with SSL certificate and TLS. Has encryption integrated. HTTPS is preferred over HTTP. Helps improve ranking.&lt;/p&gt;

&lt;p&gt;Follow for more information:&lt;br&gt;
&lt;a href="https://www.instagram.com/csdevfes/" rel="noopener noreferrer"&gt;Instagram&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.facebook.com/profile.php?id=61555806366813" rel="noopener noreferrer"&gt;Facebook&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.facebook.com/profile.php?id=61561939886439" rel="noopener noreferrer"&gt;Facebook&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.instagram.com/p/C9-DVEZSWZyTY2wSxfc-ZlSaOvf2MSgg0b5jMs0/" rel="noopener noreferrer"&gt;Instagram&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Interested in hiring a frontend developer, visit my profile to view my &lt;a href="https://stfly.biz/6YrW4" rel="noopener noreferrer"&gt;portfolio&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Do not forward.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>computerscience</category>
      <category>cybersecurity</category>
      <category>backend</category>
    </item>
    <item>
      <title>Contact Form - Frontend Mentor</title>
      <dc:creator>Kyle Parsotan</dc:creator>
      <pubDate>Sat, 13 Jul 2024 00:54:41 +0000</pubDate>
      <link>https://dev.to/webdev990/contact-form-frontend-mentor-1ki</link>
      <guid>https://dev.to/webdev990/contact-form-frontend-mentor-1ki</guid>
      <description>&lt;p&gt;&lt;strong&gt;Contact Form from Frontend Mentor&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The challenge&lt;br&gt;
Your challenge is to build out this contact form and get it looking as close to the design as possible. Pay particular attention to making this form accessible. Building accessible forms is a key skill for front-end developers. So this is a perfect challenge to practice.&lt;/p&gt;

&lt;p&gt;You can use any tools you like to help you complete the challenge. So if you've got something you'd like to practice, feel free to give it a go.&lt;/p&gt;

&lt;p&gt;Your users should be able to:&lt;/p&gt;

&lt;p&gt;Complete the form and see a success toast message upon successful submission&lt;br&gt;
Receive form validation messages if:&lt;br&gt;
A required field has been missed&lt;br&gt;
The email address is not formatted correctly&lt;br&gt;
Complete the form only using their keyboard&lt;br&gt;
Have inputs, error messages, and the success message announced on their screen reader&lt;br&gt;
View the optimal layout for the interface depending on their device's screen size&lt;br&gt;
See hover and focus states for all interactive elements on the page&lt;/p&gt;

&lt;p&gt;Tools used to build this website&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;em&gt;HTML, CSS, and JS&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I am proficient in HTML and CSS because they are easy to learn. I used flexbox to be able to create the card and then used flex to be able to get the text and other elements in a column. I used media query to be able to make the website responsive.&lt;/p&gt;

&lt;p&gt;Challenges I faced:&lt;br&gt;
I learned how to use JS/HTML DOM elements to be able to add functionality to the website. This allowed me to be able to check if the form has any errors or doesn't match. If the user enters the correct information then a message would appear for 5s.&lt;/p&gt;

&lt;p&gt;Demo:&lt;br&gt;
&lt;a href="https://contactformmain.netlify.app" rel="noopener noreferrer"&gt;https://contactformmain.netlify.app&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Github:&lt;br&gt;
&lt;a href="https://github.com/Kyl67899/contact-form" rel="noopener noreferrer"&gt;https://github.com/Kyl67899/contact-form&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>beginners</category>
    </item>
    <item>
      <title>LetsGrowMore - Data Science</title>
      <dc:creator>Kyle Parsotan</dc:creator>
      <pubDate>Tue, 28 May 2024 02:47:15 +0000</pubDate>
      <link>https://dev.to/webdev990/letsgrowmore-data-science-33h5</link>
      <guid>https://dev.to/webdev990/letsgrowmore-data-science-33h5</guid>
      <description>&lt;p&gt;TASK 1 IRIS CLASSIFICATION&lt;br&gt;
Data Analysis Intern at LetsGrowMore&lt;br&gt;
Used Python to conduct statistical analysis on the IRIS CLASSIFICATION dataset.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Python &lt;/li&gt;
&lt;li&gt;ML&lt;/li&gt;
&lt;li&gt;pandas&lt;/li&gt;
&lt;li&gt;matplotlib&lt;/li&gt;
&lt;li&gt;seaborn&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Github: &lt;br&gt;
&lt;a href="https://lnkd.in/edmxitGp" rel="noopener noreferrer"&gt;https://lnkd.in/edmxitGp&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;Data Set #2: Stock Market &lt;br&gt;
Used Python to conduct statistical analysis on the stock market dataset.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Python &lt;/li&gt;
&lt;li&gt;ML&lt;/li&gt;
&lt;li&gt;pandas&lt;/li&gt;
&lt;li&gt;matplotlib&lt;/li&gt;
&lt;li&gt;seaborn&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Here is the dataset:&lt;br&gt;
&lt;a href="https://lnkd.in/edmxitGp" rel="noopener noreferrer"&gt;https://lnkd.in/edmxitGp&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;Dataset #3:&lt;br&gt;
Global Terrorist&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Python &lt;/li&gt;
&lt;li&gt;ML&lt;/li&gt;
&lt;li&gt;pandas&lt;/li&gt;
&lt;li&gt;matplotlib&lt;/li&gt;
&lt;li&gt;seaborn&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Github:&lt;br&gt;
&lt;a href="https://lnkd.in/edmxitGp" rel="noopener noreferrer"&gt;https://lnkd.in/edmxitGp&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  DataScience #softwareengineer #computerscience
&lt;/h1&gt;

</description>
      <category>datascience</category>
      <category>python</category>
      <category>machinelearning</category>
      <category>programming</category>
    </item>
    <item>
      <title>Data Analysis - Meriskill</title>
      <dc:creator>Kyle Parsotan</dc:creator>
      <pubDate>Tue, 28 May 2024 02:22:49 +0000</pubDate>
      <link>https://dev.to/webdev990/data-analysis-49h</link>
      <guid>https://dev.to/webdev990/data-analysis-49h</guid>
      <description>&lt;p&gt;As a Data Analysis Intern, I have worked on three datasets (Sales, HR, and Diabetes). With my range of programming skills, I use different tools: Python, Tableau, ML Algorithm, Seaborn, Matplotlib, and Pandas.&lt;/p&gt;

&lt;p&gt;Visit the dashboard (Sales) at &lt;br&gt;
&lt;a href="https://stfly.biz/6YDmr" rel="noopener noreferrer"&gt;https://stfly.biz/6YDmr&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Summary:&lt;br&gt;
Overall, most of the employers don't travel for most of the field and departments. HR has the highest number if employers compared to other departments and fields. The employer's age ranges from between the low to mix 30 to the low 40s for most of the fields and department. Lastly, there are more males than females in most the education field and department.&lt;/p&gt;

&lt;p&gt;You can find the analysis (HR) at &lt;br&gt;
&lt;a href="https://stfly.biz/6YDns" rel="noopener noreferrer"&gt;https://stfly.biz/6YDns&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Video:&lt;br&gt;
&lt;a href="https://stfly.biz/6YDCY" rel="noopener noreferrer"&gt;https://stfly.biz/6YDCY&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Visit the Github:&lt;br&gt;
&lt;a href="https://github.com/Kyl67899/Meriskill_Data_Analysis_intern" rel="noopener noreferrer"&gt;https://github.com/Kyl67899/Meriskill_Data_Analysis_intern&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  DataScience #SoftwareEngineering #SQL #Python #Tableau #DataAnalysis #ComputerScience
&lt;/h1&gt;

</description>
      <category>python</category>
      <category>machinelearning</category>
      <category>datascience</category>
      <category>dataanalysis</category>
    </item>
    <item>
      <title>Recipe Food App</title>
      <dc:creator>Kyle Parsotan</dc:creator>
      <pubDate>Tue, 28 May 2024 02:10:04 +0000</pubDate>
      <link>https://dev.to/webdev990/recipe-food-app-16j</link>
      <guid>https://dev.to/webdev990/recipe-food-app-16j</guid>
      <description>&lt;p&gt;Developed a Recipe Food App.&lt;/p&gt;

&lt;p&gt;Tools:&lt;br&gt;
React&lt;br&gt;
API: &lt;a href="https://www.themealdb.com/" rel="noopener noreferrer"&gt;https://www.themealdb.com/&lt;/a&gt;&lt;br&gt;
Pure CSS&lt;br&gt;
MaterialUI&lt;/p&gt;

&lt;p&gt;&lt;a href="https://stfly.biz/6Z6bJ" rel="noopener noreferrer"&gt;Demo&lt;/a&gt; || recipe--page.vercel.app &lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/Kyl67899/RecipeApp" rel="noopener noreferrer"&gt;Github Repo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://stfly.biz/6Z7jJ" rel="noopener noreferrer"&gt;Video&lt;/a&gt; || &lt;a href="https://youtu.be/iEPVzqdIOts" rel="noopener noreferrer"&gt;https://youtu.be/iEPVzqdIOts&lt;/a&gt;&lt;/p&gt;

</description>
      <category>react</category>
      <category>css</category>
      <category>html</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
