<?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: Amber Bdr. Kharka</title>
    <description>The latest articles on DEV Community by Amber Bdr. Kharka (@amberbdr789).</description>
    <link>https://dev.to/amberbdr789</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%2F487926%2F0c6c9614-e200-427b-a78b-98a335e607e7.jpg</url>
      <title>DEV Community: Amber Bdr. Kharka</title>
      <link>https://dev.to/amberbdr789</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/amberbdr789"/>
    <language>en</language>
    <item>
      <title>Amazing and silent features about html5</title>
      <dc:creator>Amber Bdr. Kharka</dc:creator>
      <pubDate>Sat, 20 Nov 2021 10:30:35 +0000</pubDate>
      <link>https://dev.to/amberbdr789/amazing-and-silent-features-about-html5-5f46</link>
      <guid>https://dev.to/amberbdr789/amazing-and-silent-features-about-html5-5f46</guid>
      <description>&lt;p&gt;Web sites was available to public web browser in 1990. But at that time there were only few texts and links, graphics was absent. Each year there will be a ton of updates and new features. Html5 released into public in October 2014.  HTML is the combination of Hypertext and Markup language.HTML5 is the fifth and current version of HTML. html5 has added some amazing features that we dont have to use another language/framework to get the same task done like video, audio.&lt;/p&gt;

&lt;p&gt;The following elements are newly introduced elements in html5.&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Tag&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;article&lt;/td&gt;
&lt;td&gt;Defines an article in a document&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;aside&lt;/td&gt;
&lt;td&gt;Defines content aside from the page content&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;bdi&lt;/td&gt;
&lt;td&gt;Isolates a part of text that might be formatted in a different direction from other text outside it&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;details&lt;/td&gt;
&lt;td&gt;Defines additional details that the user can view or hide&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;dialog&lt;/td&gt;
&lt;td&gt;Defines a dialog box or window&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;figcaption&lt;/td&gt;
&lt;td&gt;Defines a caption for a  element&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;figure&lt;/td&gt;
&lt;td&gt;Defines self-contained content&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;footer&lt;/td&gt;
&lt;td&gt;Defines a footer for a document or section&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;header&lt;/td&gt;
&lt;td&gt;Defines a header for a document or section&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;main&lt;/td&gt;
&lt;td&gt;Defines the main content of a document&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;mark&lt;/td&gt;
&lt;td&gt;Defines marked/highlighted text&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;meter&lt;/td&gt;
&lt;td&gt;Defines a scalar measurement within a known range (a gauge)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;nav&lt;/td&gt;
&lt;td&gt;Defines navigation links&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;progress&lt;/td&gt;
&lt;td&gt;Represents the progress of a task&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;rp&lt;/td&gt;
&lt;td&gt;Defines what to show in browsers that do not support ruby annotations&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;rt&lt;/td&gt;
&lt;td&gt;Defines an explanation/pronunciation of characters (for East Asian typography)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;ruby&lt;/td&gt;
&lt;td&gt;Defines a ruby annotation (for East Asian typography)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;section&lt;/td&gt;
&lt;td&gt;Defines a section in a document&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;summary&lt;/td&gt;
&lt;td&gt;Defines a visible heading for a  element&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;time&lt;/td&gt;
&lt;td&gt;Defines a date/time&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;wbr&lt;/td&gt;
&lt;td&gt;Defines a possible line-break&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;1.Semantic/Structural Elements&lt;br&gt;
Semantics is the branch that deals with the meanings of words and phrases in a language. Semantic elements defines meaning to both the browser and developer.&lt;br&gt;
Examples of non-semantic elements: div and span -There is no connection between element and its contents. The div  tag is an element that can contain anything inside.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight html"&gt;&lt;code&gt;&lt;span class="nt"&gt;&amp;lt;body&amp;gt;&lt;/span&gt;
    &lt;span class="nt"&gt;&amp;lt;div&amp;gt;&lt;/span&gt;Lorem ipsum dolor sit amet.&lt;span class="nt"&gt;&amp;lt;/div&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;/body&amp;gt;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Output :&lt;br&gt;
