<?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: Developer Circle: Mombasa</title>
    <description>The latest articles on DEV Community by Developer Circle: Mombasa (@devcmombasa).</description>
    <link>https://dev.to/devcmombasa</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%2Forganization%2Fprofile_image%2F2094%2Fff837485-6de9-4403-996e-ba3ff1f2dc41.jpg</url>
      <title>DEV Community: Developer Circle: Mombasa</title>
      <link>https://dev.to/devcmombasa</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/devcmombasa"/>
    <language>en</language>
    <item>
      <title>Using Postman Like a Pro!</title>
      <dc:creator>c a</dc:creator>
      <pubDate>Fri, 04 Jun 2021 11:02:06 +0000</pubDate>
      <link>https://dev.to/devcmombasa/using-postman-like-a-pro-4493</link>
      <guid>https://dev.to/devcmombasa/using-postman-like-a-pro-4493</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F9vrcoiqky775hww4s3tv.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F9vrcoiqky775hww4s3tv.png" alt="Alt Text" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fbvrfazg5f5uewunc2p9p.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fbvrfazg5f5uewunc2p9p.png" alt="Postman logo" width="356" height="142"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.postman.com/" rel="noopener noreferrer"&gt;Postman&lt;/a&gt; is an API testing platform. You can use postman &lt;a href="https://web.postman.co/build" rel="noopener noreferrer"&gt;web platform&lt;/a&gt;:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvqv7g60ezn228mcj5uap.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvqv7g60ezn228mcj5uap.png" alt="postman web" width="800" height="433"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;or the &lt;a href="https://www.postman.com/downloads/" rel="noopener noreferrer"&gt;desktop application&lt;/a&gt; for testing your APIs.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdrqarib9q8whkdnhljjk.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdrqarib9q8whkdnhljjk.png" alt="desktopostman.png" width="800" height="434"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Postman can be used to test all API requests: &lt;code&gt;get/put/create/delete&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;If you are new to postman, I'd suggest you go through their Bootcamp: &lt;a href="https://web.postman.co/bootcamp" rel="noopener noreferrer"&gt;https://web.postman.co/bootcamp&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;I will be using the desktop application for the demos, they're no big differences from using the web version of postman.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h1&gt;
  
  
  What this article covers:
&lt;/h1&gt;

&lt;ol&gt;
&lt;li&gt;Creating collections&lt;/li&gt;
&lt;li&gt;Adding requests&lt;/li&gt;
&lt;li&gt;Creating environments and Variables&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Creating Collections:
&lt;/h2&gt;

&lt;p&gt;In Postman, collections are folders where you put all APIs with similar descriptions or projects together. It is a pretty neat way to organize your APIs for testing.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.postman.com/collection/" rel="noopener noreferrer"&gt;https://www.postman.com/collection/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Follow the few steps to create an API collection:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Ensure that you are on the &lt;code&gt;collections&lt;/code&gt; tab by clicking on the &lt;code&gt;Collections&lt;/code&gt; with a folder icon on the top left side menu.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fu284p6olqqxyv42vmw7w.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fu284p6olqqxyv42vmw7w.png" alt="Postman Collections" width="800" height="434"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;On the right of the &lt;code&gt;Collections&lt;/code&gt; notice the "+" icon and on hovering it, a pop up with the message: "Create new Collection" appears.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F63m23hz829yjmszddrxb.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F63m23hz829yjmszddrxb.png" alt="Create new collection - postman" width="800" height="421"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Click the "+" icon to create a new collection. Notice a new folder is created &lt;code&gt;New Collection&lt;/code&gt; and a new tab opened simultaneously.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fm2uclhjas6q8tg815310.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fm2uclhjas6q8tg815310.png" alt="created collection" width="800" height="434"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Right-click on the folder and select &lt;code&gt;rename&lt;/code&gt; to give the collection a name of your choosing or double click on the &lt;code&gt;new collection&lt;/code&gt; name on the tab to rename.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fzwwo9i16m7gaikkx76cm.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fzwwo9i16m7gaikkx76cm.png" alt="double-click.png" width="800" height="449"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fq4tnbejioon1h96x45ty.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fq4tnbejioon1h96x45ty.png" alt="right-click.png" width="800" height="449"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;PSST! I will rename mine to &lt;code&gt;Demo&lt;/code&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Adding requests to a Collection:
&lt;/h2&gt;

&lt;p&gt;On hovering over the collection name on the left panel. notice the 3-horizontal-dots, click on it to open a quick menu.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F4b7u43h13mor2p1bq76j.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F4b7u43h13mor2p1bq76j.png" alt="Add a new request" width="800" height="449"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Select &lt;code&gt;Add request&lt;/code&gt; and notice a new tab opens:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fa0ji94auosp9ud9sf5wo.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fa0ji94auosp9ud9sf5wo.png" alt="new-request.png" width="800" height="434"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Let's add an API endpoint and make a request:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;https://jsonplaceholder.typicode.com/users

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Paste the URL in the input label with a placeholder text "Enter request URL", ensure the method on the left is set to "GET" and hit 'Send' to make a request.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fy14cap7tnzhp31hcs1xz.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fy14cap7tnzhp31hcs1xz.png" alt="Making a request" width="800" height="434"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The response:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fhsml6aucmerqf74clnti.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fhsml6aucmerqf74clnti.png" alt="response.png" width="800" height="434"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Creating environments and Variables
&lt;/h2&gt;

&lt;p&gt;An environment in postman is just a collection of variables to be used in a request or a collection&lt;/p&gt;

&lt;p&gt;&lt;a href="https://learning.postman.com/docs/sending-requests/managing-environments/" rel="noopener noreferrer"&gt;https://learning.postman.com/docs/sending-requests/managing-environments/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The selected environment status is at the top-right of Postman, the default is "&lt;em&gt;No environment&lt;/em&gt;".&lt;/p&gt;

&lt;p&gt;Here is how we create a new environment and add our variables:&lt;/p&gt;

&lt;p&gt;On the left side of the postman web/app, click on the &lt;code&gt;Environment&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;Click on the "+" icon to create a new environment, then give it a name.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fs6a40g93qboakz2pk48q.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fs6a40g93qboakz2pk48q.png" alt="new-env.png" width="800" height="434"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;To create a variable, manually fill the details on the environment tab:&lt;/p&gt;

&lt;p&gt;I will create a variable for the base URL of the API endpoint: &lt;code&gt;https://jsonplaceholder.typicode.com/&lt;/code&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;VARIABLE: url
INITIAL VALUE: https://jsonplaceholder.typicode.com/
CURRENT VALUE: https://jsonplaceholder.typicode.com/

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F3iv9y8bro4g71hj39qn3.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F3iv9y8bro4g71hj39qn3.png" alt="variable" width="800" height="434"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;To use the variable, go to the request tab and replace the &lt;code&gt;https://jsonplaceholder.typicode.com/&lt;/code&gt; with &lt;code&gt;{{url}}&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Then on the top-right, select an environment (select the one you just created from the Dropdown).&lt;/p&gt;

&lt;p&gt;After that, make the request to see if everything went well:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fjvwrt0m1m6yj4ev3fiip.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fjvwrt0m1m6yj4ev3fiip.png" alt="env-var.png" width="800" height="434"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;That is it, to view the demo use:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://app.getpostman.com/run-collection/9711024-0af1bf1e-8e28-43f1-9e96-d7aa7c17d895?action=collection%2Ffork&amp;amp;collection-url=entityId%3D9711024-0af1bf1e-8e28-43f1-9e96-d7aa7c17d895%26entityType%3Dcollection%26workspaceId%3D26c4f6b7-8da3-4522-98d6-b7066cd76325#?env%5BDemo%5D=W3sia2V5IjoidXJsIiwidmFsdWUiOiJodHRwczovL2pzb25wbGFjZWhvbGRlci50eXBpY29kZS5jb20vIiwiZW5hYmxlZCI6dHJ1ZX1d" rel="noopener noreferrer"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Frun.pstmn.io%2Fbutton.svg" alt="Run in Postman" width="128" height="32"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  NOTE
&lt;/h2&gt;

