<?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>Forem: seme clive</title>
    <description>The latest articles on Forem by seme clive (@seme_clive_4242bd50f332cb).</description>
    <link>https://forem.com/seme_clive_4242bd50f332cb</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%2F3709613%2F2a4f5494-ba65-419f-b98b-8630cfebdd65.png</url>
      <title>Forem: seme clive</title>
      <link>https://forem.com/seme_clive_4242bd50f332cb</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/seme_clive_4242bd50f332cb"/>
    <language>en</language>
    <item>
      <title>UNDERSTANDING SQL:JOINS &amp; WINDOW FUNCTIONS.</title>
      <dc:creator>seme clive</dc:creator>
      <pubDate>Mon, 09 Mar 2026 21:50:56 +0000</pubDate>
      <link>https://forem.com/seme_clive_4242bd50f332cb/understanding-sqljoins-window-functions-15bc</link>
      <guid>https://forem.com/seme_clive_4242bd50f332cb/understanding-sqljoins-window-functions-15bc</guid>
      <description>&lt;p&gt;&lt;strong&gt;&lt;em&gt;INTRODUCTION&lt;/em&gt;&lt;/strong&gt;&lt;br&gt;
As we dive deeper in sql,lets learn some key functions in sql.&lt;br&gt;
&lt;strong&gt;What are joins&lt;/strong&gt;;&lt;br&gt;
--is used to combine rows from two or more tables, based on a related column between them&lt;br&gt;
--it allows as to work with multiple tables and allow as join data in different tables.&lt;br&gt;
We have different types of joins with their different function.&lt;br&gt;
They include as follows:&lt;br&gt;
&lt;u&gt;**  TYPES OF JOINS*&lt;em&gt;&lt;/em&gt;&lt;/u&gt;&lt;br&gt;
**1.INNER JOIN*&lt;br&gt;
   -Is used to combine rows from two or more tables based on a related column. It returns only the rows that have matching values in both tables, filtering out non-matching records&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%2Fmq5wwwbfeucgpkd7bnrn.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%2Fmq5wwwbfeucgpkd7bnrn.png" alt=" " width="763" height="196"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;&lt;u&gt;*2.LEFT (OUTER) JOIN&lt;/u&gt;&lt;/em&gt;*&lt;br&gt;
returns all rows from the left table, and only the matched rows from the right table&lt;br&gt;
Unlike inner join which brings matched rows from all tables,left join only brings from the right table.&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%2Fx6kf037mwgx1mtuno9u7.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%2Fx6kf037mwgx1mtuno9u7.png" alt=" " width="781" height="73"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3.RIGHT(OUTER) JOIN&lt;/strong&gt;&lt;br&gt;
Returns all rows from the right table , and only the matched rows from the left table.Its atmost jthe oppossite of left join.&lt;br&gt;
Here the command example;&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%2F37nrak2zgt0jii0dq2gu.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%2F37nrak2zgt0jii0dq2gu.png" alt=" " width="641" height="89"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;u&gt;&lt;strong&gt;4.FULL OUTER JOIN&lt;/strong&gt;&lt;/u&gt;&lt;br&gt;
Returns all rows when there is a match in either the left or right table&lt;br&gt;
See two example of commands from my table that can execute the function;&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%2F9pe7g56pxesze2rdlgg0.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%2F9pe7g56pxesze2rdlgg0.png" alt=" " width="800" height="168"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;u&gt;&lt;strong&gt;5.SELF JOIN&lt;/strong&gt;&lt;/u&gt;&lt;br&gt;
This is when a table is joined on itself&lt;br&gt;
We use aliases to refer to the same table&lt;br&gt;
Example command line i used on my data table;&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%2Fmw0sqzdjgb96p33uur61.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%2Fmw0sqzdjgb96p33uur61.png" alt=" " width="763" height="197"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;u&gt;&lt;strong&gt;6.CROSS JOIN&lt;/strong&gt;&lt;/u&gt;&lt;br&gt;
Creates returns every combination of rows from both tables&lt;br&gt;
Example of command;&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%2Fa8omzg2981yk7ipn03uz.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%2Fa8omzg2981yk7ipn03uz.png" alt=" " width="481" height="162"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;These all about joints.As seen i have highlighted 6 ty&lt;br&gt;
pes.&lt;/p&gt;

