<?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: kxm5816</title>
    <description>The latest articles on DEV Community by kxm5816 (@kxm5816).</description>
    <link>https://dev.to/kxm5816</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%2F695619%2F688356bb-0444-4762-83d1-bed444ea8cc3.png</url>
      <title>DEV Community: kxm5816</title>
      <link>https://dev.to/kxm5816</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kxm5816"/>
    <language>en</language>
    <item>
      <title>How to install open-wc on Mac</title>
      <dc:creator>kxm5816</dc:creator>
      <pubDate>Mon, 13 Dec 2021 03:51:00 +0000</pubDate>
      <link>https://dev.to/kxm5816/how-to-install-open-wc-on-mac-3465</link>
      <guid>https://dev.to/kxm5816/how-to-install-open-wc-on-mac-3465</guid>
      <description>&lt;h2&gt;
  
  
  open-wc tutorial Mac:
&lt;/h2&gt;

&lt;p&gt;Before beginning the installation of open-wc on Mac, it is important to verify what version of Nodejs is installed on your computer. Node 14 (14.15.5) is the correct version to download in order for the rest of the steps to work. To check for updates, visit here:&lt;br&gt;
 &lt;a href="https://nodejs.org/en/"&gt;https://nodejs.org/en/&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Then to install npm on your machine, you type in the terminal:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;"npm install -g npm" &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Typing "node -v" will let you know what version you have and if you have successfully installed npm.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;After that, you want to install yarn onto your computer.  Go to the command terminal and type in:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;"npm install -g yarn"&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Similar to node, type in "yarn -- version" to see what version you have and if the download was successful.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Finally, go to the command line and type:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;"npm init @open-wc" &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Go through the rest of the instructions:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;-Create new project scaffold&lt;br&gt;
-Web Component&lt;br&gt;
-Linting, Testing, Demoing&lt;br&gt;
-Does NOT use Typescript&lt;br&gt;
-Name "hello-world"&lt;br&gt;
-Installed via yarn&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Confirmation message will appear if all is done correctly.&lt;/strong&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Final Project - Trading Card</title>
      <dc:creator>kxm5816</dc:creator>
      <pubDate>Mon, 13 Dec 2021 03:47:56 +0000</pubDate>
      <link>https://dev.to/kxm5816/final-project-trading-card-31ck</link>
      <guid>https://dev.to/kxm5816/final-project-trading-card-31ck</guid>
      <description>&lt;p&gt;&lt;strong&gt;The Project:&lt;/strong&gt;&lt;br&gt;
The project we chose to work on was to create trading cards that display multiple statistics pertaining to each card and for the user to have the ability to create their own card from a template.  In order for the user to be able to create their own card, we needed to implement HAX so the elements were able to be manipulated.  The card had to look similar to an asset looking like this: &lt;/p&gt;

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

&lt;p&gt;&lt;strong&gt;Progress So Far:&lt;/strong&gt;&lt;br&gt;
So far, we have made solid progress as a group and the cards are starting to come together.  As of right now, the cards look like this:&lt;/p&gt;

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

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

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

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

&lt;p&gt;We still may change some of the properties around and make overall improvements towards the card.  The card does work with HAX in the demo, and users are able to customize and create their own trading card.&lt;/p&gt;

&lt;p&gt;The array called 'cardData' is where we pull most of the information from like the name, image, age, power, and speed.  &lt;/p&gt;

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

&lt;p&gt;'cardData' also is where the formatting for the statistics and image rendering is done.  The CSS in 'cardData' is done in a way to make the images look more like conventional trading cards.&lt;/p&gt;

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

&lt;p&gt;Arrays are then rendered via mapping to be updated and printed according to our specifications.  The mapping was somewhat tricky to figure out, but we are glad we did because it makes the rest of the project easier to work with. HAX was also pretty cool to work with and giving users the ability to change elements to accommodate their preferences is an interesting and forward-thinking concept.&lt;/p&gt;

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

&lt;p&gt;&lt;a href="https://www.npmjs.com/package/@paddyshub/project-3"&gt;https://www.npmjs.com/package/@paddyshub/project-3&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;
  
  
  Github:
&lt;/h2&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--566lAguM--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev.to/assets/github-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/PaddysHub"&gt;
        PaddysHub
      &lt;/a&gt; / &lt;a href="https://github.com/PaddysHub/project-3"&gt;
        project-3
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      
    &lt;/h3&gt;
  &lt;/div&gt;
&lt;/div&gt;


</description>
    </item>
    <item>
      <title>Build Any App</title>
      <dc:creator>kxm5816</dc:creator>
      <pubDate>Mon, 08 Nov 2021 04:48:50 +0000</pubDate>
      <link>https://dev.to/kxm5816/build-any-app-48h5</link>
      <guid>https://dev.to/kxm5816/build-any-app-48h5</guid>
      <description>&lt;h1&gt;
  
  
  If I Could Build an App...