&lt;p&gt;There are many ways to create a variable, environment or collections in Postman, I just highlighted the common ones. Feel free to hover on the postman docs to learn and practice more:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://learning.postman.com/docs/getting-started/introduction/" rel="noopener noreferrer"&gt;https://learning.postman.com/docs/getting-started/introduction/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://linktr.ee/chrisdev" rel="noopener noreferrer"&gt;MY BIO&lt;/a&gt;&lt;/p&gt;

</description>
      <category>2articles1week</category>
      <category>api</category>
      <category>testing</category>
    </item>
    <item>
      <title>My Developer Profile &amp; Branding</title>
      <dc:creator>c a</dc:creator>
      <pubDate>Mon, 12 Apr 2021 06:31:54 +0000</pubDate>
      <link>https://dev.to/devcmombasa/my-developer-profile-branding-3c3d</link>
      <guid>https://dev.to/devcmombasa/my-developer-profile-branding-3c3d</guid>
      <description>&lt;p&gt;Your Brand is what people out here talk about you, so it's up to you to make it good or bad, or beneficial to your career.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F1ag4vxcwy2xwvn63xkgv.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F1ag4vxcwy2xwvn63xkgv.png" alt="chrisdev blog.png" width="300" height="300"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;There are a lot of outstanding Developer profiles that we admire and look up to them for guidance and most importantly, our personal growth. There are too many articles and videos on how to market yourself as a developer, creating outstanding Resumes, and become influential on social media platforms.&lt;/p&gt;

&lt;p&gt;I have had my share of ups and downs in personal branding, and still making my way up there. TL;DR, I'll highlight some major changes I have made.&lt;/p&gt;

&lt;h2&gt;
  
  
  Creating a Resume.
&lt;/h2&gt;

&lt;p&gt;My Resumes have grown to become very short and straight to the point. I have a habit of versioning my resume for easy differentiation and also avoid repetition. So far these are the key points I take when updating my resume:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;### Make your resume as short as possible:&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I learned that recruiters and hiring personnel have a number of resumes to go through for a single vacant position, and they barely have a minute to go through a single resume. So try as much as possible to make your resume short and with the most important details you'd love to share. (It's Not Rocket Science).&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;### Making your Resume ATS Compliant:&lt;/li&gt;
&lt;/ul&gt;

&lt;blockquote&gt;
&lt;p&gt;An applicant tracking system — or ATS, for short — is a type of software used by recruiters and employers during the hiring process to collect, sort, scan, and rank the job applications they receive for their open positions.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Big companies have the resumes submitted reviewed under an ATS before a real human goes through them. You may want to up your game to become a start out of this. Check out the following resources:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.topresume.com/career-advice/what-is-an-ats-resume" rel="noopener noreferrer"&gt;https://www.topresume.com/career-advice/what-is-an-ats-resume&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://novoresume.com/career-blog/ats-resume" rel="noopener noreferrer"&gt;https://novoresume.com/career-blog/ats-resume&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.themuse.com/advice/beat-the-robots-how-to-get-your-resume-past-the-system-into-human-hands" rel="noopener noreferrer"&gt;https://www.themuse.com/advice/beat-the-robots-how-to-get-your-resume-past-the-system-into-human-hands&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Feel free to Google for more and more resources!&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;### Focus on your achievements other than responsibilities:&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;You may want to specify the impact of your responsibilities in the work experience part of your resume. For example, other than saying:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Front end design

Say:

Creating an Interactive user interface that is 
accessible and up to WCAG standards
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Also, it is advisable to quantify your impact statements with actual and realistic data.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;### Your Skills&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Your skills are what sell your brand. It is important to categorize your skills, either soft skills or technical skills, various categories of technical skills i.e front end...&lt;/p&gt;

&lt;p&gt;You should try and be brief and detailed oriented when listing your skills.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;a href="https://www.dropbox.com/s/agj58hpd8tjn6u0/achinga-chris_0.pdf?dl=0" rel="noopener noreferrer"&gt;A quick review of my current resume:&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  Your Portfolio
&lt;/h2&gt;

&lt;p&gt;A portfolio showcases what you have done with your mentioned skills. It is like the documentation to your Resume.&lt;/p&gt;

&lt;p&gt;On this, I prefer having my own website (Online portfolio). There are no particular standards for making a great portfolio. Here is where you put your imagination into effect. i.e&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight javascript"&gt;&lt;code&gt;&lt;span class="nx"&gt;imagination&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;initialize&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="kc"&gt;true&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  Conclusion
&lt;/h3&gt;

&lt;p&gt;Do not be limited to my opinions or other people's opinions on how you should brand yourself. Be true to yourself and know what you looking for.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fgwwwzbya2z5hes4m11e6.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fgwwwzbya2z5hes4m11e6.png" alt="chrisdev.png" width="500" height="500"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>portfolio</category>
      <category>resume</category>
    </item>
    <item>
      <title>Dev Tech Question: What Are These Things?</title>
      <dc:creator>c a</dc:creator>
      <pubDate>Thu, 18 Mar 2021 14:59:50 +0000</pubDate>
      <link>https://dev.to/devcmombasa/dev-tech-question-what-are-these-things-4d2n</link>
      <guid>https://dev.to/devcmombasa/dev-tech-question-what-are-these-things-4d2n</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;Every Thursday, I post a question for The Dev Tech Question. This article is for the post on &lt;a href="https://www.facebook.com/groups/DevCMombasa/permalink/1377257025978943/" rel="noopener noreferrer"&gt;&lt;code&gt;Thu March 18, 2021&lt;/code&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  Questions:
&lt;/h2&gt;

&lt;p&gt;The three questions asked were:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;What is a DOM?&lt;/li&gt;
&lt;li&gt;What is a CORS&lt;/li&gt;
&lt;li&gt;What is Big-O-Notation?&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Answers:
&lt;/h2&gt;

&lt;p&gt;A great summarized answer commented by one of the community members, &lt;a href="https://www.facebook.com/groups/799116447126340/user/100009431717501/" rel="noopener noreferrer"&gt;Kimatia J Dan&lt;/a&gt;:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;DOM is the document object model used to manipulate the events without necessarily refreshing the browser.&lt;br&gt;
CORS is cross-origin resource sharing which is a security mechanism that allows trusted requests from trusted apps to communicate with backend services.&lt;br&gt;
Big o notation is a measure of how an algorithm will perform in worst-case scenarios.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h3&gt;
  
  
  What is the DOM?
&lt;/h3&gt;

&lt;h4&gt;
  
  
  Answer
&lt;/h4&gt;

&lt;p&gt;The DOM (Document Object Model) is a cross-platform API that treats HTML and XML documents as a tree structure consisting of nodes. These nodes (such as elements and text nodes) are objects that can be programmatically manipulated and any visible changes made to them are reflected live in the document. In a browser, this API is available to JavaScript where DOM nodes can be manipulated to change their styles, contents, placement in the document, or interacted with through event listeners.&lt;/p&gt;

&lt;h3&gt;
  
  
  What is CORS?
&lt;/h3&gt;

&lt;h4&gt;
  
  
  Answer
&lt;/h4&gt;

&lt;p&gt;Cross-Origin Resource Sharing or CORS is a mechanism that uses additional HTTP headers to grant a browser permission to access resources from a server at an origin different from the website origin.&lt;/p&gt;

&lt;p&gt;An example of a cross-origin request is a web application served from &lt;code&gt;http://mydomain.com&lt;/code&gt; that uses AJAX to make a request for &lt;code&gt;http://yourdomain.com&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;For security reasons, browsers restrict cross-origin HTTP requests initiated by JavaScript. &lt;code&gt;XMLHttpRequest&lt;/code&gt; and &lt;code&gt;fetch&lt;/code&gt; follow the same-origin policy, meaning a web application using those APIs can only request HTTP resources from the same origin the application was accessed, unless the response from the other origin includes the correct CORS headers.&lt;/p&gt;