&lt;p&gt;&lt;u&gt;&lt;strong&gt;WINDOW FUNTIONS&lt;/strong&gt;&lt;/u&gt;&lt;br&gt;
Apparently window functions allow you perform calculations across set of rows that are related to the current row.&lt;br&gt;
We have different types of window functions,&lt;br&gt;
these are; &lt;em&gt;&amp;gt;ROW NUMBER-assigns a unique sequential number to each row.&lt;br&gt;
           &amp;gt;SUM () OVER()-Running or partitioned totals&lt;br&gt;
           &amp;gt;AVG() OVER()-Running or partioned averages&lt;br&gt;
           &amp;gt;RANKS-Assigns a rank with gaps for ties&lt;br&gt;
           &amp;gt;DENSE RANK-Assigns rank without gaps for ties.&lt;/em&gt;&lt;br&gt;
Below is how i used window funtions in assigning Ranks.;&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%2Fwdsmn380ronahtw9qb7n.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%2Fwdsmn380ronahtw9qb7n.png" alt=" " width="800" height="530"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thats all about Joins and Window funtions.&lt;br&gt;
On my next article i will be covering the entire SQL for data analytics.&lt;/p&gt;

&lt;p&gt;**&lt;u&gt;&lt;/u&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  WINDOW FUNCTIONS
&lt;/h2&gt;

&lt;p&gt;**&lt;/p&gt;

&lt;p&gt;--Returns all rows from the left table, and only the matched rows from the right table&lt;/p&gt;



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


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

&lt;/div&gt;

</description>
      <category>datascience</category>
      <category>sql</category>
      <category>postgres</category>
    </item>
    <item>
      <title>UNDERSTANDING SQL:JOINS &amp; WINDOW FUNCTIONS.</title>
      <dc:creator>seme clive</dc:creator>
      <pubDate>Mon, 09 Mar 2026 21:50:56 +0000</pubDate>
      <link>https://forem.com/seme_clive_4242bd50f332cb/understanding-sqljoins-window-functions-5aha</link>
      <guid>https://forem.com/seme_clive_4242bd50f332cb/understanding-sqljoins-window-functions-5aha</guid>
      <description>&lt;p&gt;&lt;strong&gt;&lt;em&gt;INTRODUCTION&lt;/em&gt;&lt;/strong&gt;&lt;br&gt;
As we dive deeper in sql,lets learn some key functions in sql.&lt;br&gt;
&lt;strong&gt;What are joins&lt;/strong&gt;;&lt;br&gt;
--is used to combine rows from two or more tables, based on a related column between them&lt;br&gt;
--it allows as to work with multiple tables and allow as join data in different tables.&lt;br&gt;
We have different types of joins with their different function.&lt;br&gt;
They include as follows:&lt;br&gt;
&lt;u&gt;**  TYPES OF JOINS*&lt;em&gt;&lt;/em&gt;&lt;/u&gt;&lt;br&gt;
**1.INNER JOIN*&lt;br&gt;
   -Is used to combine rows from two or more tables based on a related column. It returns only the rows that have matching values in both tables, filtering out non-matching records&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