&lt;/h1&gt;

&lt;p&gt;I would want to build an app that would help people sell each other junk that they do not need anymore to those who need it.  People would put a search out for an item that they would like, and they will be recommended items that are exact matches or very similar to the request.&lt;/p&gt;

&lt;h1&gt;
  
  
  Who would it be for?
&lt;/h1&gt;

&lt;p&gt;The app would be for those who do not want to spend lots of money on brand new items and are looking for things that have been used and feature a reduced price tag.&lt;/p&gt;

&lt;h1&gt;
  
  
  How Would They Use It?
&lt;/h1&gt;

&lt;p&gt;It will search those nearby first, and then those outside of an approximate radius, to reduce the need for shipping.  The application is used on mobile devices and algorithms will help find similar results if exact results are not found.  Requests will stay active on the application and an alert will be given if a match is made.&lt;/p&gt;

&lt;h1&gt;
  
  
  How Would You Use It?
&lt;/h1&gt;

&lt;p&gt;I would use it to find obscure collectibles or maybe even vintage clothes.  I will try and find things that I like/want, without having to pay the full price.&lt;/p&gt;

&lt;h1&gt;
  
  
  If money was no concern, time no concern; what would you do with your life and the skills you've assembled if you could dedicate it to one thing?
&lt;/h1&gt;

&lt;p&gt;I would really like to become a web developer one day and create contemporary and interactive websites.  I think design is a very interesting area to work in, and it would keep my creativity active.  &lt;/p&gt;

</description>
    </item>
    <item>
      <title>Font Adjustment</title>
      <dc:creator>kxm5816</dc:creator>
      <pubDate>Mon, 25 Oct 2021 04:04:27 +0000</pubDate>
      <link>https://dev.to/kxm5816/font-adjustment-45l6</link>
      <guid>https://dev.to/kxm5816/font-adjustment-45l6</guid>
      <description>&lt;p&gt;We decided this well to change around some of the fonts, as well as the font sizes.  We will continue to work on other font adaptations in the future, but we are generally testing right now.  We did not address any of the "swap" features, but will look into further this week.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/PaddysHub/project-two"&gt;https://github.com/PaddysHub/project-two&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Web Component Considerations</title>
      <dc:creator>kxm5816</dc:creator>
      <pubDate>Mon, 11 Oct 2021 03:43:14 +0000</pubDate>
      <link>https://dev.to/kxm5816/web-component-considerations-2k6i</link>
      <guid>https://dev.to/kxm5816/web-component-considerations-2k6i</guid>
      <description>&lt;p&gt;Web components have many variables and properties that disseminate a good web component from a bad one. Good and bad can also be thought of as arbitrary in the design sense, as these are subjective ideas and not objective.  For this case, we will look at what the general development community deems good and bad.  &lt;/p&gt;

&lt;h2&gt;
  
  
  The Comp
&lt;/h2&gt;

&lt;p&gt;For the class, we are making card components.  &lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--crwJXoaT--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/12fkt5e8qohj1cglgpjv.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--crwJXoaT--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/12fkt5e8qohj1cglgpjv.png" alt="Screen Shot 2021-10-10 at 10.22.11 PM"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The card will consist of a few elements:&lt;br&gt;
-A header&lt;br&gt;
-An icon&lt;br&gt;
-A body&lt;br&gt;
-A banner&lt;/p&gt;

&lt;p&gt;How we utilize these elements is important, and the customization of each will be interesting.  &lt;/p&gt;

&lt;p&gt;I expect that the first part of building the foundation of the card may be difficult, but once the foundation is established,  customizing the different properties to a use we desire should be achievable.  Similar to the button, multiple states will be implemented and the animations/transitions will be exciting for me.  I believe that since the buttons had features like animations/transitions, the card should not have difficulties with such features.  Also, using HTML, CSS, and Javascript with the last project should provide some relevant familiarity with this project.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Button Project Update</title>
      <dc:creator>kxm5816</dc:creator>
      <pubDate>Mon, 27 Sep 2021 03:31:23 +0000</pubDate>
      <link>https://dev.to/kxm5816/button-project-update-hgi</link>
      <guid>https://dev.to/kxm5816/button-project-update-hgi</guid>
      <description>&lt;p&gt;So far, I feel I have learned a fair amount about web components and I have thoroughly enjoyed learning/practicing front-end concepts.  It has been somewhat difficult to learn the syntax and proper coding formats, but honestly it has not been the hardest I have seen so far.  Experimenting with different tools and researching different methodologies has been fun and fairly time-consuming.  Creating the button at first was pretty difficult because I felt like I did not know where to start, but once I gained some momentum I felt confident in modifying and improving my button.  The concept of pushing to Github from my local device has been tricky to learn, but certainly useful.  The use of icons I feel is a nice addition to the tool belt.  &lt;/p&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--566lAguM--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev.to/assets/github-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/PaddysHub"&gt;
        PaddysHub
      &lt;/a&gt; / &lt;a href="https://github.com/PaddysHub/Button1"&gt;
        Button1
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    


