<?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: Confidence</title>
    <description>The latest articles on DEV Community by Confidence (@sirconfy).</description>
    <link>https://dev.to/sirconfy</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%2F496041%2Fc184c223-b441-44a3-9c24-0477586f0b90.jpeg</url>
      <title>DEV Community: Confidence</title>
      <link>https://dev.to/sirconfy</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sirconfy"/>
    <language>en</language>
    <item>
      <title>My Experience at Tiidelab Prefellowship</title>
      <dc:creator>Confidence</dc:creator>
      <pubDate>Thu, 27 May 2021 22:09:08 +0000</pubDate>
      <link>https://dev.to/sirconfy/my-experience-at-tiidelab-prefellowship-2ne7</link>
      <guid>https://dev.to/sirconfy/my-experience-at-tiidelab-prefellowship-2ne7</guid>
      <description>&lt;h1&gt;
  
  
  I hope this writing could be an inspiration to someone.
&lt;/h1&gt;

&lt;p&gt;Hi, I'm &lt;strong&gt;Chidi Confidence&lt;/strong&gt;, a frontend Developer from Nigeria.&lt;br&gt;
I decided to become a frontend developer about 6 months ago after I started learning about Web Development using &lt;code&gt;HTML&lt;/code&gt; &lt;code&gt;CSS&lt;/code&gt; &lt;code&gt;JAVASCRIPT&lt;/code&gt;&lt;br&gt;
The reason I chose to become a Frontend Developer despite having interest in being a Fullstack Developer as well is that I enjoy seeing the result of my works immediately and I am quite interested in beautiful  &lt;code&gt;UI/UX&lt;/code&gt; as well.&lt;br&gt;
Before entering the web territory, I think I have had quite a long story about how I even got myself into the programming world in the first place.&lt;/p&gt;

&lt;h1&gt;
  
  
  High School
&lt;/h1&gt;

&lt;blockquote&gt;
&lt;p&gt;Mathematics lover&lt;br&gt;
During my years in high school,I had a dream goal of getting into &lt;strong&gt;The Top Rank&lt;/strong&gt; in the national mathematics in the year 2006.&lt;br&gt;
I spent all my free time studying maths just for that competition and that made me a mathematics lover and it improved my critical thinking.&lt;/p&gt;
&lt;h1&gt;
  
  
  After High School
&lt;/h1&gt;

&lt;p&gt;Clueless about future goal&lt;br&gt;
I barely knew anything related to what I want to become in the future. Due to the lack of information, I chose to study &lt;strong&gt;Civil Engineering&lt;/strong&gt; as it is quite a common major for a student who is good at maths to choose.&lt;br&gt;
During my studies in the universities, there was a compulsory course about computer programming (introduction to programming) (ECE 281) using python language. The course introduced me to a lot of stuffs I don't really  know  back then and it somehow opened the door for me.&lt;br&gt;
 However, after that course, I only understand that there is a programming language called &lt;code&gt;Python&lt;/code&gt; nothing more nothing less.&lt;/p&gt;
&lt;h1&gt;
  
  
  My first line of Code
&lt;/h1&gt;

&lt;p&gt;After hanging out with a few computer science friends of mine during my National youth Service corps (NYSC) year, I started my first line of code ( using notepad editor) while trying to make a simple landing page. &lt;br&gt;
I started out as I was really curious about how people build Apps by that time, but eventually I got hooked into the world of &lt;strong&gt;programming&lt;/strong&gt; without knowing it myself. Later on, I kept finding myself spending more and more time learning different things related to programming.&lt;/p&gt;
&lt;h1&gt;
  
  
  Into the real-world development
&lt;/h1&gt;

&lt;p&gt;what keeps me going&lt;br&gt;
After I finally have solidated the foundation in &lt;code&gt;Javascript&lt;/code&gt; I started building web Applications. Since I like seeing the result of my work immediately, building web Applications really encourages me to learn to code much better than just learning the basics.&lt;br&gt;
While building web Applications, I have learned to understand how an application is built with separated pieces.&lt;br&gt;&lt;br&gt;
It is mostly composed of UI (frontend). I spent most of the time implementing the UI look of the app and fetching data from API to use in the App. That's also when I've first learned about API. At first, I was not sure how the API really works at all. All I knew was that I could retrieve data from it and use it in my application.&lt;/p&gt;
&lt;h1&gt;
  
  
  TIIDELAB PREFELLOWSHIP EXPERIENCE