&lt;iframe height="600" src="https://codepen.io/amber_bdr/embed/ExvMLOW?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;Examples of semantic elements: &lt;strong&gt;form&lt;/strong&gt;, &lt;strong&gt;table&lt;/strong&gt;, and &lt;strong&gt;article&lt;/strong&gt; - semantic elements clearly defines its content.The table element has a table inside its tag as a content.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight html"&gt;&lt;code&gt;&lt;span class="nt"&gt;&amp;lt;form&amp;gt;&lt;/span&gt;
        &lt;span class="nt"&gt;&amp;lt;label&lt;/span&gt; &lt;span class="na"&gt;for=&lt;/span&gt;&lt;span class="s"&gt;"fname"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;First name:&lt;span class="nt"&gt;&amp;lt;/label&amp;gt;&amp;lt;br&amp;gt;&lt;/span&gt;
        &lt;span class="nt"&gt;&amp;lt;input&lt;/span&gt; &lt;span class="na"&gt;type=&lt;/span&gt;&lt;span class="s"&gt;"text"&lt;/span&gt; &lt;span class="na"&gt;id=&lt;/span&gt;&lt;span class="s"&gt;"fname"&lt;/span&gt; &lt;span class="na"&gt;name=&lt;/span&gt;&lt;span class="s"&gt;"fname"&lt;/span&gt; &lt;span class="na"&gt;value=&lt;/span&gt;&lt;span class="s"&gt;"John"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&amp;lt;br&amp;gt;&lt;/span&gt;
        &lt;span class="nt"&gt;&amp;lt;label&lt;/span&gt; &lt;span class="na"&gt;for=&lt;/span&gt;&lt;span class="s"&gt;"lname"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;Last name:&lt;span class="nt"&gt;&amp;lt;/label&amp;gt;&amp;lt;br&amp;gt;&lt;/span&gt;
        &lt;span class="nt"&gt;&amp;lt;input&lt;/span&gt; &lt;span class="na"&gt;type=&lt;/span&gt;&lt;span class="s"&gt;"text"&lt;/span&gt; &lt;span class="na"&gt;id=&lt;/span&gt;&lt;span class="s"&gt;"lname"&lt;/span&gt; &lt;span class="na"&gt;name=&lt;/span&gt;&lt;span class="s"&gt;"lname"&lt;/span&gt; &lt;span class="na"&gt;value=&lt;/span&gt;&lt;span class="s"&gt;"Doe"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;/span&gt;
        &lt;span class="nt"&gt;&amp;lt;input&lt;/span&gt; &lt;span class="na"&gt;type=&lt;/span&gt;&lt;span class="s"&gt;"submit"&lt;/span&gt; &lt;span class="na"&gt;value=&lt;/span&gt;&lt;span class="s"&gt;"Submit"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;/form&amp;gt;&lt;/span&gt;   
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Output:&lt;br&gt;
&lt;iframe height="600" src="https://codepen.io/amber_bdr/embed/OJjqZad?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;New Media Elements
Before html5 was introduced we have to use such tools like javascript to add videos and audio into our website but now we have easy solution. We have video and audio elements to add video and audio respectively into our websites.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Adding audio&lt;br&gt;
The controls attribute adds audio controls, like play, pause, and volume.&lt;br&gt;
The &lt;em&gt;source&lt;/em&gt; element allows you to specify alternative audio files which the browser may choose from. The browser will use the first recognized format.&lt;br&gt;
tags will only be displayed in browsers that do not support the audio element.&lt;br&gt;
The controls attribute is used to controls functions like volume, pause and play. The source will direct to the bowser that support audio format. If the browser do not support the audio format then it displays the text between the  and audio&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight html"&gt;&lt;code&gt;&lt;span class="nt"&gt;&amp;lt;audio&lt;/span&gt; &lt;span class="na"&gt;controls&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
    &lt;span class="nt"&gt;&amp;lt;source&lt;/span&gt; &lt;span class="na"&gt;src=&lt;/span&gt;&lt;span class="s"&gt;"animals.ogg"&lt;/span&gt; &lt;span class="na"&gt;type=&lt;/span&gt;&lt;span class="s"&gt;"audio/ogg"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
    &lt;span class="nt"&gt;&amp;lt;source&lt;/span&gt; &lt;span class="na"&gt;src=&lt;/span&gt;&lt;span class="s"&gt;"animals.mp3"&lt;/span&gt; &lt;span class="na"&gt;type=&lt;/span&gt;&lt;span class="s"&gt;"audio/mpeg"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
    Your browser does not support the audio element.
