<?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: Spencer </title>
    <description>The latest articles on DEV Community by Spencer  (@spencer_khaweli_47c4d513c).</description>
    <link>https://dev.to/spencer_khaweli_47c4d513c</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4070920%2Ff3807c09-1cbf-45df-b0b5-f18b169dddc4.png</url>
      <title>DEV Community: Spencer </title>
      <link>https://dev.to/spencer_khaweli_47c4d513c</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/spencer_khaweli_47c4d513c"/>
    <language>en</language>
    <item>
      <title>How I Learnt How To Push Data</title>
      <dc:creator>Spencer </dc:creator>
      <pubDate>Sat, 22 Aug 2026 21:09:18 +0000</pubDate>
      <link>https://dev.to/spencer_khaweli_47c4d513c/how-i-learnt-how-to-push-data-5998</link>
      <guid>https://dev.to/spencer_khaweli_47c4d513c/how-i-learnt-how-to-push-data-5998</guid>
      <description>&lt;h1&gt;
  
  
  Introduction
&lt;/h1&gt;

&lt;p&gt;&lt;strong&gt;DATA&lt;/strong&gt;; data has become an essential key tool in the day to day running of the modern world which is consuming and producing data in large amount. &lt;em&gt;Mobile applications, social media, and business transactions&lt;/em&gt; are some of the few ways that data is produced massively. However, collecting this data alone is not enough, organizations need a way to understand this data and today i begin to understand my way in the data world.&lt;/p&gt;

&lt;h2&gt;
  
  
  Undestanding Git and Github
&lt;/h2&gt;

&lt;p&gt;&lt;em&gt;Git&lt;/em&gt; is a software that I installed locally in my computer in order to enable to see what I changed, when I did make the change and allows me to go back in case something went wrong &lt;br&gt;
_Gitub_is an online platform where git repositories are stored and shared, basically github stores a copy of your work online&lt;/p&gt;
&lt;h3&gt;
  
  
  Terminologies
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Repository&lt;/strong&gt;- A &lt;em&gt;Repository&lt;/em&gt; is an online project being tracked by git &lt;br&gt;
&lt;strong&gt;Clone&lt;/strong&gt;- To &lt;em&gt;clone&lt;/em&gt; is a process whereby lets say another researcher or writer sees your project then decides to actualy donwload it &lt;br&gt;
&lt;strong&gt;Forking&lt;/strong&gt;- to &lt;em&gt;fork&lt;/em&gt; is actually making the changes on the project that you have downloaded from github and sending it back to the owner asking if they can also make the changes on their far end &lt;br&gt;
&lt;strong&gt;Pushpush&lt;/strong&gt;- To git push is actually moving your project from your local computer into the online platform called &lt;em&gt;github&lt;/em&gt;&lt;br&gt;
&lt;strong&gt;Gitpull&lt;/strong&gt;- To gitpull is the process of taking your project from github into your local computer, it's actually privatisation of your project&lt;br&gt;
&lt;strong&gt;Commit&lt;/strong&gt;- is a saved checkpoint in a project history&lt;/p&gt;
&lt;h2&gt;
  
  
  linking git and github
&lt;/h2&gt;

&lt;p&gt;As discussed earlier , git is a softer that we install in our local computer and githu is an online platform where the git repositories are stored so we link the two using a secure shell "SSH" hence enabling the pushing and pulling of projects from your github to your computer &lt;/p&gt;
&lt;h2&gt;
  
  
  Creating and preparing your file
&lt;/h2&gt;

&lt;p&gt;In creating and preparation of my files below are some of the key commands I learnt&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;cd- change directory&lt;/li&gt;
&lt;li&gt;Mkdir- make directory&lt;/li&gt;
&lt;li&gt;Ls - list&lt;/li&gt;
&lt;li&gt;Touch- make file&lt;/li&gt;
&lt;li&gt;rm-r -remove command &lt;/li&gt;
&lt;li&gt;cd.. - going back to the previous file &lt;/li&gt;
&lt;li&gt;echo - to push data &lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;
  
  
  Writing line of code,Block of data and Quotes
&lt;/h2&gt;

&lt;p&gt;in writing a simple line of code we use the sign &amp;lt;&amp;gt; i.e&lt;br&gt;
&lt;code&gt;select* from kenya hospital.analysis&lt;/code&gt;&lt;br&gt;
in writing a block of data we us the same icon but enclosed in a rectangle i.e&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;SELECT. patient. name 
FROM. kenyan hospital analysis
WHERE patient_disease "malaria"
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Also during one of the sessions we where given a quote by stephen&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;I came, I saw , I conquered &lt;br&gt;
by stephen&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  Generation of URL links
&lt;/h2&gt;

&lt;p&gt;Below is a URL link to my article about my first week of onboarding&lt;br&gt;
&lt;a href=""&gt;article on onboarding week&lt;/a&gt;&lt;a href="https://dev.to/new"&gt;https://dev.to/new&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;below is a picture of writing data &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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F5yr4r8j32cxwd984tmih.jpg" 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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F5yr4r8j32cxwd984tmih.jpg" alt="a simple image of a written code" width="736" height="920"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  conclusion
&lt;/h2&gt;

&lt;p&gt;My first week in Luxdev has been really educative and very motivating encouraging me to keep on going and increasing my urge to learn more in data science and analytics&lt;/p&gt;

</description>
      <category>ai</category>
      <category>programming</category>
      <category>productivity</category>
      <category>tutorial</category>
    </item>
  </channel>
</rss>