&lt;h3&gt;
  
  
  What is Big O Notation?
&lt;/h3&gt;

&lt;h4&gt;
  
  
  Answer
&lt;/h4&gt;

&lt;p&gt;Big O notation is used in Computer Science to describe the time complexity of an algorithm. The best algorithms will execute the fastest and have the simplest complexity.&lt;/p&gt;

&lt;p&gt;Algorithms don't always perform the same and may vary based on the data they are supplied. While in some cases they will execute quickly, in other cases they will execute slowly, even with the same number of elements to deal with.&lt;/p&gt;

&lt;p&gt;In these examples, the base time is 1 element = &lt;code&gt;1ms&lt;/code&gt;.&lt;/p&gt;

&lt;h5&gt;
  
  
  O(1)
&lt;/h5&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight javascript"&gt;&lt;code&gt;&lt;span class="nx"&gt;arr&lt;/span&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="nx"&gt;arr&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;length&lt;/span&gt; &lt;span class="o"&gt;-&lt;/span&gt; &lt;span class="mi"&gt;1&lt;/span&gt;&lt;span class="p"&gt;]&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ul&gt;
&lt;li&gt;1000 elements = &lt;code&gt;1ms&lt;/code&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Constant time complexity. No matter how many elements the array has, it will theoretically take (excluding real-world variation) the same amount of time to execute.&lt;/p&gt;

&lt;h5&gt;
  
  
  O(N)
&lt;/h5&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight javascript"&gt;&lt;code&gt;&lt;span class="nx"&gt;arr&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;filter&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;fn&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ul&gt;
&lt;li&gt;1000 elements = &lt;code&gt;1000ms&lt;/code&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Linear time complexity. The execution time will increase linearly with the number of elements the array has. If the array has 1000 elements and the function takes 1ms to execute, 7000 elements will take 7ms to execute. This is because the function must iterate through all elements of the array before returning a result.&lt;/p&gt;

&lt;h5&gt;
  
  
  O([1, N])
&lt;/h5&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight javascript"&gt;&lt;code&gt;&lt;span class="nx"&gt;arr&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;some&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;fn&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ul&gt;
&lt;li&gt;1000 elements = &lt;code&gt;1ms &amp;lt;= x &amp;lt;= 1000ms&lt;/code&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The execution time varies depending on the data supplied to the function, it may return very early or very late. The best case here is O(1) and the worst case is O(N).&lt;/p&gt;

&lt;h5&gt;
  
  
  O(NlogN)
&lt;/h5&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight javascript"&gt;&lt;code&gt;&lt;span class="nx"&gt;arr&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;sort&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;fn&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ul&gt;
&lt;li&gt;1000 elements ~= &lt;code&gt;10000ms&lt;/code&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Browsers usually implement the quicksort algorithm for the &lt;code&gt;sort()&lt;/code&gt; method and the average time complexity of quicksort is O(NlgN). This is very efficient for large collections.&lt;/p&gt;

&lt;h5&gt;
  
  
  O(N^2)
&lt;/h5&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight javascript"&gt;&lt;code&gt;&lt;span class="k"&gt;for &lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="kd"&gt;let&lt;/span&gt; &lt;span class="nx"&gt;i&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="mi"&gt;0&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt; &lt;span class="nx"&gt;i&lt;/span&gt; &lt;span class="o"&gt;&amp;lt;&lt;/span&gt; &lt;span class="nx"&gt;arr&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;length&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt; &lt;span class="nx"&gt;i&lt;/span&gt;&lt;span class="o"&gt;++&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;
  &lt;span class="k"&gt;for &lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="kd"&gt;let&lt;/span&gt; &lt;span class="nx"&gt;j&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="mi"&gt;0&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt; &lt;span class="nx"&gt;j&lt;/span&gt; &lt;span class="o"&gt;&amp;lt;&lt;/span&gt; &lt;span class="nx"&gt;arr&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;length&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt; &lt;span class="nx"&gt;j&lt;/span&gt;&lt;span class="o"&gt;++&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;
    &lt;span class="c1"&gt;// ...&lt;/span&gt;
  &lt;span class="p"&gt;}&lt;/span&gt;
&lt;span class="p"&gt;}&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ul&gt;
&lt;li&gt;1000 elements = &lt;code&gt;1000000ms&lt;/code&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The execution time rises quadratically with the number of elements. Usually the result of nesting loops.&lt;/p&gt;

&lt;h5&gt;
  
  
  O(N!)
&lt;/h5&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight javascript"&gt;&lt;code&gt;&lt;span class="kd"&gt;const&lt;/span&gt; &lt;span class="nx"&gt;permutations&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="nx"&gt;arr&lt;/span&gt; &lt;span class="o"&gt;=&amp;gt;&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;
  &lt;span class="k"&gt;if &lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;arr&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;length&lt;/span&gt; &lt;span class="o"&gt;&amp;lt;=&lt;/span&gt; &lt;span class="mi"&gt;2&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="k"&gt;return&lt;/span&gt; &lt;span class="nx"&gt;arr&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;length&lt;/span&gt; &lt;span class="o"&gt;===&lt;/span&gt; &lt;span class="mi"&gt;2&lt;/span&gt; &lt;span class="p"&gt;?&lt;/span&gt; &lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="nx"&gt;arr&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="nx"&gt;arr&lt;/span&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="mi"&gt;1&lt;/span&gt;&lt;span class="p"&gt;],&lt;/span&gt; &lt;span class="nx"&gt;arr&lt;/span&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="mi"&gt;0&lt;/span&gt;&lt;span class="p"&gt;]]]&lt;/span&gt; &lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="nx"&gt;arr&lt;/span&gt;
  &lt;span class="k"&gt;return&lt;/span&gt; &lt;span class="nx"&gt;arr&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;reduce&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;
    &lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;acc&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="nx"&gt;item&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="nx"&gt;i&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="o"&gt;=&amp;gt;&lt;/span&gt;
      &lt;span class="nx"&gt;acc&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;concat&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;
        &lt;span class="nf"&gt;permutations&lt;/span&gt;&lt;span class="p"&gt;([...&lt;/span&gt;&lt;span class="nx"&gt;arr&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;slice&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="mi"&gt;0&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="nx"&gt;i&lt;/span&gt;&lt;span class="p"&gt;),&lt;/span&gt; &lt;span class="p"&gt;...&lt;/span&gt;&lt;span class="nx"&gt;arr&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;slice&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;i&lt;/span&gt; &lt;span class="o"&gt;+&lt;/span&gt; &lt;span class="mi"&gt;1&lt;/span&gt;&lt;span class="p"&gt;)]).&lt;/span&gt;&lt;span class="nf"&gt;map&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;val&lt;/span&gt; &lt;span class="o"&gt;=&amp;gt;&lt;/span&gt; &lt;span class="p"&gt;[&lt;/span&gt;
          &lt;span class="nx"&gt;item&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
          &lt;span class="p"&gt;...&lt;/span&gt;&lt;span class="nx"&gt;val&lt;/span&gt;
        &lt;span class="p"&gt;])&lt;/span&gt;
      &lt;span class="p"&gt;),&lt;/span&gt;
    &lt;span class="p"&gt;[]&lt;/span&gt;
  &lt;span class="p"&gt;)&lt;/span&gt;
&lt;span class="p"&gt;}&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ul&gt;
&lt;li&gt;1000 elements = &lt;code&gt;Infinity&lt;/code&gt; (practically) ms&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The execution time rises extremely fast with even just 1 addition to the array.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Nevertheless, she coded: Linah Anyango</title>
      <dc:creator>Joan Awinja Ingari</dc:creator>
      <pubDate>Mon, 08 Mar 2021 14:13:35 +0000</pubDate>
      <link>https://dev.to/devcmombasa/nevertheless-she-coded-linah-anyango-4k21</link>
      <guid>https://dev.to/devcmombasa/nevertheless-she-coded-linah-anyango-4k21</guid>
      <description>&lt;p&gt;Linah is a Biology and Chemistry teacher at Regis School,Runda. In her 12 years of teaching, she has been coming up with innovative ways of improving learning outcomes among marginalized girls in Mombasa.&lt;/p&gt;