&lt;span class="nt"&gt;&amp;lt;/audio&amp;gt;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Adding video&lt;br&gt;
We can add video in our web page with the help of video. &lt;br&gt;
height and width add the height and width of the video respectively.&lt;br&gt;
Set the width value in percentage(%) and height to auto so that video will be responsive. also use max-width property so that your video will not scale up larger than its original size.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight html"&gt;&lt;code&gt;&lt;span class="nt"&gt;&amp;lt;video&lt;/span&gt; &lt;span class="na"&gt;width=&lt;/span&gt;&lt;span class="s"&gt;"100%"&lt;/span&gt; &lt;span class="na"&gt;height=&lt;/span&gt;&lt;span class="s"&gt;"auto"&lt;/span&gt; &lt;span class="na"&gt;controls&lt;/span&gt; &lt;span class="na"&gt;max-width=&lt;/span&gt;&lt;span class="s"&gt;"500px"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
    &lt;span class="nt"&gt;&amp;lt;source&lt;/span&gt; &lt;span class="na"&gt;src=&lt;/span&gt;&lt;span class="s"&gt;"https://www.dropbox.com/s/xxt8c3bpt0u1rnl/sunset.mp4?dl=0"&lt;/span&gt; &lt;span class="na"&gt;type=&lt;/span&gt;&lt;span class="s"&gt;"video/mp4"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
    &lt;span class="nt"&gt;&amp;lt;source&lt;/span&gt; &lt;span class="na"&gt;src=&lt;/span&gt;&lt;span class="s"&gt;"animals.ogg"&lt;/span&gt; &lt;span class="na"&gt;type=&lt;/span&gt;&lt;span class="s"&gt;"video/ogg"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
    Your browser does not support the video tag.
&lt;span class="nt"&gt;&amp;lt;/video&amp;gt;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/amber_bdr/embed/qBXvKWx?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;New Input Types : many new input types in html form was introduced like color, data, datetime, datetime-local, email, month, number, range, search, tel, time, url, week.
&lt;/li&gt;
&lt;/ol&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight html"&gt;&lt;code&gt;&lt;span class="nt"&gt;&amp;lt;form&lt;/span&gt; &lt;span class="na"&gt;action=&lt;/span&gt;&lt;span class="s"&gt;"/#"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
    &lt;span class="nt"&gt;&amp;lt;label&lt;/span&gt; &lt;span class="na"&gt;for=&lt;/span&gt;&lt;span class="s"&gt;"fname"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;First name:&lt;span class="nt"&gt;&amp;lt;/label&amp;gt;&amp;lt;br&amp;gt;&lt;/span&gt;
    &lt;span class="nt"&gt;&amp;lt;input&lt;/span&gt; &lt;span class="na"&gt;type=&lt;/span&gt;&lt;span class="s"&gt;"color"&lt;/span&gt; &lt;span class="na"&gt;id=&lt;/span&gt;&lt;span class="s"&gt;"fname"&lt;/span&gt; &lt;span class="na"&gt;name=&lt;/span&gt;&lt;span class="s"&gt;"fname"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;/span&gt;
    &lt;span class="nt"&gt;&amp;lt;input&lt;/span&gt; &lt;span class="na"&gt;type=&lt;/span&gt;&lt;span class="s"&gt;"submit"&lt;/span&gt; &lt;span class="na"&gt;value=&lt;/span&gt;&lt;span class="s"&gt;"Submit"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
  &lt;span class="nt"&gt;&amp;lt;/form&amp;gt;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Ouput:&lt;br&gt;
&lt;iframe height="600" src="https://codepen.io/amber_bdr/embed/VwzRdvG?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;HTML5 Graphics
The HTML canvas element is used to draw graphics on a web page.
The canvas element is only a container for graphics. You must use JavaScript to actually draw the graphics.
The HTML svg element is a container for SVG graphics. SVG stands for Scalable Vector Graphics. SVG is used to define graphics for the Web. SVG is a W3C recommendation
&lt;/li&gt;
&lt;/ol&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight html"&gt;&lt;code&gt;&lt;span class="nt"&gt;&amp;lt;canvas&lt;/span&gt; &lt;span class="na"&gt;id=&lt;/span&gt;&lt;span class="s"&gt;"myCanvas"&lt;/span&gt; &lt;span class="na"&gt;width=&lt;/span&gt;&lt;span class="s"&gt;"200"&lt;/span&gt; &lt;span class="na"&gt;height=&lt;/span&gt;&lt;span class="s"&gt;"100"&lt;/span&gt; &lt;span class="na"&gt;style=&lt;/span&gt;&lt;span class="s"&gt;"border:1px solid #e9c46a;"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
Your browser does not support the HTML5 canvas tag.
&lt;span class="nt"&gt;&amp;lt;/canvas&amp;gt;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/amber_bdr/embed/KKvEBpy?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;Everyday year there are many updates in the web development field to make task simpler, mobile friendly and support all modern browser. In the version html4 we have to use JavaScript to insert date, color and many other properties but now thank you to html5 which has solved this properties. Friends and to my senior web devs let me know in the comments below, share if I have made any mistakes with my articles.&lt;/p&gt;