![ ](https://dev-to-uploads.s3.amazonaws.com/uploads/articles/mq5wwwbfeucgpkd7bnrn.png)

![ ](https://dev-to-uploads.s3.amazonaws.com/uploads/articles/gyxi2e7b51ifrisxw8v1.pn
g)

**2.LEFT (OUTER) JOIN**
returns all rows from the left table, and only the matched rows from the right table
Unlike inner join which brings matched rows from all tables,left join only brings from the right table.

![ ](https://dev-to-uploads.s3.amazonaws.com/uploads/articles/x6kf037mwgx1mtuno9u7.png)

**3.RIGHT(OUTER) JOIN**
Returns all rows from the right table , and only the matched rows from the left table.Its atmost jthe oppossite of left join.
Here the command example;

![ ](https://dev-to-uploads.s3.amazonaws.com/uploads/articles/5swqqb6zry6b58tl2xy2.pn
g)

**4.FULL OUTER JOIN**
Returns all rows when there is a match in either the left or right table
See two example of commands from my table that can execute the function;

![ ](https://dev-to-uploads.s3.amazonaws.com/uploads/articles/dzutot77ttkjt68qukv7.pn
g)

**5.SELF JOIN**
-This is when a table is joined on itself
-we use aliases to refer to the same table
Example command line i used on my data table;


![ ](https://dev-to-uploads.s3.amazonaws.com/uploads/articles/54l9gib04pxxajbf8xa3.png)

**6.CROSS JOIN**
-creates returns every combination of rows from both tables
Example of command;

![ ](https://dev-to-uploads.s3.amazonaws.com/uploads/articles/molju1t7pc006pnnntzp.png)

These all about joints.As seen i have highlighted 6 ty
pes.

**WINDOW FUNTIONS**
Apparently window functions allow you perform calculations across set of rows that are related to the current row.
We have different types of window functions,
these are; _&amp;gt;ROW NUMBER-assigns a unique sequential number to each row.
           &amp;gt;SUM () OVER()-Running or partitioned totals
           &amp;gt;AVG() OVER()-Running or partioned averages
           &amp;gt;RANKS-Assigns a rank with gaps for ties
           &amp;gt;DENSE RANK-Assigns rank without gaps for ties._
Below is how i used window funtions in assigning Ranks.;

![ ](https://dev-to-uploads.s3.amazonaws.com/uploads/articles/z0wxa0lmvher5d87ogzd.png)

Thats all about Joins and Window funtions.
On my next article i will be covering the entire SQL for data analytics.


**&amp;lt;u&amp;gt;

## WINDOW FUNCTIONS
&amp;lt;/u&amp;gt;**





--Returns all rows from the left table, and only the matched rows from the right table
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
      <category>datascience</category>
      <category>sql</category>
      <category>postgres</category>
    </item>
    <item>
      <title>Data Transformation with Power BI; From Power Query, Dax to Dashboards</title>
      <dc:creator>seme clive</dc:creator>
      <pubDate>Sun, 08 Feb 2026 20:45:18 +0000</pubDate>
      <link>https://forem.com/seme_clive_4242bd50f332cb/data-transformation-with-power-bi-from-power-query-dax-to-dashboards-134d</link>
      <guid>https://forem.com/seme_clive_4242bd50f332cb/data-transformation-with-power-bi-from-power-query-dax-to-dashboards-134d</guid>
      <description>&lt;p&gt;From my previous post, had defined power-bi and talked more about schemas. Schemas fall part of power bi as the create connection between and define relationships within tables in power bi.&lt;br&gt;
Today we dive down to data transformation with power-bi, that's from cleaning, querying down to visualization.&lt;br&gt;
As an analyst I can use power bi to transform data using two processes; ETL (Extract Transform Load)&lt;br&gt;
           2.ELT (Extract Load Transform)&lt;br&gt;
Though most analysts ought for process 2, ELT (Extract Load Transform), in turning huge unstructured data into actionable insights for decision making.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;&lt;u&gt;1.Extract Load Transform. &lt;/u&gt;&lt;/em&gt;&lt;/strong&gt;&lt;br&gt;
The first process is loading the data to power bi.&lt;br&gt;
Mostly being a CSV file of Excel.&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%2Fm4wmpcq1jav19963rmmn.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.amazonaws.com%2Fuploads%2Farticles%2Fm4wmpcq1jav19963rmmn.jpg" alt=" " width="800" height="320"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;As seen here you can Extract data from importing on the sources listed: power-bi sematic, SQL server, excel, csv file...etc.&lt;br&gt;
Here is where we Extract from data sources and load the data to power bi.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;&lt;u&gt;2.Transform Data (Power Query/Dax Formulars) &lt;/u&gt;&lt;/em&gt;&lt;/strong&gt;&lt;br&gt;
Here now is where all the shenanigans are done on the data.&lt;br&gt;
Is where we clean, remove duplicates, transform columns, create new measures and columns as well as creating connections and relationships within data columns.&lt;br&gt;
Its here where we introduce Dax formulas as we manipulate our data&lt;br&gt;
(Dax-&lt;em&gt;is a formular expression language used in power-bi&lt;/em&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%2F2el9oswow73jh5uhw2i4.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%2F2el9oswow73jh5uhw2i4.png" alt=" " width="800" height="392"&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%2Ftcenprndq3q0f3st55c9.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%2Ftcenprndq3q0f3st55c9.png" alt=" " width="800" height="418"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;From above you can see an interface of power bi showing where data is transformed.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;&lt;strong&gt;&lt;u&gt;Dax/Dax Functions&lt;/u&gt;&lt;/strong&gt;&lt;/em&gt;&lt;br&gt;
DAX is designed specifically for analytical and business intelligence tasks such as totals,&lt;br&gt;
averages, percentages, rankings, comparisons, and time-based analysis.&lt;br&gt;
Kindly note Dax formulars are not hard, they derived mostly from excel functions concepts.&lt;br&gt;
One of the main functions is the;&lt;br&gt;
1.&lt;strong&gt;Aggregation Function&lt;/strong&gt;&lt;br&gt;
      these means summarizing many rows to one value.analysts oftenly use these functions in the analysis of the data.&lt;br&gt;
Thes\y include: &lt;em&gt;(SUM, AVERAGE, MEDIAN,&lt;br&gt;
MIN, MAX, COUNT, VAR, STDEV)&lt;/em&gt;.&lt;br&gt;
Iterator functions ending in X (&lt;em&gt;SUMX, AVERAGEX, MEDIANX, MINX, MAXX, COUNTX,&lt;br&gt;
VARX, STDEVX&lt;/em&gt;) evaluate an expression row by row first, then aggregate.&lt;br&gt;
Mathematical helpers like &lt;em&gt;ABS, POWER, SQRT, ROUND, ROUNDUP, ROUNDDOWN,&lt;br&gt;
and MOD&lt;/em&gt; help shape and control numeric results for reporting.&lt;/p&gt;

&lt;p&gt;2.&lt;strong&gt;LOGICAL FUNCTIONS IN DAX (POWER BI)&lt;/strong&gt;&lt;br&gt;
   Logical functions in DAX are used to make decisions based on conditions. They allow Power BI&lt;br&gt;
to answer “yes or no” questions, classify data into categories, apply business rules, and control&lt;br&gt;
how results are calculated and displayed&lt;br&gt;
Logical functions are commonly used in calculated columns, measures, and KPIs.&lt;br&gt;
This function is &lt;strong&gt;&lt;em&gt;"the IF FUNCTION"&lt;/em&gt;&lt;/strong&gt;&lt;br&gt;
IF is used for simple true or false decisions.&lt;br&gt;
Nested IF handles multiple outcomes but can reduce readability.&lt;br&gt;
AND / &amp;amp;&amp;amp; require all conditions to be true.&lt;br&gt;
OR / || require at least one condition to be true.&lt;br&gt;
SWITCH is the preferred option for many conditions.&lt;br&gt;
ISBLANK and COALESCE help handle missing data.&lt;br&gt;
Logical functions are essential for classification, KPIs, and business rules.&lt;/p&gt;

&lt;p&gt;3.&lt;strong&gt;&lt;em&gt;FILTER FUNCTIONS IN DAX (POWER BI)&lt;/em&gt;&lt;/strong&gt;&lt;br&gt;
 Filter functions in DAX control which rows of data are included in a calculation. They are the&lt;br&gt;
backbone of meaningful analysis in Power BI because almost every business question depends&lt;br&gt;
on filtering data correctly.&lt;br&gt;
CALCULATE modifies filter context and performs calculations.&lt;br&gt;
FILTER selects rows and returns a table.&lt;br&gt;
Use simple filters in CALCULATE when possible for better performance.&lt;br&gt;
Use &lt;em&gt;FILTER&lt;/em&gt; for complex conditions.&lt;br&gt;
&lt;em&gt;ALL&lt;/em&gt; and &lt;em&gt;REMOVEFILTERS&lt;/em&gt; ignore filters.&lt;br&gt;
&lt;em&gt;ALLEXCEPT&lt;/em&gt; keeps specific filters.&lt;br&gt;
&lt;em&gt;KEEPFILTERS&lt;/em&gt; preserves existing context.&lt;/p&gt;

&lt;p&gt;All above functions play a major role in data transformation.&lt;br&gt;
Some other functions may look complex in writing i.e the "nested IFS" but&lt;br&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%2F5kb0yshozhgrbr52z95o.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.amazonaws.com%2Fuploads%2Farticles%2F5kb0yshozhgrbr52z95o.jpg" alt=" " width="800" height="404"&gt;&lt;/a&gt; after mastering they look simpler like the SUM function.&lt;br&gt;
After all the transformation and calculations KPIs we head direct to visualization where you are able to create dashboard similar to these one below, that's according to the data requirements.&lt;/p&gt;

&lt;p&gt;&lt;u&gt;&lt;em&gt;&lt;strong&gt;Dax/Dax Functions&lt;/strong&gt;&lt;/em&gt;&lt;/u&gt;&lt;/p&gt;

&lt;p&gt;2.&lt;/p&gt;

</description>
      <category>powerbi</category>
      <category>dax</category>
      <category>powerquery</category>
      <category>datascience</category>
    </item>
    <item>
      <title>Power BI For Visualization and Data Manipulation.</title>
      <dc:creator>seme clive</dc:creator>
      <pubDate>Sun, 01 Feb 2026 21:05:32 +0000</pubDate>
      <link>https://forem.com/seme_clive_4242bd50f332cb/power-bi-for-visualization-and-data-manipulation-39cg</link>
      <guid>https://forem.com/seme_clive_4242bd50f332cb/power-bi-for-visualization-and-data-manipulation-39cg</guid>
      <description>&lt;p&gt;&lt;strong&gt;First what is__ Power BI?&lt;/strong&gt;&lt;br&gt;
 Power BI is a tool created by Microsoft to turn raw data into interactive insights. IN other words, it's also described as a visualization tool.&lt;br&gt;
Those who already know how to use Microsoft Excel may find it faster to pick up Power BI, as the interface has a lot in common with Excel.&lt;br&gt;
It's like the advanced excel,as its capable of handling huge amounts of data.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;What's Data Modelling&lt;/em&gt;&lt;/strong&gt;?&lt;br&gt;
Data modeling is the process of creating a simplified diagram of a software system and the data elements it contains, using text and symbols to represent the data and how it flows. Data models provide a blueprint for designing a new database or reengineering a legacy application. Overall, data modeling helps an organization use its data effectively to meet business needs for information.&lt;br&gt;
Data models define how data is structured, related, and ultimately implemented. They serve as blueprints for organizing information, ensuring consistency, and aligning database structures with business needs.&lt;br&gt;
&lt;strong&gt;&lt;u&gt;Types of Data models&lt;/u&gt;&lt;/strong&gt;;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Conceptual Data Models&lt;/strong&gt;-these data model defines what system contains. The purpose is to organize, scope and define business concepts and rules.
2.&lt;strong&gt;Logical Data Model&lt;/strong&gt;; Defines HOW the system should be implemented regardless of the DBMS.The purpose is to developed technical map of rules and data structures.
3.&lt;strong&gt;&lt;em&gt;Physical Data Model&lt;/em&gt;&lt;/strong&gt;;This Data Model describes HOW the system will be implemented using a specific DBMS system.&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%2Fyksl16b5onbaibu63c6w.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%2Fyksl16b5onbaibu63c6w.png" alt=" " width="800" height="408"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;What is a Database Schema?&lt;br&gt;
A database schema is a formal description of how data is structured or organized within a database.&lt;br&gt;
&lt;strong&gt;&lt;em&gt;Components of Database Schema&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Physical Database Schema&lt;/li&gt;
&lt;li&gt;Logical Database Schema
&amp;gt;&amp;gt; as defined before ...&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;Types Of Database Schemas:&lt;/em&gt;&lt;/strong&gt;&lt;br&gt;
Here we going to look at two main schemas;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;star schema-is a data modelling structure used to facts table &amp;amp; is surrounded by dimensional tables.
Is commonly used in data warehousing&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%2F1kp0tz0bapw8a2vjf1td.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%2F1kp0tz0bapw8a2vjf1td.png" alt=" " width="800" height="540"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;2.Snowflake schema; is an extension of star schema where dimensional tables are subdivided to more sub-dimensional tables.&lt;br&gt;
It supports complex queries.&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%2Fiq5zh3lpm5ahra7in931.webp" 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%2Fiq5zh3lpm5ahra7in931.webp" alt=" " width="474" height="293"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;KEY NOTE'&lt;/strong&gt;;&lt;br&gt;
Importance of Data Modeling: Essential for understanding business requirements, ensuring data consistency, improving system performance, and reducing errors.&lt;/p&gt;

&lt;p&gt;Fact and Dimension Tables: Core components of data modeling, with Fact tables holding quantitative data and Dimension tables providing contextual details.&lt;/p&gt;

&lt;p&gt;Star Schema: A simple, denormalized structure that offers fast query performance, ideal for straightforward analytics tasks.&lt;/p&gt;

&lt;p&gt;Snowflake Schema: A complex, normalized structure that reduces data redundancy and saves storage space, suited for detailed analysis.&lt;/p&gt;

&lt;p&gt;Normalization vs. Denormalization: Techniques to balance between storage efficiency and query performance.&lt;/p&gt;

</description>
      <category>powerbi</category>
      <category>dax</category>
      <category>schemas</category>
      <category>datamodelling</category>
    </item>
    <item>
      <title>Excel For Data Analytics: Beginner Friendly Overview.</title>
      <dc:creator>seme clive</dc:creator>
      <pubDate>Sun, 01 Feb 2026 19:03:07 +0000</pubDate>
      <link>https://forem.com/seme_clive_4242bd50f332cb/excel-for-data-analytics-beginner-friendly-overview-3m8</link>
      <guid>https://forem.com/seme_clive_4242bd50f332cb/excel-for-data-analytics-beginner-friendly-overview-3m8</guid>
      <description>&lt;p&gt;_Excel is one of the main tools used in data analysis.&lt;br&gt;
With Excel, you can manipulate data, summarize it with pivot tables, visualize it, and perform quick statistics to summarize it.&lt;br&gt;
Mostly excel is used for small data sets not that huge, though it allows you to perform all function of data transformation on it.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Here is the Interface of excel work book...&lt;/em&gt;&lt;br&gt;
Basically, it's a 2019 excel version&lt;br&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%2Fekk51cozky43ynhwo84n.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%2Fekk51cozky43ynhwo84n.png" alt=" " width="800" height="232"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;1&lt;u&gt;&lt;strong&gt;. Excel Skills to learn...&lt;/strong&gt;&lt;/u&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;_Perform data cleaning by removing blank spaces as well as incorrect and outdated information&lt;/li&gt;
&lt;li&gt;Format and adjust data using conditional formatting
Perform data calculations using formulas&lt;/li&gt;
&lt;li&gt;Organize data using sorting and filtering.&lt;/li&gt;
&lt;li&gt;Create visualizations using graphing and charting.&lt;/li&gt;
&lt;li&gt;Calculate, summarize, and analyze data using pivot tables.&lt;/li&gt;
&lt;li&gt;Aggregate data for Analysis.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;1.&lt;strong&gt;&lt;u&gt;Basic Formatting and Sum Function&lt;/u&gt;&lt;/strong&gt;&lt;br&gt;
Here will learn more about formatting data, being one of the processes of cleaning data sets using excel and sum function.&lt;br&gt;
Some of the formatting functions include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Conditional formatting.&lt;/li&gt;
&lt;li&gt;Format as table.
&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%2Fzev6qyho9jxkahn3mdeb.png" alt=" " width="800" height="232"&gt;
&lt;/li&gt;
&lt;li&gt;Sort and filter.&lt;/li&gt;
&lt;li&gt;Find and select.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;For Sum function see below.&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%2Fgp53xfirupecmbgeayk7.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%2Fgp53xfirupecmbgeayk7.png" alt=" " width="800" height="256"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;2.&lt;strong&gt;&lt;u&gt;Max, Min, and Avg Functions&lt;/u&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;em&gt;Excel has many built-in functions, or predefined formulas, that are used to perform both simple and complex calculations. Five basic, built-in functions we will cover are Sum, Average, Count, Max, and Min&lt;/em&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Step 1&lt;/strong&gt;: Add a New Worksheet&lt;/p&gt;

&lt;p&gt;Click the plus “+” button at the bottom left of the workbook screen to add a new worksheet.&lt;/p&gt;

&lt;p&gt;Right click the new Sheet2 and rename it “Functions.”&lt;/p&gt;

&lt;p&gt;Step 2: Explore the Excel Function Library&lt;/p&gt;

&lt;p&gt;Click on the Formulas tab in the toolbar to view the types of built-in functions in the Function Library group.&lt;br&gt;
You may have to expand the toolbar by clicking the down arrow at the far right of the tool bar to see the Function Library group.&lt;br&gt;
Click the dropdown arrow under the AutoSum Function. Note the five basic functions in this subgroup are as follows:&lt;br&gt;
-Average: averages the numeric values in the referenced cells&lt;br&gt;
-Count Numbers counts how many referenced cells there are&lt;br&gt;
-Max: returns the highest numeric value in the set of referenced cells&lt;br&gt;
*MAX-&lt;br&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%2Fgiwb30vbzlgmcsp65gf7.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%2Fgiwb30vbzlgmcsp65gf7.png" alt=" " width="800" height="271"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;*MIN&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%2F6pkekglt9orz0r9napsy.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%2F6pkekglt9orz0r9napsy.png" alt=" " width="800" height="288"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;*Average&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%2F7lnnay7m6xjkthkdf3mc.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%2F7lnnay7m6xjkthkdf3mc.png" alt=" " width="800" height="242"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;*Count&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%2Frtvtene1gq85tsn1l28f.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%2Frtvtene1gq85tsn1l28f.png" alt=" " width="800" height="255"&gt;&lt;/a&gt;&lt;br&gt;
These are some of the basic concepts of excel.&lt;/p&gt;

&lt;p&gt;Diving deeper into excel is where you find more complex functions as ;vlook-up, xlook-up, hlook-up,,,among others.&lt;br&gt;
Again, pivots tables and dashboards lie as some of the other&lt;br&gt;
functions which can be performed on excel.&lt;br&gt;
On my next post ,i will share more on my data manipulation with excel,from cleaning to dashboards using large data set.&lt;br&gt;
See you on the next. &lt;/p&gt;

&lt;p&gt;Min: returns the lowest numeric value in the set of referenced &lt;br&gt;
cells&lt;br&gt;
&lt;strong&gt;Step 3&lt;/strong&gt;: Using the SUM function&lt;/p&gt;

&lt;p&gt;.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Aggregate data for analysis_&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>beginners</category>
      <category>analytics</category>
      <category>excel</category>
      <category>data</category>
    </item>
    <item>
      <title>All About Git &amp; Git-Hub: Beginner's guide on relationship between git&amp; git-hub, installation, linking both tools to launching.</title>
      <dc:creator>seme clive</dc:creator>
      <pubDate>Sun, 18 Jan 2026 22:50:45 +0000</pubDate>
      <link>https://forem.com/seme_clive_4242bd50f332cb/all-about-git-git-hub-beginners-guide-on-relationship-between-git-git-hub-installation-5h42</link>
      <guid>https://forem.com/seme_clive_4242bd50f332cb/all-about-git-git-hub-beginners-guide-on-relationship-between-git-git-hub-installation-5h42</guid>
      <description>&lt;p&gt;&lt;strong&gt;Introduction: Understanding Git and Git-hub&lt;/strong&gt;&lt;br&gt;
If you are a beginner, it's important to understand the difference between the two tools, git and git-hub:&lt;br&gt;
So, what's Git? What's it used for?&lt;br&gt;
Basically, Git is a popular version control system which is used to&amp;gt;track code changes &lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;coding collaborations between developers&lt;br&gt;
tracking who made the changes&lt;br&gt;
On the other hand, What's git-hub?&lt;br&gt;
Git-hub is a proprietary developer platform that allows developers to create, store, manage, and share their code. It uses Git to provide distributed version control and GitHub itself provides access control, bug tracking, software feature requests, task management, continuous integration, and wikis for every project.&lt;br&gt;
That's how i got to understand it 1st as a beginner, let's go now to the steps of installation, opening account up to linking, how I hacked it:&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;_&lt;strong&gt;Step 1: **Opening a Git-hub Account&lt;/strong&gt;,&lt;br&gt;
These the first step before anything else, you need to sign 9up and create your account.&lt;br&gt;
Here is the link; &lt;a href="https://github.com/" rel="noopener noreferrer"&gt;https://github.com/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 2: **&lt;/strong&gt;Downloading Gitbash APP and Launching it; **&lt;br&gt;
The download should be the latest version; &lt;a href="https://git-scm.com/install/" rel="noopener noreferrer"&gt;https://git-scm.com/install/&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Launch the app&lt;br&gt;
Confirm the version;&lt;br&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%2F7blnlh10l5uqbrktr9jy.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%2F7blnlh10l5uqbrktr9jy.png" alt=" " width="800" height="175"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;*&lt;em&gt;Step 3: Git configuration/set identity; *&lt;/em&gt;&lt;br&gt;
Here you need to set your identity for git to know who you are and configure email used to open git-hub account on git.&lt;br&gt;
That is your username and user email as seen below;&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%2F6b87k9g9ktwmgxwf8a6p.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%2F6b87k9g9ktwmgxwf8a6p.png" alt=" " width="800" height="117"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;Step 4: Confirm the Configured Identity: *&lt;/em&gt;&lt;br&gt;
You have to command git to see the user identity created. These to verify that all were created,&lt;br&gt;
Here is the command line;&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%2F5jwqdqyt7s89r9i99tnt.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%2F5jwqdqyt7s89r9i99tnt.png" alt=" " width="800" height="130"&gt;&lt;/a&gt;&lt;br&gt;
 Note: make sure email used in signing up the git-hub account is the one you configuring git with.&lt;br&gt;
&lt;strong&gt;Step 5:Generating an SSH key/Connecting Git to Git-hub;&lt;/strong&gt;&lt;br&gt;
What is an ssh keY?Its a key that proves wat the machine is in order to access git-hub (it's a key that assist link git and git-hub)&lt;br&gt;
As seen on my command,it shows user already exists as i had already configured, for a new user creatin one it will give you a pass key which you copy paste on git-hub&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%2Fv4cdbo93fdwrtic32inu.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%2Fv4cdbo93fdwrtic32inu.png" alt=" " width="800" height="112"&gt;&lt;/a&gt;&lt;br&gt;
*&lt;em&gt;Step 6: Paste key on git-hub ssh agent; *&lt;/em&gt;&lt;br&gt;
After creating the passkey, login to git-hub,go to settings-ssh &amp;amp; gpg keys.&lt;br&gt;
paste the key on the ssh agent. Then connect, it will send a mail confirming the connection.&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%2Fqu8mqd7bpod1tc8wziq3.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%2Fqu8mqd7bpod1tc8wziq3.png" alt=" " width="800" height="165"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Step 7;Open a project folder on git hub.&lt;br&gt;
Step &lt;/p&gt;

&lt;p&gt;**_&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;/li&gt;
&lt;/ol&gt;

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