&lt;/div&gt;
&lt;br&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/PaddysHub/Button1"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;br&gt;


</description>
    </item>
    <item>
      <title>Boilerplate Blog</title>
      <dc:creator>kxm5816</dc:creator>
      <pubDate>Tue, 14 Sep 2021 22:13:00 +0000</pubDate>
      <link>https://dev.to/kxm5816/boilerplate-blog-4o0a</link>
      <guid>https://dev.to/kxm5816/boilerplate-blog-4o0a</guid>
      <description>&lt;h3&gt;
  
  
  &lt;strong&gt;Similarities:&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;There were a decent amount of similarities found between the boilerplates in Angular, React, VueJS, and StencilJS frameworks.  One similarity I noticed initially was the composition and organization of folders contained within the boilerplate.  For instance, they were mostly organized containing similar files/folders like .editorconfigs and package.jsons.  The README.md files were also formatted in a similar way, with an explanation presented at the top, and example code/instructions presented towards the bottom.  They also had licenses that elaborated to the user the functions in which they are permitted to use the product, and a disclosure of which person/people are granting these permissions.&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;Easiest DX:&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;I believe the easiest DX to use would be React.  I feel as though it looks somewhat easier to employ regularly and has a large community presence.  The large community presence will be useful for research and tutorials so I may learn React quicker and easier than other frameworks that have less of a presence.  Although React primarily uses Javascript and JSX, I believe that Javascript will be useful for me to learn and help me in other areas besides developing in React.  If I was to develop an app tomorrow, I would most likely use React because Angular has a steep learning curve whereas React has an easier learning curve and is quicker to learn.  Also, React has more improved mobile cross-platform framework solutions compared to Angular.  &lt;/p&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--566lAguM--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev.to/assets/github-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/kxm5816"&gt;
        kxm5816
      &lt;/a&gt; / &lt;a href="https://github.com/kxm5816/boilerplates"&gt;
        boilerplates
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      
    &lt;/h3&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;br&gt;
&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--u9gmFTnP--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/5u2cuh5sgor4194l6bod.jpeg" alt="Alt Text" width="400" height="400"&gt;&lt;br&gt;
&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--566lAguM--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev.to/assets/github-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/PaddysHub"&gt;
        PaddysHub
      &lt;/a&gt; / &lt;a href="https://github.com/PaddysHub/boilerplates"&gt;
        boilerplates
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      
    &lt;/h3&gt;
  &lt;/div&gt;
&lt;/div&gt;


&lt;h3&gt;
  
  
  &lt;strong&gt;React Boilerplate Github:&lt;/strong&gt;
&lt;/h3&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--566lAguM--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev.to/assets/github-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/react-boilerplate"&gt;
        react-boilerplate
      &lt;/a&gt; / &lt;a href="https://github.com/react-boilerplate/react-boilerplate"&gt;
        react-boilerplate
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      🔥 A highly scalable, offline-first foundation with the best developer experience and a focus on performance and best practices.
    &lt;/h3&gt;
  &lt;/div&gt;
&lt;/div&gt;


</description>
    </item>
    <item>
      <title>Myself and Web Development</title>
      <dc:creator>kxm5816</dc:creator>
      <pubDate>Sun, 29 Aug 2021 18:58:45 +0000</pubDate>
      <link>https://dev.to/kxm5816/myself-and-web-development-17fn</link>
      <guid>https://dev.to/kxm5816/myself-and-web-development-17fn</guid>
      <description>&lt;p&gt;My name is Khory Mull and I am a Senior majoring in Information Sciences and Technology with a focus in Design and Development.  I am from a small town outside of Philadelphia called Kennett Square, and I currently enjoy living in the State College area.  I am excited to learn more about web devlopment and the components that make up web development.  Web development plays a prominent role more than ever and to learn about something that has such rapid functional evolution and massive social influence in our society keeps me heavily interested and invested.  I hope to learn the right web development fundamentals so that one day I can innovate technology and hopefully provide help to those who need it.  I have always been pretty interested in learning about different facets of technology, and web development is an especially interesting one.  The Back-End aspect will certainly be interesting and important to hone and improve upon, but I am most looking forward to the Front-End area of web development.  I want to create beautifully intricate and interactive web pages, and find a perfect balance between art and science.  Design is important to me, so incorporating it into web development will keep me passionate about my projects and should peak my interest throughout the rest of my career.  Also, the idea of being able to generate an independent career utilizing only web development practices feels liberating and inspiring. I am also fascinated about the history of web development, and how it came to be what we know it as today.    &lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