</description>
      <category>html</category>
      <category>websites</category>
    </item>
    <item>
      <title>Developer Opportunities(jobs)</title>
      <dc:creator>Amber Bdr. Kharka</dc:creator>
      <pubDate>Sat, 02 Jan 2021 10:02:57 +0000</pubDate>
      <link>https://dev.to/amberbdr789/developer-opportunities-jobs-54fp</link>
      <guid>https://dev.to/amberbdr789/developer-opportunities-jobs-54fp</guid>
      <description>&lt;p&gt;Traditional Methods.&lt;br&gt;
Based on the number of hour you want to sacrifice, there is freelancing, part-time and full-time job. Most of the job positions available in IT industry are available in the following websites. Let me share some of the attractive job vacancy providing websites. Most of the time applying job is an easy process, just submit your resume, projects and your details.&lt;/p&gt;

&lt;p&gt;All kinds of jobs.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.flexjobs.com/jobs/"&gt;flexjobs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://swissdevjobs.ch/"&gt;swissdevjobs&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.simpli.com/"&gt;simpli&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.jobs.com/"&gt;jobs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.indeed.com/"&gt;indeed&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://app.honeypot.io/"&gt;honeypot&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://remote.co/"&gt;remote&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://webdevjobs.co"&gt;WebDevJobs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="//www.freshersworld.com/jobs/"&gt;freshersworld&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.jobs/"&gt;amazon jobs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://remoteok.io/"&gt;remote&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://jobs.github.com"&gt;GitHub Jobs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://stackoverflow.com/jobs"&gt;stack Overflow&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.simplyhired.com"&gt;Simply Hired&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.careerbuilder.com"&gt;Career Builder&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://linkedin.com/profinder"&gt;Linkedin Profinder&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://authenticjobs.com"&gt;Authentic Jobs&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Startup Jobs :&lt;br&gt;
This website provide jobs in startup company.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://angel"&gt;Angel&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://startup.jobs/"&gt;Startup Jobs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="////www.techstartupjobs.com/"&gt;Tech Startup Jobs&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Freelance Sites&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.giggrabbers.com"&gt;GigGrabbers&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://lemon.io"&gt;Lemon.io&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.toptal.com"&gt;Toptal&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coworks.om"&gt;Coworks&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://folyo.me"&gt;Floyo&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.fiver.com/"&gt;fiver&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.freelancer.com/"&gt;Freelancer&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.upworl.com/"&gt;upwork&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.peopleperhour.com/"&gt;peoplePerHour&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://speedlancer.com/"&gt;Speedlancer&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I love to get an idea, please let me know how you got jobs. What platform you used to job.&lt;/p&gt;

</description>
      <category>developers</category>
      <category>opportunities</category>
      <category>jobs</category>
    </item>
    <item>
      <title>Inspiring ideas for projects</title>
      <dc:creator>Amber Bdr. Kharka</dc:creator>
      <pubDate>Sat, 02 Jan 2021 09:38:53 +0000</pubDate>
      <link>https://dev.to/amberbdr789/inspiring-ideas-for-projects-35a3</link>
      <guid>https://dev.to/amberbdr789/inspiring-ideas-for-projects-35a3</guid>
      <description>&lt;p&gt;|The purpose of software engineering is to control complexity, not to create it.|&lt;br&gt;
    - Pamela  Dave, American compute scientist.&lt;br&gt;
