<?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: AbdulSamad Ayoade</title>
    <description>The latest articles on DEV Community by AbdulSamad Ayoade (@abdulsamadayoade).</description>
    <link>https://dev.to/abdulsamadayoade</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%2F435400%2Fad7fb474-a055-4b73-8e8a-6dec2fb17f34.jpeg</url>
      <title>DEV Community: AbdulSamad Ayoade</title>
      <link>https://dev.to/abdulsamadayoade</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/abdulsamadayoade"/>
    <language>en</language>
    <item>
      <title>9 Must Have Chrome Extensions For Front End Developers</title>
      <dc:creator>AbdulSamad Ayoade</dc:creator>
      <pubDate>Wed, 07 Oct 2020 17:08:18 +0000</pubDate>
      <link>https://dev.to/abdulsamadayoade/9-must-have-chrome-extensions-for-front-end-developers-595h</link>
      <guid>https://dev.to/abdulsamadayoade/9-must-have-chrome-extensions-for-front-end-developers-595h</guid>
      <description>&lt;p&gt;As a front end developer, it's obvious you use chrome but have you ever think of how it can help speed up how you work and build amazing stuffs.&lt;/p&gt;

&lt;p&gt;In this post, I'll show you &lt;strong&gt;top 9 chrome extensions you should have as a front end developer&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Now let dive in. &lt;/p&gt;

&lt;h2&gt;
  
  
  1. ColorPick EyeDropper
&lt;/h2&gt;

&lt;p&gt;This is my number one chrome extension which I use almost on a daily basis. With the help of this extension, you can grab colors either from a webpage or an image. &lt;/p&gt;

&lt;p&gt;You can get colors in RGB, RGBA, HEX and HSLA format and you can easily copy the color codes via the inbuilt clipboard. &lt;/p&gt;

&lt;h2&gt;
  
  
  2. WhatFont
&lt;/h2&gt;

&lt;p&gt;By mere looking at the name you should be able to guess what it does. This chrome extension gives you the exact name and details of any font either on a webpage or image. &lt;/p&gt;

&lt;h2&gt;
  
  
  3. CSS Viewer
&lt;/h2&gt;

&lt;p&gt;This is definitely a must-have for front end developers. This tool give you css properties of any element by just hovering over the element.&lt;/p&gt;

&lt;h2&gt;
  
  
  4. Keyframes
&lt;/h2&gt;

&lt;p&gt;Keyframes is a powerful chrome extension for creating CSS animations. &lt;/p&gt;

&lt;p&gt;With the help of this extension, you don't have to switch between your browser and code editor while creating animations. &lt;/p&gt;

&lt;h2&gt;
  
  
  5. Screenshots
&lt;/h2&gt;

&lt;p&gt;Taking screenshots made easier. This extension will help you take screenshots either full page or visible content and you can save the screenshots in PDF and PNG format. &lt;/p&gt;

&lt;h2&gt;
  
  
  6. Imageye
&lt;/h2&gt;

&lt;p&gt;Imageye is yet another superb chrome extension which allows you to download all images available on a webpage. You don't have to save images one by one which will take much of your time, you can simply call Imageye to the rescue. &lt;/p&gt;

&lt;h2&gt;
  
  
  7. Dimensions
&lt;/h2&gt;

&lt;p&gt;Ever wanted to know or measure the distance between elements on a webpage but don't know how you gonna do it? &lt;/p&gt;

&lt;p&gt;Dimensions got ya. With this chrome extension, getting the distance between elements on a webpage is a walk in the park. &lt;/p&gt;

&lt;h2&gt;
  
  
  8. Pesticide For Chrome
&lt;/h2&gt;

&lt;p&gt;Remember those days when you had to add a red border on that element to see where and how it is positioned on the webpage? &lt;/p&gt;

&lt;p&gt;Those days are now over with Pesticide For Chrome. This chrome extension add pesticide CSS to your webpage outlining each element to see how they are being placed on the webpage. &lt;/p&gt;

&lt;h2&gt;
  
  
  9. Web Developer
&lt;/h2&gt;

&lt;p&gt;This is the most amazing chrome extension developers must have. This extension allows you to style files, validate html and css files, resize images, disable scripts and lots more. &lt;/p&gt;

&lt;p&gt;So guys that's it. Hope you enjoyed this simple and short article. Which extension are you using that you find extremely useful and is not listed here? Or have you used one of these extensions before, what's your experience like? &lt;/p&gt;

&lt;p&gt;Drop a comment, like and share as well.&lt;/p&gt;

