<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>how-to on Pieces &amp; Perspective Blog</title><link>https://xbns.netlify.app/tags/how-to/</link><description>Recent content in how-to on Pieces &amp; Perspective Blog</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Wed, 18 Nov 2020 00:00:00 +0000</lastBuildDate><atom:link href="https://xbns.netlify.app/tags/how-to/index.xml" rel="self" type="application/rss+xml"/><item><title>Pull JSON Data From Endpoint and Flatten it to CSV</title><link>https://xbns.netlify.app/posts/pull-test-data-from-endpoint/</link><pubDate>Wed, 18 Nov 2020 00:00:00 +0000</pubDate><guid>https://xbns.netlify.app/posts/pull-test-data-from-endpoint/</guid><description>Sometimes as a QA Engineer,you need to pull test data from endpoints from third parties.That is clients you are integrating you system with.
This is usually vital when the developers are working on the integration. You can start preparing the tests early enough.
Example script shows how to pull credit score data in json and flatten it to csv. Better Example Now Using Pandas 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 import pandas as pd from requests.</description></item><item><title>How to change the color of an icon with Gimp.</title><link>https://xbns.netlify.app/posts/2020-05-05-change-icon-color-gimp/</link><pubDate>Tue, 05 May 2020 00:00:00 +0000</pubDate><guid>https://xbns.netlify.app/posts/2020-05-05-change-icon-color-gimp/</guid><description>A while ago I wanted to change colored images and icons to black - white using gimp.
I was using fedora(operating system).Since it comes with fedora distribution.The installation is as easy as:
$ sudo dnf install gimp Find an original icon;i mean the free ones or you can buy still.Check License.Then convert it to black and white.
Here is Gatsby Icon We want the icon to look like the one below.</description></item></channel></rss>