One of the good way to create jaw dropping projects is to solve existing problems in a better way. But how do we know the real world problems ? what methods should we use ? which tools are better ? Absorbing the tools and executing code/algorithms should be parallel. So in this article I am going to share some attractive and creative resources to light our brains to execute dynamic solutions. &lt;br&gt;
Either we can create projects that are already done by others or create new project. Getting stunning ideas is what we wish for. Today let me mention some of the resources that will help in terms of project ideas and technology updates.&lt;/p&gt;

&lt;p&gt;The following website gives the #website design ideas#. We get different design ideas from dribble. A place to explore different kinds of open source projects and ideas.  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.github.com"&gt;Gihub&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://stackoverflow.com/"&gt;Stack Overflow&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://dev.tocodePen"&gt;https://codepen.io/&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.linuxtrainingacademy.com/"&gt;Linux Training Academy&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.mercurial-scm.org/"&gt;Mercurial&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.theodinproject.com/"&gt;the odin project&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.behance.net"&gt;Behance&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dribble.com/"&gt;Dribble&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://onepagelove.com/"&gt;One Page Love&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Another great way to create high star rating project is to read articles from different resources. Even we can contribute articles. There are many best places to explore amazing articles that will ignite ideas from our nerves.There are free adorable resources to read articles.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://hashnode.com/"&gt;Hashnode&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;[Dev community]
&lt;/li&gt;
&lt;li&gt;&lt;a href="https://tumblr.com/"&gt;Tumblr&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://medium.com/"&gt;Medium&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="//www.smashingmagazing.com/"&gt;Smashingmagazine.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.hackernoon.com/"&gt;Hacker Noon&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.reddit.com/"&gt;Reddit &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://wordpress.org/"&gt;wordpress.org &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://wix.com/"&gt;wix &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://blogger.com/"&gt;Blogger.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.squarespace.com/"&gt;Squarespace&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.weebly.com/"&gt;Weebly&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;We have different kinds of jobs in any organization like manager, officers, supervisor, engineer…. But we have one end goal, “To solve problems efficiently with required factors given by organization”, its better to build real world projects even though it may be small, that`s is how we start. I found some of the eye opening conference and ideas from youtube. Off course all the following resources I mention are valuable but I really like the three hour conference by freecodecamp and Coding Tech. And coding tech provide best and best related tech idea.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://youtu.be/4TIvB8zDFio"&gt;Ultimate Freelancing Guide for Web Developers, freecodecamp&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;[]coding Tech] (&lt;a href="https://youtu.be/azcrPFhaY9k"&gt;https://youtu.be/azcrPFhaY9k&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;a href="https://youtu.be/PItnHGqJIoI"&gt;Antoine Dupont&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://youtu.be/0sgKNLmeErc"&gt;Charlie Chang&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://youtu.be/G0dzLanYW1E"&gt;young Entrepreneurs Forum&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://youtu.be/a9GQzu-n6_8"&gt;Silicon Valley Girl&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Finally check this book(Become a better dev in 2021 - Hashnode), really helpful book published by hashnode, &lt;a href="https://www.dropbox.com/s/diuggk8aga5k9n5/better&amp;lt;br&amp;gt;%0A-dev-2021.pdf?dl=0"&gt;a great articles collections from experienced developers.&lt;/a&gt;&lt;/p&gt;

</description>
      <category>coding</category>
      <category>projects</category>
      <category>solveproblems</category>
      <category>resources</category>
    </item>
    <item>
      <title>Inspiring ideas for projects</title>
      <dc:creator>Amber Bdr. Kharka</dc:creator>
      <pubDate>Sat, 02 Jan 2021 09:35:16 +0000</pubDate>
      <link>https://dev.to/amberbdr789/inspiring-ideas-for-projects-3h00</link>
      <guid>https://dev.to/amberbdr789/inspiring-ideas-for-projects-3h00</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;The purpose of software engineering is to control complexity, not to create it.&lt;br&gt;
    - Pamela  Dave, American compute scientist.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;One of the good way to create jaw dropping projects is to solve existing problems in a better way. But how do we know the real world problems ? what methods should we use ? which tools are better ? Absorbing the tools and executing code/algorithms should be parallel. So in this article I am going to share some attractive and creative resources to light our brains to execute dynamic solutions. &lt;br&gt;
Either we can create projects that are already done by others or create new project. Getting stunning ideas is what we wish for. Today let me mention some of the resources that will help in terms of project ideas and technology updates.&lt;/p&gt;