&lt;/h1&gt;

&lt;p&gt;where it all started again&lt;br&gt;
I started off with the thought of wanting to be in a community that can make my journey progressive and smoother, but what got me hooked was to decide on which which community that can give me the best more attention on my learning journey.&lt;br&gt;
That's when I got introduced to &lt;strong&gt;TIIDELAB Prefellowship&lt;/strong&gt; 3 weeks ago.&lt;br&gt;
I chose to start from the scratch (HTML) not because of any specific reason. &lt;br&gt;
However,for the past 3 weeks the more I learn about CSS and use it, the more I like about it. I have been scared of making a web page responsive using pure CSS (without using any CSS frame work), but when I was using the learning materials given by &lt;strong&gt;Tiidelab&lt;/strong&gt; my doubts were cleared.&lt;/p&gt;
&lt;h1&gt;
  
  
  what I have learned from Tiidelab Prefellowship
&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;How to arrange my files in code editor (vs code) to look neat.&lt;/li&gt;
&lt;li&gt;How to make a responsive design with pure CSS (no frame work).&lt;/li&gt;
&lt;li&gt;How to use git commands  and push my work to github.&lt;/li&gt;
&lt;li&gt;I equally learnt how to deploy an app to netlify.com. Before the program at &lt;strong&gt;Tiidelab&lt;/strong&gt;, I have tried severally to understand and deploy my work to netlify but all to no avail. With the help of the &lt;strong&gt;Tiidelab&lt;/strong&gt; materials I was able to learn and deployed my projects to netlify.&lt;/li&gt;
&lt;li&gt; The &lt;strong&gt;CCAT&lt;/strong&gt; test which where taking twice per week has improved my critical thinking. At first I got zero but now I can can do better.&lt;/li&gt;
&lt;li&gt; Above is the image of  my personal portfolio built during the prefellowship &lt;/li&gt;
&lt;li&gt; I equally met friends who has been helping me on my learning journey.&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;

&lt;h1&gt;
  
  
  Ending thought
&lt;/h1&gt;

&lt;blockquote&gt;
&lt;p&gt;keep on learning.&lt;br&gt;
First of all if you read this far, thanks for reading. This is my very first post so I hope you enjoyed it.&lt;br&gt;
Long Live &lt;strong&gt;TIIDELAB&lt;/strong&gt;.&lt;/p&gt;
&lt;/blockquote&gt;

</description>
      <category>tiidelab</category>
    </item>
    <item>
      <title>My Programming Journey To Frontend Dev.</title>
      <dc:creator>Confidence</dc:creator>
      <pubDate>Sun, 25 Oct 2020 22:15:50 +0000</pubDate>
      <link>https://dev.to/sirconfy/my-programming-journey-to-frontend-dev-4e8m</link>
      <guid>https://dev.to/sirconfy/my-programming-journey-to-frontend-dev-4e8m</guid>
      <description>&lt;h1&gt;
  
  
  I hope this writing could be an inspiration to someone.
&lt;/h1&gt;

&lt;p&gt;Hi, I'm &lt;strong&gt;Confidence&lt;/strong&gt;, a frontend Developer from Nigeria.&lt;br&gt;
I decided to become a frontend developer about 1 year ago after I started learning about Web Development using &lt;strong&gt;HTML, CSS, and JavaScript&lt;/strong&gt;.&lt;br&gt;
The reason I chose to become a Frontend Developer despite having interest in being a Fullstack Developer as well is that I enjoy seeing the result of my works &lt;strong&gt;immediately&lt;/strong&gt; and I am quite interested in beautiful &lt;strong&gt;UI/UX&lt;/strong&gt; as well.&lt;br&gt;
Before entering the web territory, I think I have had quite a long story about how I even got myself into the programming world in the first place.&lt;/p&gt;

