<?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: Deen Muaz</title>
    <description>The latest articles on DEV Community by Deen Muaz (@itxdeeni).</description>
    <link>https://dev.to/itxdeeni</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%2F388946%2Ffc218cf0-bf4f-4e38-a5aa-e2e4360e6743.jpg</url>
      <title>DEV Community: Deen Muaz</title>
      <link>https://dev.to/itxdeeni</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/itxdeeni"/>
    <language>en</language>
    <item>
      <title>My Goals for HNG I8</title>
      <dc:creator>Deen Muaz</dc:creator>
      <pubDate>Tue, 17 Aug 2021 00:47:16 +0000</pubDate>
      <link>https://dev.to/itxdeeni/my-goals-for-hng-i8-1643</link>
      <guid>https://dev.to/itxdeeni/my-goals-for-hng-i8-1643</guid>
      <description>&lt;p&gt;Hi There,&lt;/p&gt;

&lt;p&gt;How are you doing?&lt;/p&gt;

&lt;p&gt;So as part of my goal this year to build up my skills as a software engineer, I enrolled in an annual 8-months intensive intership organised by Hotels.ng, a nigerian tech company owned by Mark Essien.&lt;/p&gt;

&lt;p&gt;MY GOALS AT THE 8 WEEKS HNG INTERNSHIP PROGRAMME&lt;/p&gt;

&lt;p&gt;Build up my skillset by working on more projects outside my job&lt;br&gt;
Improve on my problem-solving skills, efficiency and speed.&lt;br&gt;
Collaborate and grow team spirit.&lt;/p&gt;

&lt;p&gt;Learn Figma Today&lt;br&gt;
&lt;a href="https://www.youtube.com/watch?v=g6rQFP9zCAM"&gt;https://www.youtube.com/watch?v=g6rQFP9zCAM&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Learn Git Today!&lt;br&gt;
&lt;a href="https://www.youtube.com/watch?v=8JJ101D3knE"&gt;https://www.youtube.com/watch?v=8JJ101D3knE&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Learn HTML Today!&lt;br&gt;
&lt;a href="https://www.youtube.com/watch?v=qz0aGYrrlhU"&gt;https://www.youtube.com/watch?v=qz0aGYrrlhU&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Learn Nodejs Today!&lt;br&gt;
&lt;a href="https://www.youtube.com/watch?v=TlB_eWDSMt4"&gt;https://www.youtube.com/watch?v=TlB_eWDSMt4&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Adding bootstrap to an exisiting Angular Project using angular-cli</title>
      <dc:creator>Deen Muaz</dc:creator>
      <pubDate>Tue, 17 Aug 2021 00:19:47 +0000</pubDate>
      <link>https://dev.to/itxdeeni/adding-bootstrap-to-an-exisiting-angular-project-using-angular-cli-1ge3</link>
      <guid>https://dev.to/itxdeeni/adding-bootstrap-to-an-exisiting-angular-project-using-angular-cli-1ge3</guid>
      <description>&lt;p&gt;Hello there,&lt;/p&gt;

&lt;p&gt;I assume you are running an angular project and want to find out how to install bootstrap and add it to your project.&lt;/p&gt;

&lt;p&gt;If so then, lets get right onto it.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. Step 1 - installing Angular cli&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;First, we'll start by installing the angular-cli if it hasn't been done already by typing in the following command :&lt;/p&gt;

&lt;p&gt;&lt;code&gt;npm install -g @angular/cli&lt;/code&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;this will install angular-cli globally on your system&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;2. Step 2 - Starting a new angular project&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Start a new angular project by typing:&lt;br&gt;
&lt;code&gt;ng new &amp;lt;ProjectName&amp;gt;&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Step 3 - Installing bootstrap&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;In your projects root directory, install bootstrap by typing in :&lt;/p&gt;

&lt;p&gt;&lt;code&gt;npm install bootstrap&lt;/code&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;you can add the version number at the end i.e npm install &lt;a href="mailto:bootstrap@5.0"&gt;bootstrap@5.0&lt;/a&gt;, however not adding it installs the latest version to your project&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;4. Importing bootstrap into our project&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;For the final step, we will need to import bootstrap to our project by adding an import statement in our root folders styles.css files&lt;/p&gt;

&lt;p&gt;Open the src/styles.css file of your Angular project and import the bootstrap.css file as follows:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;@import "~bootstrap/dist/css/bootstrap.css"&lt;/code&gt;&lt;/p&gt;

</description>
      <category>angular</category>
      <category>javascript</category>
      <category>css</category>
      <category>tutorial</category>
    </item>
  </channel>
</rss>