&lt;p&gt;The following website gives the #website design ideas#. We get different design ideas from dribble. A place to explore different kinds of open source projects and ideas.  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.github.com"&gt;GitHub&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://stackoverflow.com/"&gt;Stack Overflow&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://dev.tocodePen"&gt;https://codepen.io/&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.linuxtrainingacademy.com/"&gt;Linux Training Academy&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.mercurial-scm.org/"&gt;Mercurial&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.theodinproject.com/"&gt;the odin project&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.behance.net"&gt;Behance&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dribble.com/"&gt;Dribble&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://onepagelove.com/"&gt;One Page Love&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Another great way to create high star rating project is to read articles from different resources. Even we can contribute articles. There are many best places to explore amazing articles that will ignite ideas from our nerves.There are free adorable resources to read articles.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://hashnode.com/"&gt;Hashnode&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Dev community&lt;/li&gt;
&lt;li&gt;&lt;a href="https://tumblr.com/"&gt;Tumblr&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://medium.com/"&gt;Medium&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="//www.smashingmagazing.com/"&gt;Smashingmagazine.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.hackernoon.com/"&gt;Hacker Noon&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.reddit.com/"&gt;Reddit &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://wordpress.org/"&gt;wordpress.org &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://wix.com/"&gt;wix &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://blogger.com/"&gt;Blogger.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.squarespace.com/"&gt;Squarespace&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.weebly.com/"&gt;Weebly&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;We have different kinds of jobs in any organization like manager, officers, supervisor, engineer…. But we have one end goal, “To solve problems efficiently with required factors given by organization”, its better to build real world projects even though it may be small, that`s is how we start. I found some of the eye opening conference and ideas from youtube. Off course all the following resources I mention are valuable but I really like the three hour conference by freecodecamp and Coding Tech. And coding tech provide best and best related tech idea.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://youtu.be/4TIvB8zDFio"&gt;Ultimate Freelancing Guide for Web Developers, freecodecamp&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;[]coding Tech] (&lt;a href="https://youtu.be/azcrPFhaY9k"&gt;https://youtu.be/azcrPFhaY9k&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;a href="https://youtu.be/PItnHGqJIoI"&gt;Antoine Dupont&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://youtu.be/0sgKNLmeErc"&gt;Charlie Chang&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://youtu.be/G0dzLanYW1E"&gt;young Entrepreneurs Forum&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://youtu.be/a9GQzu-n6_8"&gt;Silicon Valley Girl&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Finally check this book(Become a better dev in 2021 - Hashnode), really helpful book published by hashnode, &lt;a href="https://www.dropbox.com/s/diuggk8aga5k9n5/better&amp;lt;br&amp;gt;%0A-dev-2021.pdf?dl=0"&gt;a great articles collections from experienced developers.&lt;/a&gt;&lt;/p&gt;

</description>
      <category>coding</category>
      <category>projects</category>
      <category>solveproblems</category>
      <category>resources</category>
    </item>
    <item>
      <title>Creative projects ideas</title>
      <dc:creator>Amber Bdr. Kharka</dc:creator>
      <pubDate>Fri, 01 Jan 2021 13:09:51 +0000</pubDate>
      <link>https://dev.to/amberbdr789/inspiring-ideas-for-projects-5aeg</link>
      <guid>https://dev.to/amberbdr789/inspiring-ideas-for-projects-5aeg</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;The purpose of software engineering is to control complexity, not to create it.&lt;br&gt;
    - Pamela  Dave, American computer scientist.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;One of the good way to create jaw dropping projects is to solve existing problems in a better way. But how do we know the real world problems ? what methods should we use ? which tools are better ? Absorbing the tools and executing code/algorithms should be parallel. So in this article I am going to share some attractive and creative resources to light our brains to execute dynamic solutions. &lt;br&gt;
Either we can create projects that are already done by others or create new project. Getting stunning ideas is what we wish for. Today let me mention some of the resources that will help in terms of project ideas and technology updates.&lt;/p&gt;