&lt;p&gt;In her quest to inspire girls to venture in the STEM field, she started the Girls in STEM club in her school, where she trains girls in Digital Literacy, invites mentors to speak to them and also prepares them for various STEM fairs. She has also been running an after school free coding sessions for teens in Ganahola slum, Mombasa. &lt;/p&gt;

&lt;p&gt;Linah is a renowned speaker in both local and international EduTech Conferences where she has shared her insights on the role of ICT integration in transforming learning experiences and improving learning outcomes.&lt;/p&gt;

&lt;p&gt;As a teacher coach, she has coached over 300 teachers on integrating various digital tools in teaching and learning. When schools were closed due to Covid-19 pandemic, she ensured that learning does not stop by training and coaching her colleagues on remote learning. she has been a Microsoft Innovative Educator Trainer and Microsoft Innovative Educator Expert from 2018. &lt;/p&gt;

&lt;p&gt;Linah has received several recognitions for her contribution towards transforming education and was listed among the Top 50 Teachers in world in 2020.&lt;/p&gt;

&lt;p&gt;Linah is African region Advisory board member of the BETT MEA show, an annual EduTech event which brings together great minds in education from Africa and Middle east to share on best practice. She is also a board member of Beacon Teachers Africa, An organisation that champions Teachers empowerment and image building as well as child protection.&lt;/p&gt;

&lt;p&gt;Moreover, she is also the founder of Kanyadhiang’ Briquettes, a community-based organisation in Homa bay county which seeks to solve the problem of water hyacinth infestation by converting them into clean energy through making water hyacinth briquettes. The CBO has not only been a good source of revenue for the women and youth in who are the members but has also helped to fight climate change through clean energy and reduced the water hyacinth menace in lake Victoria. Her zeal to transform her community has won her scholarship into leadership trainings such as YALI and TechWomen.&lt;/p&gt;

&lt;p&gt;Follow her on social media using the following links:&lt;br&gt;
&lt;a href="https://www.facebook.com/linah.anyango"&gt;Facebook&lt;/a&gt;&lt;br&gt;
&lt;a href="https://twitter.com/YLnhanyango"&gt;Twitter&lt;/a&gt;&lt;/p&gt;

</description>
      <category>wecoded</category>
    </item>
    <item>
      <title>Nevertheless, She coded: Sharon Telewa</title>
      <dc:creator>Joan Awinja Ingari</dc:creator>
      <pubDate>Mon, 08 Mar 2021 13:30:43 +0000</pubDate>
      <link>https://dev.to/devcmombasa/nevertheless-she-coded-sharon-telewa-5d8m</link>
      <guid>https://dev.to/devcmombasa/nevertheless-she-coded-sharon-telewa-5d8m</guid>
      <description>&lt;p&gt;Happy International Women's Day!✨💖👯&lt;/p&gt;

&lt;h3&gt;
  
  
  My name is just Sharon, I do not have any nicknames(at least that I know of)
&lt;/h3&gt;

&lt;h2&gt;
  
  
  Where do you work?
&lt;/h2&gt;

&lt;p&gt;B. Braun Group &lt;/p&gt;

&lt;h2&gt;
  
  
  What do you do?
&lt;/h2&gt;

&lt;p&gt;I work as an Innovation and Business Development Manager at B. Braun Group, a healthcare company that manufactures medical devices and solutions. My job entails identifying internal and external innovative ideas which we can develop into new products to protect and improve the health of people across the world. &lt;/p&gt;

&lt;h2&gt;
  
  
  Who or what inspired you to pursue the career you have today?
&lt;/h2&gt;

&lt;p&gt;My high school Physics teacher inspired me to study engineering at the University. Since then, I've had an incredibly supportive network of mentors who have influenced the changes in my career path to what I'm doing today. &lt;/p&gt;

&lt;h2&gt;
  
  
  What is your favourite music genre?
&lt;/h2&gt;

&lt;p&gt;My playlist has a little bit of everything - from Jazz to traditional Luhya music. &lt;/p&gt;

&lt;h2&gt;
  
  
  what is your secret talent that no one knows about?
&lt;/h2&gt;

&lt;p&gt;Knitting and Crocheting &lt;/p&gt;

&lt;h2&gt;
  
  
  My advice for allies to support underrepresented folks who code is...
&lt;/h2&gt;

&lt;p&gt;First, never stop learning. Stay curious and updated in your field.&lt;br&gt;
Second, it is okay to have a non-linear career path. Keep an open mind and always be on the look out for new opportunities.&lt;/p&gt;

&lt;h2&gt;
  
  
  How do you keep yourself up to date in your field?
&lt;/h2&gt;

&lt;p&gt;I read - a lot! &lt;/p&gt;

&lt;h2&gt;
  
  
  How would you describe your job to a bunch of 5 year olds
&lt;/h2&gt;

&lt;p&gt;I find new companies which can be friends with my company, and we can all play together and make cool products that help sick people feel better. &lt;/p&gt;

&lt;h2&gt;
  
  
  What cool thing are you working on right now?
&lt;/h2&gt;

&lt;p&gt;I'm currently supporting the roll out of our new company strategy. It's exciting to see how a company that was founded over 180 years ago is adopting new technology and preparing for the future.&lt;/p&gt;

&lt;h2&gt;
  
  
  What was your first job?
&lt;/h2&gt;

&lt;p&gt;I was an ICT4D Intern at a Community Knowledge Centre. &lt;/p&gt;

&lt;h2&gt;
  
  
  What are the toughest challenges you've had at work?
&lt;/h2&gt;

&lt;p&gt;Overcoming Imposter Syndrome and learning to negotiate and advocate for myself. &lt;/p&gt;

&lt;h2&gt;
  
  
  What upcoming technological innovation will dramatically impact the industry in the next five years?
&lt;/h2&gt;

&lt;p&gt;Artificial Intelligence and Robotics are dramatically changing the Healthcare industry, from enabling early detection to AI-assisted surgeries. &lt;/p&gt;

&lt;h2&gt;
  
  
  What skill do you think everyone should learn?
&lt;/h2&gt;

&lt;p&gt;Hard to pick one - but I'd say everyone needs to pay as much attention to their soft skills as they do to their technical skills. Emotional intelligence, great communication skills and creative problem solving skills will get you very far.&lt;/p&gt;

&lt;h2&gt;
  
  
  Have you taken a huge leap of faith at work? Did it pay off?
&lt;/h2&gt;

&lt;p&gt;Yes I have. I quit my job to move to a new country for a 1 year fellowship program that had no guaranteed future after that. It did pay off. I experienced a lot of growth over the one year, and the work that I did during the fellowship built a foundation for a new job with the same company. &lt;/p&gt;

&lt;h2&gt;
  
  
  How can we follow you?
&lt;/h2&gt;

&lt;p&gt;Follow me on &lt;a href="https://twitter.com/telewas"&gt;Twitter&lt;/a&gt;&lt;/p&gt;

</description>
      <category>wecoded</category>
    </item>
    <item>
      <title>Nevertheless, she coded: Sylvia Mukasa</title>
      <dc:creator>Joan Awinja Ingari</dc:creator>
      <pubDate>Mon, 08 Mar 2021 13:29:36 +0000</pubDate>
      <link>https://dev.to/devcmombasa/nevertheless-she-coded-sylvia-mukasa-386j</link>
      <guid>https://dev.to/devcmombasa/nevertheless-she-coded-sylvia-mukasa-386j</guid>
      <description>&lt;p&gt;Happy International Women's Day!✨💖👯&lt;/p&gt;

