<?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: Candor Dennis</title>
    <description>The latest articles on DEV Community by Candor Dennis (@candordennis).</description>
    <link>https://dev.to/candordennis</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%2F462942%2F568d05ef-6bd4-4a4d-88b9-0af7d1d1627a.jpg</url>
      <title>DEV Community: Candor Dennis</title>
      <link>https://dev.to/candordennis</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/candordennis"/>
    <language>en</language>
    <item>
      <title>Bootstrap very little essentials!</title>
      <dc:creator>Candor Dennis</dc:creator>
      <pubDate>Thu, 25 Mar 2021 09:15:57 +0000</pubDate>
      <link>https://dev.to/candordennis/bootstrap-very-little-essentials-1967</link>
      <guid>https://dev.to/candordennis/bootstrap-very-little-essentials-1967</guid>
      <description>&lt;p&gt;As a child, it took a while for me to walk for a while. I dragged my feet so many times in a bid to even stand properly. &lt;/p&gt;

&lt;p&gt;This however was because my feet was slightly broken at birth and i had to manage till i was finally able to stand well. The excitement I felt was amazing!&lt;/p&gt;

&lt;p&gt;I’ll relate to this story of mine later.&lt;/p&gt;

&lt;p&gt;Learning CSS, was for me, from the very beginning really exciting. I was fascinated by the way HTML documents were easily manipulated using this language, how i was able to add colors and create boxes and shadows.. Truly mind blowing.&lt;/p&gt;

&lt;p&gt;And then came BOOTSTRAP!&lt;/p&gt;

&lt;p&gt;In this article I’ll be explaining what Bootstrap really is and how to use it. I believe you’ll find it as interesting as I still do.&lt;/p&gt;

&lt;p&gt;OVERVIEW&lt;/p&gt;

&lt;p&gt;Bootstrap is a frontend, open source, free to use, web and mobile responsive framework for building and deploying web pages.&lt;/p&gt;

&lt;p&gt;As a frontend language, its components are designed to connect with the user directly, which simply means that it is used for designing web pages.&lt;/p&gt;

&lt;p&gt;As an open-sourced language, millions of developers can contribute to it and modify to suit the required design.&lt;/p&gt;

&lt;p&gt;Bootstrap is free for anyone to use, anytime… anywhere. Its resources are available.&lt;/p&gt;

&lt;p&gt;Bootstrap was built “mobile first” which means that it is responsive across a variety of mobile screen sizes.&lt;/p&gt;

&lt;p&gt;Bootstrap is majorly composed of already styles css files, already compiled javascript and jquery files as well as some others like the animate.css and popper.css.&lt;/p&gt;

&lt;p&gt;These files are designed to perform specific actions either relating to a certain css feature or javascript feature.&lt;/p&gt;

&lt;p&gt;The secret to properly using bootstrap is understanding its components and proper class names that perform specific functions.&lt;/p&gt;

&lt;p&gt;To effectively use bootstrap in creating web pages, you can decide to use the online CDN or import and link bootstrap files in your HTML document.&lt;/p&gt;

&lt;p&gt;Just like this.&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;&amp;lt;!DOCTYPE html&amp;gt;
&amp;lt;html&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;title&amp;gt;Bootstrap practise class&amp;lt;/title&amp;gt;
&amp;lt;link rel=”stylesheet” type=”text/css”      href=”bootstrap/css/bootstrap.css”&amp;gt;
&amp;lt;link rel=”stylesheet” type=”text/css” href=”bootstrap/css/style.css”&amp;gt;
&amp;lt;/head&amp;gt;
&amp;lt;body&amp;gt;

&amp;lt;div class=”bg-success p-5"&amp;gt;
&amp;lt;p class=”text-light display-4 small text-right”&amp;gt;HELLO AND WELCOME TO THIS BOOTSTRAP CLASS&amp;lt;/p&amp;gt;
&amp;lt;/div&amp;gt;

&amp;lt;script type=”text/javascript” src=”bootstrap/js/popper.js”&amp;gt;&amp;lt;/script&amp;gt;
&amp;lt;script type=”text/javascript” src=”bootstrap/js/bootstrap.jquery.js”&amp;gt;&amp;lt;/script&amp;gt;
&amp;lt;script type=”text/javascript” src=”bootstrap/js/bootstrap.js”&amp;gt;&amp;lt;/script&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;YOU TOO CAN USE BOOTSTRAP&lt;/p&gt;