&lt;p&gt;The following website gives the &lt;strong&gt;website design ideas&lt;/strong&gt;. We get different design ideas from dribble. A place to explore different kinds of open source projects and ideas.  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.github.com"&gt;GitHub&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://stackoverflow.com/"&gt;Stack Overflow&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://dev.tocodePen"&gt;https://codepen.io/&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.linuxtrainingacademy.com/"&gt;Linux Training Academy&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.mercurial-scm.org/"&gt;Mercurial&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.theodinproject.com/"&gt;the odin project&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.behance.net"&gt;Behance&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dribble.com/"&gt;Dribble&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://onepagelove.com/"&gt;One Page Love&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Another great way to create high star rating project is to read articles from different resources. Even we can contribute articles. There are many best places to explore amazing articles that will ignite ideas from our nerves. There are free adorable resources to read articles.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://hashnode.com/"&gt;Hashnode&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Dev community&lt;/li&gt;
&lt;li&gt;&lt;a href="https://tumblr.com/"&gt;Tumblr&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://medium.com/"&gt;Medium&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="//www.smashingmagazing.com/"&gt;Smashingmagazine.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.hackernoon.com/"&gt;Hacker Noon&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.reddit.com/"&gt;Reddit &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://wordpress.org/"&gt;wordpress.org &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://wix.com/"&gt;wix &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://blogger.com/"&gt;Blogger.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.squarespace.com/"&gt;Squarespace&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.weebly.com/"&gt;Weebly&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;We have different kinds of jobs in any organization like manager, officers, supervisor, engineer, etc but all of us have one end goal, “To solve problems efficiently with required factors given by organization”, its better to build real world projects even though it may be small, that`s is how we start. I found some of the eye opening conference and ideas from youtube. Off course all the following resources I mentioned are valuable but I really like the three hour conference by /&lt;em&gt;freecodecamp&lt;/em&gt;/ and /&lt;em&gt;Coding Tech.&lt;/em&gt;/ And coding tech provide best and best related tech idea.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://youtu.be/4TIvB8zDFio"&gt;Ultimate Freelancing Guide for Web Developers, freecodecamp&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://youtu.be/azcrPFhaY9k"&gt;coding Tech&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://youtu.be/PItnHGqJIoI"&gt;Antoine Dupont&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://youtu.be/0sgKNLmeErc"&gt;Charlie Chang&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://youtu.be/G0dzLanYW1E"&gt;young Entrepreneurs Forum&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://youtu.be/a9GQzu-n6_8"&gt;Silicon Valley Girl&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Finally check this book &lt;strong&gt;Become a better dev in 2021 - Hashnode&lt;/strong&gt;, it`s really helpful book published by &lt;strong&gt;hashnode,&lt;/strong&gt; &lt;a href="https://www.dropbox.com/s/diuggk8aga5k9n5/better&amp;lt;br&amp;gt;%0A-dev-2021.pdf?dl=0"&gt;a great articles collections from experienced developers.&lt;/a&gt;&lt;br&gt;
I love to discuss the project ideas resources. Let me know which one is in your list for getting project ideas other than GitHub.&lt;/p&gt;

</description>
      <category>coding</category>
      <category>projects</category>
      <category>solveproblems</category>
      <category>resources</category>
    </item>
    <item>
      <title>First website Launched.</title>
      <dc:creator>Amber Bdr. Kharka</dc:creator>
      <pubDate>Wed, 09 Dec 2020 05:44:15 +0000</pubDate>
      <link>https://dev.to/amberbdr789/first-website-launched-21j1</link>
      <guid>https://dev.to/amberbdr789/first-website-launched-21j1</guid>
      <description>&lt;p&gt;Recently I launched  static educational website in &lt;strong&gt;netlify&lt;/strong&gt;, &lt;a href="https://developmentweb.netlify.app/"&gt;https://developmentweb.netlify.app/&lt;/a&gt;. it was my second project but first live project. Let me share some of my pitfall, lesson learned and I will share some of the websites that really helped me. While doing project i always thought I was on 1st gear but somehow i finised this project.i created 3 pages educational/personal website. 90% of project design I did it myself. I love a lot to listen suggestions, ideas and questions. &lt;/p&gt;