&lt;h3&gt;
  
  
  My name is Sylvia, Some of my friends call me Sylo.
&lt;/h3&gt;

&lt;h2&gt;
  
  
  Where do you work?
&lt;/h2&gt;

&lt;p&gt;GlobalX Investments Ltd/ GlobalX Innovation Labs&lt;/p&gt;

&lt;h2&gt;
  
  
  What do you do?
&lt;/h2&gt;

&lt;p&gt;I am Founder/CEO of GlobalX Investments/GlobalX Innovation Labs based in Nairobi, Kenya.  GlobalX's vision is to drive a more diverse, inclusive and competitive digital economy with a focus on emerging technologies, that opens up equal opportunities for all.  Our main purpose is to use technology to provide solutions for businesses and for social impact. GlobalX provides opportunities for children, youth, developers &amp;amp; entrepreneurs/businesses to learn, innovate, and scale up their knowledge in hardware and emerging technologies. In a nutshell, GlobalX feeds into the innovation pipeline by closing the skills, funding and organisational/corporate digital transformation gaps. GlobalX focuses on SDGs 4 (Quality Education);5 (Gender Equality);8 (Decent Work &amp;amp; Economic Growth); 9 (Industry, Innovation &amp;amp; Infrastructure; 10 (Reduced Inequalities) and 17 (Partnerships for the goals).I am also passionate about empowering Women in Tech and contributing to the Entrepreneurial Ecosystem in Africa and globally. &lt;/p&gt;

&lt;h2&gt;
  
  
  Who or what inspired you to pursue the career you have today?
&lt;/h2&gt;

&lt;p&gt;I love working in tech because first, I like to make positive impact in society through innovations. Secondly, I get bored easily, so I like to do stuff that keeps me engaged and allows me to try different things, discover and keep learning. Being in tech allows me to do this. I always look forward to creating or being part of teams that create solutions for humanity.&lt;/p&gt;

&lt;h2&gt;
  
  
  What is your favourite music genre?
&lt;/h2&gt;

&lt;p&gt;I enjoy Classical Music&lt;/p&gt;

&lt;h2&gt;
  
  
  what is your secret talent that no one knows about?
&lt;/h2&gt;

&lt;p&gt;I am an alto choral singer.&lt;/p&gt;

&lt;h2&gt;
  
  
  What is the best advice you can give to someone who just started their career?
&lt;/h2&gt;

&lt;p&gt;Believe in yourself and seek all the support you require to succeed, but you must be ready to knock many doors.&lt;/p&gt;

&lt;h2&gt;
  
  
  How do you keep yourself up to date in your field?
&lt;/h2&gt;

&lt;p&gt;I read widely, speak at and also curate/hold tech events.&lt;/p&gt;

&lt;h2&gt;
  
  
  How would you describe your job to a bunch of 5 year olds
&lt;/h2&gt;

&lt;p&gt;Have you heard of, seen, built or learnt how to build robots? Coded using scratch? Heard of, seen or built a drone or best still flown one? My work involves helping build or giving guidance/teaching individuals or companies to build or do these type of things. My work also involves helping people who create these things start/run businesses, just like the shopkeeper where you buy bread from runs their shop.&lt;/p&gt;

&lt;h2&gt;
  
  
  What cool thing are you working on right now?
&lt;/h2&gt;

&lt;p&gt;I am working on an initiative that aims to increase the representation of women in Artificial Intelligence. This was born out of my participation in the ITCILO AI Lab between Aug-Nov 2020.&lt;/p&gt;

&lt;h2&gt;
  
  
  What was your first job?
&lt;/h2&gt;

&lt;p&gt;I was an operations trainee with Shell/BP.&lt;/p&gt;

&lt;h2&gt;
  
  
  What are the toughest challenges you've had at work?
&lt;/h2&gt;

&lt;p&gt;Being able to fund/get adequate resources for some initiatives I am passionate about.&lt;/p&gt;

&lt;h2&gt;
  
  
  What upcoming technological innovation will dramatically impact the industry in the next five years?
&lt;/h2&gt;

&lt;p&gt;Artificial Intelligence (AI)-related innovations are definitely the industry game changer. It is estimated that by 2030, AI will contribute $15.7 Trillion to the global GDP, making it the biggest commercial opportunity in today’s fast changing economy. AI basically refers to the simulation of human intelligence in machines that are programmed to think like humans and mimic their actions. The term may also be applied to any machine that exhibits traits associated with a human mind such as learning and problem-solving. From disease mapping and prediction tools; song or TV show recommendations from Spotify and Netflix; conversational bots for customer support and marketing; to delivery of blood to remote locations that would be typically hard-to-reach, AI has definitely had a major contribution so far and continues to. &lt;/p&gt;

&lt;h2&gt;
  
  
  What skill do you think everyone should learn?
&lt;/h2&gt;

&lt;p&gt;Public Speaking&lt;/p&gt;

&lt;h2&gt;
  
  
  Have you taken a huge leap of faith at work? Did it pay off?
&lt;/h2&gt;

&lt;p&gt;Yes I have-getting into entrepreneurship. It has paid off especially in terms of impact, growing my professional brand as well as making me learn about myself.&lt;/p&gt;

&lt;h2&gt;
  
  
  How can we follow you?
&lt;/h2&gt;

&lt;p&gt;Follow me on &lt;a href="https://twitter.com/SylviaMukasa"&gt;Twitter&lt;/a&gt;&lt;/p&gt;

</description>
      <category>wecoded</category>
    </item>
    <item>
      <title>Nevertheless, she coded: Carol Kariuki</title>
      <dc:creator>Joan Awinja Ingari</dc:creator>
      <pubDate>Mon, 08 Mar 2021 13:28:15 +0000</pubDate>
      <link>https://dev.to/devcmombasa/nevertheless-she-coded-carol-kariuki-eg6</link>
      <guid>https://dev.to/devcmombasa/nevertheless-she-coded-carol-kariuki-eg6</guid>
      <description>&lt;p&gt;Happy International Women's Day!✨💖👯&lt;/p&gt;

&lt;h3&gt;
  
  
  My name is just Carol, I do not have any nicknames(at least that I know of)
&lt;/h3&gt;

&lt;h2&gt;
  
  
  Where do you work?
&lt;/h2&gt;

&lt;p&gt;Facebook &lt;/p&gt;

&lt;h2&gt;
  
  
  What do you do?
&lt;/h2&gt;

&lt;p&gt;Developer Operations at Facebook &lt;/p&gt;

&lt;h2&gt;
  
  
  Who or what inspired you to pursue the career you have today?
&lt;/h2&gt;

&lt;p&gt;My Father-Dr Kariuki&lt;/p&gt;

&lt;h2&gt;
  
  
  What is your favourite music genre?
&lt;/h2&gt;

&lt;p&gt;Anything danceable, but deep down I am a worshiper of Jesus.&lt;/p&gt;

&lt;h2&gt;
  
  
  what is your secret talent that no one knows about?
&lt;/h2&gt;

&lt;p&gt;Sharp memory. Is that a talent? 😂&lt;/p&gt;

&lt;h2&gt;
  
  
  My advice for allies to support underrepresented folks who code is...
&lt;/h2&gt;

&lt;p&gt;Stay curios but define your path. Look for people who will inspire you and then others will emulate that. Do the right thing, at the right time, with the right people. Love and care for those who you may perceive may be struggling with something. &lt;/p&gt;

&lt;h2&gt;
  
  
  How do you keep yourself up to date in your field?
&lt;/h2&gt;

&lt;p&gt;What did you want to be when you were a young child? Connect that with the current state of the world and find that person with the technology that is available. Use your talents and skills and build relationships. Personally, I take time to think about my actions, and how they will affect the next person and what ripple effect that will have on others, and the entire world.&lt;/p&gt;

&lt;h2&gt;
  
  
  How would you describe your job to a bunch of 5 year olds
&lt;/h2&gt;