</description>
      <category>chrome</category>
      <category>extension</category>
      <category>frontend</category>
    </item>
    <item>
      <title>5 Tips To Help You Make The Best Out Of GitHub</title>
      <dc:creator>AbdulSamad Ayoade</dc:creator>
      <pubDate>Mon, 28 Sep 2020 08:33:09 +0000</pubDate>
      <link>https://dev.to/abdulsamadayoade/5-tips-to-help-you-make-the-best-out-of-github-57p7</link>
      <guid>https://dev.to/abdulsamadayoade/5-tips-to-help-you-make-the-best-out-of-github-57p7</guid>
      <description>&lt;p&gt;One of the most important tools in a software developer's arsenal is Github. GitHub is a code management platform built on the popular version control system called Git. &lt;/p&gt;

&lt;p&gt;Github provides developers the opportunity to collaborate and work on projects with other developers. It is also referred to as social platform made for developers. &lt;/p&gt;

&lt;p&gt;These days Github usage is not only limited to software developers but also other professionals such as designers and products managers who have come to realized what the popular collaboration platform has to offer. &lt;/p&gt;

&lt;p&gt;Having a Github account is simple as opening a facebook account but &lt;strong&gt;how do you use the platform effectively&lt;/strong&gt; is such an important topic that need to be addressed. &lt;/p&gt;

&lt;p&gt;In this post, I'll show you &lt;strong&gt;how to make the best out of Github.&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  1. GitHub Profile ReadMe
&lt;/h2&gt;

&lt;p&gt;After creating an account on GitHub, the first thing you should do is to setup your profile ReadMe and furnish it will all the neccesary details. &lt;/p&gt;

&lt;p&gt;In your profile ReadMe, introduce yourself, let people see what you do and how you look like. Tell us the languages you've used and what you are currently learning. What are the tools you use and how can you be contacted are the details that are needed to be available on your ReadMe. &lt;/p&gt;

&lt;h2&gt;
  
  
  2. Showcase Your Work
&lt;/h2&gt;

&lt;p&gt;The best way to showcase your work is to always upload your projects to Github. That's an undeniable fact. But you can take it further by pining your top projects on your GitHub profile page. &lt;/p&gt;

&lt;p&gt;When someone lands on your profile, the next thing they will see after reading your profile ReadMe are your pinned projects. So make sure, the pinned projects are your best projects. &lt;/p&gt;

&lt;h2&gt;
  
  
  3. Write a Good ReadMe for your projects
&lt;/h2&gt;

&lt;p&gt;A good ReadMe is the face of your project and it's one of the most important thing that make up a good repository. &lt;/p&gt;

&lt;p&gt;A well crafted ReadMe for your project is a good way to let people know what your project is all about. A nice ReadMe with neccesary details and screenshots will help grab people's attention and explain to them what the project is, why it matters and how they can contribute.&lt;/p&gt;

&lt;p&gt;A good ReadMe should cover some if not all of the items listed below:&lt;/p&gt;

&lt;p&gt;What your project does&lt;br&gt;
How to install it&lt;br&gt;
How to setup the development environment &lt;br&gt;
How to make a change&lt;br&gt;
Changelogs &lt;/p&gt;

&lt;h2&gt;
  
  
  4. Make Use of Github Pages
&lt;/h2&gt;

&lt;p&gt;GitHub Pages are free hosted webpages provided by GitHub which allow developers to deploy their static websites and web apps online. &lt;/p&gt;

&lt;p&gt;With Github Pages, developers can create a live working URL for their apps or websites.&lt;/p&gt;

&lt;p&gt;GitHub Pages offers a lot of features which include ease of setup, flexibility, live updating and lots more. &lt;/p&gt;

&lt;p&gt;Once you're ready to deploy your web creation to the world wide web, ensure to use Github pages. This will generate a live working URL for your project. &lt;/p&gt;

&lt;h2&gt;
  
  
  5. Contribute
&lt;/h2&gt;

&lt;p&gt;You can't fully understand the meaning of the platform, GitHub without getting yourself immersed in open source and contributing to other people's projects.&lt;/p&gt;

&lt;p&gt;By contributing to a project, you're making the project better and not only that, you will be able to learn new technologies and ecosystems, make constructive reports and feature requests. &lt;/p&gt;

&lt;p&gt;That's it guys. Hope you enjoyed the post? Don't forget to like and share it as well. &lt;/p&gt;

</description>
      <category>github</category>
      <category>git</category>
    </item>
  </channel>
</rss>