&lt;h1&gt;
  
  
  High School
&lt;/h1&gt;

&lt;blockquote&gt;
&lt;p&gt;Mathematics lover&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;During my years in high school, I had a dream goal of getting into &lt;strong&gt;The Top Rank&lt;/strong&gt; in the &lt;strong&gt;National Mathematics&lt;/strong&gt; in the year 2006.&lt;br&gt;
I spent all my free time studying maths just for that competition and that made me a mathematics lover and it improved my critical thinking.&lt;/p&gt;

&lt;h1&gt;
  
  
  After High School
&lt;/h1&gt;

&lt;blockquote&gt;
&lt;p&gt;Clueless about future goal&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;I barely knew anything related to what I want to become in the future. Due to the lack of information, I chose to study &lt;br&gt;
&lt;strong&gt;Civil Engineering&lt;/strong&gt; as it is quite a common major for a student who is good at maths to choose.&lt;br&gt;
During my studies in the universities, there was a compulsory course about computer programming (introduction to programming) (ECE 281) using &lt;code&gt;python&lt;/code&gt; language. The course introduced me to a lot of stuffs I don't really  know  back then and it somehow opened the door for me.&lt;br&gt;
 However, after that course, I only understand that there is a programming language called python, nothing more nothing less.&lt;/p&gt;

&lt;h1&gt;
  
  
  My first line of Code
&lt;/h1&gt;

&lt;p&gt;After hanging out with a few computer science friends of mine during my National youth Service corps (NYSC) year, I started my first line of code ( using notepad editor) while trying to make a simple landing page. &lt;br&gt;
I started out as I was really curious about how people build Apps by that time, but eventually I got hooked into the world of programming without knowing it myself. Later on, I kept finding myself spending more and more time learning different things related to programming.&lt;/p&gt;

&lt;h1&gt;
  
  
  Into the real-world development
&lt;/h1&gt;

&lt;blockquote&gt;
&lt;p&gt;what keeps me going&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;After I finally have solidated the foundation in &lt;code&gt;javascript&lt;/code&gt;, I started building web Applications. Since I like seeing the result of my work immediately, building web Applications really encourages me to learn to code much better than just learning the basics.&lt;br&gt;
While building web Applications, I have learned to understand how an application is built with separated pieces.&lt;br&gt;&lt;br&gt;
It is mostly composed of UI (frontend). As a frontend developer, I spent most of the time implementing the UI look of the app and fetching data from API to use in the App. That's also when I've first learned about API. At first, I was not sure how the API really works at all. All I knew was that I could retrieve data from it and use it in my application.&lt;/p&gt;

&lt;h1&gt;
  
  
  React.js
&lt;/h1&gt;

&lt;blockquote&gt;
&lt;p&gt;where it all started again&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;I started off with the thought of wanting to use JavaScript framework to make my journey progressive and smoother, but what got me hooked was to decide on which framework that has more future.&lt;br&gt;
That's when I got introduced to &lt;code&gt;React.js&lt;/code&gt; 3 weeks ago by DevC Enugu internship.&lt;br&gt;
I chose React as the web framework (well, React is basically a library) not because of any specific reason. It was just because it was pretty popular than the others. &lt;br&gt;
However, for the past 3 weeks the more I learn about React and use it, the more I like about it.&lt;/p&gt;

&lt;h1&gt;
  
  
  what I have learned from React.js
&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;How to create a react boilerplaite.&lt;/li&gt;
&lt;li&gt;How to use functional and class Components in react.&lt;/li&gt;
&lt;li&gt;How to update state using setState etc.&lt;/li&gt;
&lt;/ul&gt;

&lt;h1&gt;
  
  
  Ending thought
&lt;/h1&gt;

&lt;blockquote&gt;
&lt;p&gt;keep on learning.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;First of all if you read this far, thanks for reading. This is my very first post so I hope you enjoyed it.&lt;br&gt;
Thanks.&lt;/p&gt;

</description>
      <category>react</category>
      <category>devcenugu</category>
      <category>frontend</category>
      <category>devstory</category>
    </item>
  </channel>
</rss>