&lt;p&gt;With Jesus in the vessel I can smile at the storm - This was a popular song back in Sunday School and when children are allowed to be creative and curious they grow up to be responsible future leaders of our society. &lt;br&gt;
I hope I nailed this question 😄 &lt;/p&gt;

&lt;h2&gt;
  
  
  What cool thing are you working on right now?
&lt;/h2&gt;

&lt;p&gt;Learning about privacy and data at Facebook and how to use my social skills to bring the world closer together. Personal cool? Since I love singing,  I am testing out how music works on Portal which is a new device From Facebook.&lt;/p&gt;

&lt;h2&gt;
  
  
  What was your first job?
&lt;/h2&gt;

&lt;p&gt;Entrepreneur with a Salon App published on the Nokia Ovi Store back in 2011. &lt;/p&gt;

&lt;h2&gt;
  
  
  What are the toughest challenges you've had at work?
&lt;/h2&gt;

&lt;p&gt;Work from home during covid times can be difficult. I am slowly mastering the law of Prioritisation. &lt;/p&gt;

&lt;h2&gt;
  
  
  What upcoming technological innovation will dramatically impact the industry in the next five years?
&lt;/h2&gt;

&lt;p&gt;People First, over Technology. This is something we all have to think about so I am not able to answer this question in its fullest form. &lt;/p&gt;

&lt;h2&gt;
  
  
  What skill do you think everyone should learn?
&lt;/h2&gt;

&lt;p&gt;Resilience. Consistency. Building relationships with people and keeping God close. &lt;/p&gt;

&lt;h2&gt;
  
  
  Have you taken a huge leap of faith at work? Did it pay off?
&lt;/h2&gt;

&lt;p&gt;Trusting God with the unknown. Jesus walked on water, and therefore whenever I am in doubt, I just let go and let God. Paying off is never tangible, it's the many lives you get to inspire. &lt;/p&gt;

&lt;h2&gt;
  
  
  How can we follow you?
&lt;/h2&gt;

&lt;p&gt;Here are my social media links:&lt;br&gt;
&lt;a href="https://www.instagram.com/itsmscarol/"&gt;Instagram&lt;/a&gt;&lt;br&gt;
&lt;a href="https://twitter.com/ItsMsCarol"&gt;Twitter&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.facebook.com/itsmscarol"&gt;Facebook&lt;/a&gt;&lt;/p&gt;

</description>
      <category>wecoded</category>
    </item>
    <item>
      <title>Nevertheless, she coded: Shufaa Yakut</title>
      <dc:creator>Joan Awinja Ingari</dc:creator>
      <pubDate>Mon, 08 Mar 2021 13:25:53 +0000</pubDate>
      <link>https://dev.to/devcmombasa/nevertheless-she-coded-shufaa-yakut-4aa</link>
      <guid>https://dev.to/devcmombasa/nevertheless-she-coded-shufaa-yakut-4aa</guid>
      <description>&lt;p&gt;Happy International Women's Day!✨💖👯&lt;/p&gt;

&lt;h3&gt;
  
  
  My name is just Shufaa, but some friends at work call me Shuufs😉
&lt;/h3&gt;

&lt;h2&gt;
  
  
  Where do you work?
&lt;/h2&gt;

&lt;p&gt;At Swahilipot Hub. &lt;/p&gt;

&lt;h2&gt;
  
  
  What do you do?
&lt;/h2&gt;

&lt;p&gt;I upload and delete photos for a living😅. You can call me a digital content creator. &lt;br&gt;
I write creative non-fiction and short stories. I am also a front end web developer. &lt;/p&gt;

&lt;h2&gt;
  
  
  Who or what inspired you to pursue the career you have today?
&lt;/h2&gt;

&lt;p&gt;Mahmoud Noor. Popularly known as mentor 001. &lt;/p&gt;

&lt;h2&gt;
  
  
  What is your favourite music genre?
&lt;/h2&gt;

&lt;p&gt;I enjoy Soul, rnb, blues and classic&lt;/p&gt;

&lt;h2&gt;
  
  
  what is your secret talent that no one knows about?
&lt;/h2&gt;

&lt;p&gt;Wont people know about it if I write it here? haha.Kidding. Secretly, I just do what I want, and when I'm in a circumstance to do it for someone, I make sure I'm going to benefit from it. &lt;/p&gt;

&lt;h2&gt;
  
  
  What is the best advice you can give to someone who just started their career?
&lt;/h2&gt;

&lt;p&gt;Have goals and work towards them. Even if your current employment is not your passion or talent, make it a journey towards what your profession really is. Also, do not rush into entrepreneurship before doing a good research analysis.&lt;/p&gt;

&lt;h2&gt;
  
  
  How do you keep yourself up to date in your field?
&lt;/h2&gt;

&lt;p&gt;I have mobile reminders, I journal, I make a to-do lists and most importantly, I have an accountability partner, my husband.&lt;/p&gt;

&lt;h2&gt;
  
  
  How would you describe your job to a bunch of 5 year olds
&lt;/h2&gt;

&lt;p&gt;I upload and delete photos for a living😅.I tell my ten year old sister that all the billboards she sees, the advertisements on TV, the links she searches on Google, are designed by me. &lt;/p&gt;

&lt;h2&gt;
  
  
  What cool thing are you working on right now?
&lt;/h2&gt;

&lt;p&gt;It's a secret😄. But yoh! Virtual Reality story telling. It will not be up until the next year, watch this space. &lt;/p&gt;

&lt;h2&gt;
  
  
  What was your first job?
&lt;/h2&gt;

&lt;p&gt;A nursery school teacher&lt;/p&gt;

&lt;h2&gt;
  
  
  What are the toughest challenges you've had at work?
&lt;/h2&gt;

&lt;p&gt;Clients never paying on time for a service they are already using. Dealing with a community of people from different backgrounds is always a challenge.&lt;/p&gt;

&lt;h2&gt;
  
  
  What upcoming technological innovation will dramatically impact the industry in the next five years?
&lt;/h2&gt;

&lt;p&gt;Internet of things is growing very fast, soon enough we will be driving electric cars.&lt;/p&gt;

&lt;h2&gt;
  
  
  What skill do you think everyone should learn?
&lt;/h2&gt;

&lt;p&gt;The Reading culture, and some coding&lt;/p&gt;

&lt;h2&gt;
  
  
  Have you taken a huge leap of faith at work? Did it pay off?
&lt;/h2&gt;

&lt;p&gt;Yes i have, and yes it did. With patient and more work. &lt;/p&gt;

&lt;h2&gt;
  
  
  How can we follow you?
&lt;/h2&gt;

&lt;p&gt;Here are my social media links:&lt;br&gt;
&lt;a href="https://www.facebook.com/shumy.yakut"&gt;Facebook&lt;/a&gt;&lt;br&gt;
&lt;a href="https://twitter.com/ShufaaYakut"&gt;Twitter&lt;/a&gt; &lt;br&gt;
&lt;a href="https://www.instagram.com/shufaayakut_/"&gt;Instagram&lt;/a&gt;&lt;br&gt;
&lt;a href="//www.shufaayakut.com"&gt;My Website&lt;/a&gt;&lt;/p&gt;

</description>
      <category>wecoded</category>
    </item>
    <item>
      <title>Nevertheless, she coded: Rachael Mwatela</title>
      <dc:creator>Joan Awinja Ingari</dc:creator>
      <pubDate>Mon, 08 Mar 2021 13:25:01 +0000</pubDate>
      <link>https://dev.to/devcmombasa/nevertheless-she-coded-rachael-mwatela-1pgk</link>
      <guid>https://dev.to/devcmombasa/nevertheless-she-coded-rachael-mwatela-1pgk</guid>
      <description>&lt;p&gt;Happy International Women's Day!✨💖👯&lt;/p&gt;

&lt;h3&gt;
  
  
  My name is Rachael, but my friends call me Raycee.
&lt;/h3&gt;

&lt;h2&gt;
  
  
  Where do you work?
&lt;/h2&gt;