&lt;p&gt;It’s no longer news that bootstrap has come to stay and you too can learn to use this amazing framework!&lt;/p&gt;

&lt;p&gt;In my next article i’ll talk about a very important component of bootstrap and how it forms the basis for everything you will likely build with bootstrap.&lt;/p&gt;

&lt;p&gt;MY LITTLE STORY&lt;/p&gt;

&lt;p&gt;A few decades down the lane, i still have that excitement i felt the first day i stood.&lt;/p&gt;

&lt;p&gt;Well, Bootstrap can give you this feeling if you so desire.&lt;/p&gt;

&lt;p&gt;Learn the basics…. Practice……Keep coding.&lt;/p&gt;

</description>
      <category>html</category>
      <category>cod</category>
    </item>
    <item>
      <title>HOW TO STAY MOTIVATED WHEN LEARNING TO CODE</title>
      <dc:creator>Candor Dennis</dc:creator>
      <pubDate>Thu, 03 Sep 2020 16:16:06 +0000</pubDate>
      <link>https://dev.to/candordennis/how-to-stay-motivated-when-learning-to-code-11mg</link>
      <guid>https://dev.to/candordennis/how-to-stay-motivated-when-learning-to-code-11mg</guid>
      <description>&lt;p&gt;I’ve often been asked questions upon questions about what my driving force towards coding and software development is.&lt;/p&gt;

&lt;p&gt;And each time, I gave the same answer.&lt;/p&gt;

&lt;p&gt;I will be sharing some tips that have helped me overtime to stay motivated and somewhat focused on each I step to becoming better.&lt;/p&gt;

&lt;p&gt;One of the most important skills of successfully transitioning to becoming a software engineer is the skill of discipline and motivation.&lt;/p&gt;

&lt;p&gt;It can be really difficult, even though programming is exciting especially when you're designing and building new products. &lt;/p&gt;

&lt;p&gt;But on the other hand you could also face rejection over and over again and most times loose the zeal to continue.&lt;/p&gt;

&lt;p&gt;Here are some tips I find helpful..&lt;/p&gt;

&lt;p&gt;Know YOUR reason!.__This is the most important part, if there is no WHY as regards your venturing into the tech field, it will be very hard to hold on.&lt;/p&gt;

&lt;p&gt;This should the first thing you have to do even if it means saying it to yourself every single day.&lt;/p&gt;

&lt;p&gt;Set small MEASURABLE goals for yourself.__ It can be very easy to say you want to be a web developer or you want to be a Mobile app developer. There are actually processes involved in becoming these things. &lt;/p&gt;

&lt;p&gt;Set realistic goals that you can reach at each step you take and celebrate your small wins.&lt;/p&gt;

&lt;p&gt;Do more project based learning__ Honestly speaking, lectures and online courses could be boring sometimes. &lt;br&gt;
See that you can organize and build small products, take up mini projects to check your skill proficiency at every given opportunity.&lt;/p&gt;

&lt;p&gt;This helps you learn faster.&lt;/p&gt;

&lt;p&gt;Find a COMMUNITY__ You will realize that so many people are going through the same process with you.&lt;br&gt;
 It will be easier to talk and ask questions to anyone you find there. &lt;/p&gt;

&lt;p&gt;Communities you can join are GDG, Dev.to, and several groups on facebook where developers share ideas and talk about issues they face.&lt;/p&gt;

&lt;p&gt;Remember to cut off those who bring negative energy with them, we DO NOT need that!&lt;/p&gt;

&lt;p&gt;Lastly__ Always consume content that keeps you positive. Ask to know experiences of people who have faced similar issues and gone past it.&lt;/p&gt;

&lt;p&gt;Be assured that learning takes time and you are not alone.&lt;/p&gt;

&lt;p&gt;Find this helpful?&lt;br&gt;
Let me know!!&lt;/p&gt;

</description>
      <category>webdev</category>
    </item>
  </channel>
</rss>