&lt;p&gt;Step 1: I referred around 20 website to get rough ideas of website development but I took few ideas from them. I made the rough sketch of my project in Microsoft word(this is very bad idea and I didn`t knew any prototyping software). Firstly I wrote HTML code and inserted some images also. Mostly I was writing &lt;strong&gt;CSS&lt;/strong&gt; articles in my website, so I referred css-tricks, w3schools, CSS and smashing magazine and tools as follows.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Code editor : Visual Studio Code.&lt;/li&gt;
&lt;li&gt;Browsers used : google, brave.&lt;/li&gt;
&lt;li&gt;Prototyping ( writing rough ideas about project) : 
   Microsoft word (very bad idea).&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Step 2 :&lt;br&gt;
I designed icons and images in &lt;strong&gt;figma.&lt;/strong&gt; And i also downloaded high quality images from pexels, unsplash, pixabay, and Freepik. I downloaded icons from Flaticon, Font Awesome, and google icons ( &lt;a href="https://material.io/"&gt;https://material.io/&lt;/a&gt;).&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Figma : graphic design.(&lt;a href="https://www.figma.com/"&gt;https://www.figma.com/&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Pexels(&lt;a href="https://www.pexels.com/"&gt;https://www.pexels.com/&lt;/a&gt;).&lt;/li&gt;
&lt;li&gt;pixabay (&lt;a href="https://pixabay.com/"&gt;https://pixabay.com/&lt;/a&gt;). &lt;/li&gt;
&lt;li&gt;Unsplash (&lt;a href="https://unsplash.com/"&gt;https://unsplash.com/&lt;/a&gt;). &lt;/li&gt;
&lt;li&gt;Flaticon (&lt;a href="https://www.flaticon.com/"&gt;https://www.flaticon.com/&lt;/a&gt;).&lt;/li&gt;
&lt;li&gt;Font Awesome ( &lt;a href="https://fontawesome.com/"&gt;https://fontawesome.com/&lt;/a&gt;).&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Step 3 :&lt;br&gt;
In this step there was problem in &lt;strong&gt;responsive design.&lt;/strong&gt; I joined around 10 web developers groups in facebook and stack overflow so that I have a better platform in getting help.Finally project got completed. I took 140hours to complete the project.&lt;/p&gt;

&lt;p&gt;step 4 :&lt;br&gt;
website hosting&lt;br&gt;
I freely used netlify(&lt;a href="https://www.netlify.com/"&gt;https://www.netlify.com/&lt;/a&gt;) to host my static website. And i did website testing in GTmetrix (&lt;a href="https://gtmetrix.com/"&gt;https://gtmetrix.com/&lt;/a&gt;) and Google PageSpeed (&lt;a href="https://developers.google.com/speed/pagespeed/insights/"&gt;https://developers.google.com/speed/pagespeed/insights/&lt;/a&gt;).&lt;/p&gt;

&lt;p&gt;Mistakes :  I think these are my mistakes and lesson I should learn from this project.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;I spend lot of time to make website perfect but i failed. So best way is to refer some freely available templates and get ideas from them as a begginers. Include simple design and make website responsive.  Some freely available website templates are.

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://html5up.net"&gt;https://html5up.net&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://startbootstrap.com"&gt;https://startbootstrap.com&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://templated.co"&gt;https://templated.co&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://freehtml5.co"&gt;https://freehtml5.co&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.zerotheme.com"&gt;https://www.zerotheme.com&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.styleout.com"&gt;https://www.styleout.com&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.htnl5xcss3.com"&gt;https://www.htnl5xcss3.com&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://athemes.com"&gt;https://athemes.com&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://themewagon.com"&gt;https://themewagon.com&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="https://html5up.net/future-imperfect"&gt;https://html5up.net/future-imperfect&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Get some design ideas:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://onepagelove.com/"&gt;https://onepagelove.com/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dribble.com/"&gt;https://dribble.com/&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;ol&gt;
&lt;li&gt;Before actually start doing project, prepare &lt;strong&gt;prototype&lt;/strong&gt; of the project. one of the best tool is figma(&lt;a href="https://www.figma.com/"&gt;https://www.figma.com/&lt;/a&gt;), and using &lt;em&gt;microsoft word&lt;/em&gt; for prototype is way out of topic. and &lt;em&gt;GITHUB&lt;/em&gt; to upload the code.
What I appreciate about this project : 

&lt;ul&gt;
&lt;li&gt;The images(vector) I used are high quality and mostly I made myself.&lt;/li&gt;
&lt;li&gt;Finally I succeeded but still there is room for improvement.*&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Feedbacks, suggestions, and discussions is most welcome. &lt;a href="https://developmentweb.netlify.app/"&gt;https://developmentweb.netlify.app/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>project</category>
      <category>csshtml</category>
      <category>personalblog</category>
    </item>
  </channel>
</rss>