&lt;p&gt;Ona Limited&lt;/p&gt;

&lt;h2&gt;
  
  
  What do you do?
&lt;/h2&gt;

&lt;p&gt;I am a Software Engineer.&lt;/p&gt;

&lt;h2&gt;
  
  
  Who or what inspired you to pursue the career you have today?
&lt;/h2&gt;

&lt;p&gt;A guy named Arthur Kennedy is the who introduced me to coding and opened up my mind about technology. His patience and brilliance made me want to be more like him. I am really grateful to him for that and the amazing ladies from Rails Girls Mombasa and Nairobi who we not only gave each other hope in our coding journey but took up the challenge to teach and inspire others.&lt;/p&gt;

&lt;h2&gt;
  
  
  What is your favourite music genre?
&lt;/h2&gt;

&lt;p&gt;Currently, I listen to a lot of amapiano and worship music.&lt;/p&gt;

&lt;h2&gt;
  
  
  what is your secret talent that no one knows about?
&lt;/h2&gt;

&lt;p&gt;I make soap and sell them using my instagram page Nile Soaps n scents.&lt;br&gt;
&lt;a href="https://www.instagram.com/nilesoapsnscents/"&gt;https://www.instagram.com/nilesoapsnscents/&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  My advice for allies to support underrepresented folks who code is...
&lt;/h2&gt;

&lt;p&gt;Don't be afraid, allow yourself to make mistakes that is how you learn, ask the dumb questions and be very patient with yourself.&lt;/p&gt;

&lt;h2&gt;
  
  
  How do you keep yourself up to date in your field?
&lt;/h2&gt;

&lt;p&gt;I try to read tech blogs, follow tech blogs on twitter, I recently started picking coding challenges on exercism and hackerrank.&lt;/p&gt;

&lt;h2&gt;
  
  
  How would you describe your job to a bunch of 5 year olds
&lt;/h2&gt;

&lt;p&gt;See the apps you use on the internet? I build those😎.&lt;/p&gt;

&lt;h2&gt;
  
  
  What cool thing are you working on right now?
&lt;/h2&gt;

&lt;p&gt;I recently worked on implementing a feature that allows you to link your your forms from ona to Tableau for visualization.&lt;/p&gt;

&lt;h2&gt;
  
  
  What was your first job?
&lt;/h2&gt;

&lt;p&gt;Does an intern count? I am currently at my first job.&lt;/p&gt;

&lt;h2&gt;
  
  
  What are the toughest challenges you've had at work?
&lt;/h2&gt;

&lt;p&gt;When I started out as an intern, I had to learn a new language within the three months. It was also my first time working on code that goes to production. It was the toughest yet the best experience ever. &lt;/p&gt;

&lt;h2&gt;
  
  
  What upcoming technological innovation will dramatically impact the industry in the next five years?
&lt;/h2&gt;

&lt;p&gt;I believe machine learning and robotics is something people will  embrace even more. 2020 has made us realize we don't really need to be at the same place to get things done therefore dependence on machines will increase as we move forward.&lt;/p&gt;

&lt;h2&gt;
  
  
  What skill do you think everyone should learn?
&lt;/h2&gt;

&lt;p&gt;critical thinking. You might be a good developer but if you can't think how to implement your code, you will stay at the same place. As my mentor says, coding is easy as long as you know what you are coding.&lt;/p&gt;

&lt;h2&gt;
  
  
  Have you taken a huge leap of faith at work? Did it pay off?
&lt;/h2&gt;

&lt;p&gt;I think pick up features or new technologies at work is always a leap of faith for me. Sometimes I might take longer to even deliver but my end goal is not to just complete but to come out better and with knowledge.&lt;/p&gt;

&lt;h2&gt;
  
  
  How can we follow you?
&lt;/h2&gt;

&lt;p&gt;Here are my social media links:&lt;br&gt;
&lt;a href="https://www.instagram.com/m_raycee/"&gt;Instagram&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.facebook.com/raycee.mwatela"&gt;Facebook&lt;/a&gt;&lt;br&gt;
&lt;a href="https://twitter.com/m_raycee"&gt;twitter&lt;/a&gt;&lt;/p&gt;

</description>
      <category>wecoded</category>
    </item>
    <item>
      <title>Nevertheless, she coded: Dalia Abu Ghoush</title>
      <dc:creator>Joan Awinja Ingari</dc:creator>
      <pubDate>Mon, 08 Mar 2021 13:22:26 +0000</pubDate>
      <link>https://dev.to/devcmombasa/nevertheless-she-coded-dalia-abu-ghoush-34d5</link>
      <guid>https://dev.to/devcmombasa/nevertheless-she-coded-dalia-abu-ghoush-34d5</guid>
      <description>&lt;p&gt;Happy International Women's Day!✨💖👯&lt;/p&gt;

&lt;h3&gt;
  
  
  My name is Dalia, I do not have any nicknames(at least that I know of)
&lt;/h3&gt;

&lt;h2&gt;
  
  
  Where do you work?
&lt;/h2&gt;

&lt;p&gt;Jordan, Amman&lt;/p&gt;

&lt;h2&gt;
  
  
  What do you do?
&lt;/h2&gt;

&lt;p&gt;I am a Senior Frontend Developer.&lt;/p&gt;

&lt;h2&gt;
  
  
  Who or what inspired you to pursue the career you have today?
&lt;/h2&gt;

&lt;p&gt;Unfortunately, during collage everyone I met was telling me that you're too spoiled to study or work in tech field so I challenged them and challenged myself to be where I am today  &lt;/p&gt;

&lt;h2&gt;
  
  
  What is your favourite music genre?
&lt;/h2&gt;

&lt;p&gt;I enjoy Pop, Rock, Classic Rock and Metal&lt;/p&gt;

&lt;h2&gt;
  
  
  what is your secret talent that no one knows about?
&lt;/h2&gt;

&lt;p&gt;ummm I do read people sometimes hahaha&lt;/p&gt;

&lt;h2&gt;
  
  
  What is the best advice you can give to someone who just started their career?
&lt;/h2&gt;

&lt;p&gt;Don’t take  your career too seriously, because you may end up in a career you don't really love. Every person you meet is a potential door to a new opportunity. Be as social as you can&lt;/p&gt;

&lt;h2&gt;
  
  
  How do you keep yourself up to date in your field?
&lt;/h2&gt;

&lt;p&gt;Reading, reading reading new articles &lt;/p&gt;

&lt;h2&gt;
  
  
  How would you describe your job to a bunch of 5 year olds
&lt;/h2&gt;

&lt;p&gt;Computer does not understand human languages, it understands its own special language for instance, we have Javascript. It is a collection of simple English words like console, loop, object. We type these words using keyboard in Javascript to tell the computer what to do.&lt;/p&gt;

&lt;h2&gt;
  
  
  What cool thing are you working on right now?
&lt;/h2&gt;

&lt;p&gt;React and React Native, they're awesome &lt;/p&gt;

&lt;h2&gt;
  
  
  What was your first job?
&lt;/h2&gt;

&lt;p&gt;Drupal developer&lt;/p&gt;

&lt;h2&gt;
  
  
  What are the toughest challenges you've had at work?
&lt;/h2&gt;

&lt;p&gt;When working with a guy who doesn't accept me "Female" as his boss.&lt;/p&gt;

&lt;h2&gt;
  
  
  What upcoming technological innovation will dramatically impact the industry in the next five years?
&lt;/h2&gt;

&lt;p&gt;For sure the AI&lt;/p&gt;

&lt;h2&gt;
  
  
  What skill do you think everyone should learn?
&lt;/h2&gt;

&lt;p&gt;Basics of coding &lt;/p&gt;

&lt;h2&gt;
  
  
  Have you taken a huge leap of faith at work? Did it pay off?
&lt;/h2&gt;

&lt;p&gt;Yes of course I love what I'm doing but not always it pays off&lt;/p&gt;

&lt;h2&gt;
  
  
  How can we follow you?
&lt;/h2&gt;

&lt;p&gt;Here is my social media links:&lt;br&gt;
&lt;a href="https://www.instagram.com/daliaabughosh/"&gt;Instagram&lt;/a&gt;&lt;/p&gt;

</description>
      <category>wecoded</category>
    </item>
    <item>
      <title>Nevertheless, she coded: Celine Surai</title>
      <dc:creator>Joan Awinja Ingari</dc:creator>
      <pubDate>Mon, 08 Mar 2021 13:17:19 +0000</pubDate>
      <link>https://dev.to/devcmombasa/nevertheless-she-coded-celine-surai-54d3</link>
      <guid>https://dev.to/devcmombasa/nevertheless-she-coded-celine-surai-54d3</guid>
      <description>&lt;p&gt;Happy International Women's Day!✨💖👯&lt;/p&gt;

&lt;h3&gt;
  
  
  My name is just Celine, I do not have any nicknames(at least that I know of)
&lt;/h3&gt;

&lt;h2&gt;
  
  
  Where do you work?
&lt;/h2&gt;

&lt;p&gt;I am an incoming software engineer at Slack. Will be working on the front-end. &lt;/p&gt;

&lt;h2&gt;
  
  
  What do you do?
&lt;/h2&gt;

&lt;p&gt;I am a software engineer. I am also a you-tuber and make tech content specifically. I also write about technology, most especially software engineering.&lt;/p&gt;

&lt;h2&gt;
  
  
  Who or what inspired you to pursue the career you have today?
&lt;/h2&gt;

&lt;p&gt;I have always been fascinated by tech ever since I was a kid. I particularly chose to pursue a software engineering career because I loved how it gave me the opportunity to solve problems as well as create things that are important for humanity. I also love how versatile my career is, especially because I am that person who enjoys exploring new things, hence as a software engineer, I  am able to do a lot of different things.&lt;/p&gt;

&lt;h2&gt;
  
  
  What is your favourite music genre?
&lt;/h2&gt;

&lt;p&gt;I love Afro beats, I listen to bongo a lot. Lately started listening to 'Amapiano'.  We can say that I listen to a lot of African music&lt;/p&gt;

&lt;h2&gt;
  
  
  what is your secret talent that no one knows about?
&lt;/h2&gt;

&lt;p&gt;I sing!&lt;/p&gt;

&lt;h2&gt;
  
  
  My advice for allies to support underrepresented folks who code is...
&lt;/h2&gt;

&lt;p&gt;Be open to learning. Learning is something that is never ending in life and being open to it will for sure open a lot of opportunities for you.&lt;/p&gt;

&lt;h2&gt;
  
  
  How do you keep yourself up to date in your field?
&lt;/h2&gt;

&lt;p&gt;Google is my best friend. I am always looking out for what is new in the field and learning it.&lt;/p&gt;

&lt;h2&gt;
  
  
  What cool thing are you working on right now?
&lt;/h2&gt;

&lt;p&gt;Right now I am excited about finally launching  a program that I have always wanted to start. It will be a mentor-ship program for women in stem. I have always wanted to empower other women and it means a lot to me that I am finally going to be able to do that.&lt;/p&gt;

&lt;h2&gt;
  
  
  What was your first job?
&lt;/h2&gt;

&lt;p&gt;Worked as a student library assistant&lt;/p&gt;

&lt;h2&gt;
  
  
  What skill do you think everyone should learn?
&lt;/h2&gt;

&lt;p&gt;I think learning how to code is fundamental, especially with how the world is quickly become technologically oriented&lt;/p&gt;

&lt;h2&gt;
  
  
  How can we follow you?
&lt;/h2&gt;

&lt;p&gt;Here are my social media links:&lt;br&gt;
&lt;a href="https://www.facebook.com/celine.surai"&gt;Facebook&lt;/a&gt;&lt;br&gt;
&lt;a href="https://twitter.com/surai_celine"&gt;Twitter&lt;/a&gt;&lt;br&gt;
You can also catch up with me on youtube at &lt;a href="https://www.youtube.com/channel/UCiNZk05QaxYN0KW_JwnkBAg/about"&gt;Decode Girl.&lt;/a&gt;&lt;/p&gt;

</description>
      <category>wecoded</category>
    </item>
    <item>
      <title>Nevertheless, she coded: Hannah Masila</title>
      <dc:creator>Joan Awinja Ingari</dc:creator>
      <pubDate>Mon, 08 Mar 2021 12:23:51 +0000</pubDate>
      <link>https://dev.to/devcmombasa/nevertheless-she-coded-hannah-masila-484o</link>
      <guid>https://dev.to/devcmombasa/nevertheless-she-coded-hannah-masila-484o</guid>
      <description>&lt;p&gt;Happy International Women's Day!✨💖👯&lt;/p&gt;

&lt;h3&gt;
  
  
  My name is just Hannah, but my friends call me Maslah.
&lt;/h3&gt;

&lt;h2&gt;
  
  
  Where do you work?
&lt;/h2&gt;

&lt;p&gt;I am currently a freelance developer&lt;/p&gt;

&lt;h2&gt;
  
  
  Who or what inspired you to pursue the career you have today?
&lt;/h2&gt;

&lt;p&gt;Love. I studied computer science in pursuit of love, and when love didn't work out, I started programming to spend time with my best friend who was a geek&lt;/p&gt;

&lt;h2&gt;
  
  
  What is your favourite music genre?
&lt;/h2&gt;

&lt;p&gt;I enjoy Reggae and Bongo Flavour&lt;/p&gt;

&lt;h2&gt;
  
  
  What is your secret talent that no one knows about?
&lt;/h2&gt;

&lt;p&gt;I can code in Perl&lt;/p&gt;

&lt;h2&gt;
  
  
  My advice for allies to support underrepresented folks who code is...
&lt;/h2&gt;

&lt;p&gt;Practice. Join a community, learn. Get an accountability partner and practice some more&lt;/p&gt;

&lt;h2&gt;
  
  
  How do you keep yourself up to date in your field?
&lt;/h2&gt;

&lt;p&gt;By Working. Freelancing keeps me on toes because I'm competing with thousands of talented individuals from all over the world&lt;/p&gt;

&lt;h2&gt;
  
  
  How would you describe your job to a bunch of 5 year olds
&lt;/h2&gt;

&lt;p&gt;I tell computers what to do. &lt;/p&gt;

&lt;h2&gt;
  
  
  What cool thing are you working on right now?
&lt;/h2&gt;

&lt;p&gt;I am currently web scrapping for UK project planning&lt;/p&gt;

&lt;h2&gt;
  
  
  What was your first job?
&lt;/h2&gt;

&lt;p&gt;Software Developer at Andela&lt;/p&gt;

&lt;h2&gt;
  
  
  What are the toughest challenges you've had at work?
&lt;/h2&gt;

&lt;p&gt;Context switching between languages or technologies&lt;/p&gt;

&lt;h2&gt;
  
  
  What upcoming technological innovation will dramatically impact the industry in the next five years?
&lt;/h2&gt;

&lt;p&gt;It's already impacting .. blockchain, smart contracts etc&lt;/p&gt;

&lt;h2&gt;
  
  
  What skill do you think everyone should learn?
&lt;/h2&gt;

&lt;p&gt;Skill - Programming&lt;br&gt;
Language - Python&lt;/p&gt;

&lt;h2&gt;
  
  
  Have you taken a huge leap of faith at work? Did it pay off?
&lt;/h2&gt;

&lt;p&gt;Yes. I had a Perl web scraper that I needed to update. It was old, ugly, messy. It used xml and wsdl, which I hadn't worked with before. But it really helped me understand a lot and learn a new language&lt;/p&gt;

&lt;h2&gt;
  
  
  How can we follow you?
&lt;/h2&gt;

&lt;p&gt;On instagram, my handle is &lt;a href="https://www.instagram.com/hanmaslah/"&gt;hanmaslah.&lt;/a&gt;&lt;/p&gt;

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