<?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: Pritesh Usadadiya</title>
    <description>The latest articles on DEV Community by Pritesh Usadadiya (@priteshusadadiya).</description>
    <link>https://dev.to/priteshusadadiya</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%2F133723%2F7e861730-2635-4486-a8ea-cb0e49ecda0f.jpg</url>
      <title>DEV Community: Pritesh Usadadiya</title>
      <link>https://dev.to/priteshusadadiya</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/priteshusadadiya"/>
    <language>en</language>
    <item>
      <title>Curated collection of best tools for Software Testing</title>
      <dc:creator>Pritesh Usadadiya</dc:creator>
      <pubDate>Fri, 14 Jan 2022 06:53:19 +0000</pubDate>
      <link>https://dev.to/priteshusadadiya/curated-collection-of-best-tools-for-software-testing-3ghl</link>
      <guid>https://dev.to/priteshusadadiya/curated-collection-of-best-tools-for-software-testing-3ghl</guid>
      <description>&lt;p&gt;Soon it will be a year since I started the &lt;a href="https://softwaretestingnotes.substack.com"&gt;Software Testing Notes Newsletter&lt;/a&gt; and a supporting &lt;a href="https://softwaretestingnotes.com"&gt;website&lt;/a&gt;. It started as a way for me to bookmark the important links which I enjoy and share it online hoping someone might also find it useful as well.&lt;/p&gt;

&lt;p&gt;Which brings me to the this website &lt;a href="https://testdev.tools"&gt;TestDevTools&lt;/a&gt;. A place where you will be able to find a variety of tools and resources that I have gathered so far and will continue to do so in the future for the software testing.&lt;/p&gt;

&lt;h2&gt;
  
  
  🛠 collection includes tools for :
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Learning Software Testing&lt;/li&gt;
&lt;li&gt;Exploratory Testing&lt;/li&gt;
&lt;li&gt;API Testing&lt;/li&gt;
&lt;li&gt;Accessibility Testing&lt;/li&gt;
&lt;li&gt;Automated Checking&lt;/li&gt;
&lt;li&gt;Memory&lt;/li&gt;
&lt;li&gt;Performance Testing&lt;/li&gt;
&lt;li&gt;Security Testing&lt;/li&gt;
&lt;li&gt;DevTools&lt;/li&gt;
&lt;li&gt;Email Testing&lt;/li&gt;
&lt;li&gt;Test Case Management&lt;/li&gt;
&lt;li&gt;Audit&lt;/li&gt;
&lt;li&gt;DevOps&lt;/li&gt;
&lt;li&gt;Dummy Data&lt;/li&gt;
&lt;li&gt;Design&lt;/li&gt;
&lt;li&gt;Dummy Emails&lt;/li&gt;
&lt;li&gt;IDE&lt;/li&gt;
&lt;li&gt;Screen Recording&lt;/li&gt;
&lt;li&gt;Task Management&lt;/li&gt;
&lt;li&gt;Traffic Listener&lt;/li&gt;
&lt;li&gt;Visual Modeling&lt;/li&gt;
&lt;li&gt;VPN&lt;/li&gt;
&lt;li&gt;Desktop Automation&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And much more.&lt;/p&gt;

&lt;h2&gt;
  
  
  Technology used on this site
&lt;/h2&gt;

&lt;p&gt;This site is built with help of &lt;a href="https://gridsome.org"&gt;excellent static site generator Gridsome&lt;/a&gt;, &lt;a href="https://buefy.org"&gt;Buefy&lt;/a&gt; and &lt;a href="https://bulma.io"&gt;Bulma CSS&lt;/a&gt; and JSON file as a data source.&lt;/p&gt;

&lt;p&gt;I also use the continuous deployment provided by Platform as a Service project &lt;a href="https://www.netlify.com"&gt;Netlify&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;I hope this project can help other fellow testers and developers who are looking for some resources / tools for testing.&lt;/p&gt;

&lt;p&gt;please share this list of resources with anyone that would find it useful ❤️&lt;/p&gt;

</description>
      <category>testdev</category>
      <category>testing</category>
      <category>sideprojects</category>
      <category>automation</category>
    </item>
    <item>
      <title>What is the Test Plan / Test Approach ? and how to prepare it ?</title>
      <dc:creator>Pritesh Usadadiya</dc:creator>
      <pubDate>Mon, 05 Aug 2019 05:56:12 +0000</pubDate>
      <link>https://dev.to/priteshusadadiya/what-is-the-test-plan-test-approach-and-how-to-prepare-it-351</link>
      <guid>https://dev.to/priteshusadadiya/what-is-the-test-plan-test-approach-and-how-to-prepare-it-351</guid>
      <description>&lt;p&gt;&lt;small&gt; This post was originally published on my &lt;a href="https://www.priteshusadadiya.com/post/preparing-testplan-testschedule/"&gt;own blog&lt;/a&gt; &lt;small&gt;&lt;/small&gt;&lt;/small&gt;&lt;/p&gt;

&lt;p&gt;Test Documentation and planning were my least favorite things when I started my carrier. Mainly because Coding took preference above all others for me and I let others (read engineers at senior level) to take care of Test Planning and documentation. &lt;/p&gt;

&lt;p&gt;But as you progress more and more in your field, you start to get glimpse of why this things are important. There are lots of thing that we need to take care of in Testing of any Software.&lt;/p&gt;

&lt;p&gt;In this post, let me try to explain few points that everyone should follow when designing Test Process and Documentation of any given software product.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Creating the test Plan.&lt;/li&gt;
&lt;li&gt;Preparing the test schedule.&lt;/li&gt;
&lt;li&gt;Brief introduction of the different test types&lt;/li&gt;
&lt;li&gt;Exit criteria that should be full filled before any production release.&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;
  
  
  How to prepare the Test Plan / Test Approach.
&lt;/h3&gt;

&lt;p&gt;There are lots of documents and various Matrices that are need to prepared for any project. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why?&lt;/strong&gt; &lt;br&gt;
Because these documents are the essential to the Understanding of the project as these are the Blueprint of the entire application.&lt;/p&gt;

&lt;p&gt;As far as the QA is concerned Test Plan (also known as the Test Approach) also falls under the same category. &lt;/p&gt;

&lt;p&gt;So, lets break down the entire document process.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;In General Test Plan Includes the following data.

1. Test Scope
   - In Scope
   - Out of Scope
2. Test Schedule
3. Test Types
4. Test Environment
5. Test Approach
6. Exit Criteria
7. Open Risks/Issues
   - Risks
   - Issues
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;





&lt;h4&gt;
  
  
  1. Test Scope:
&lt;/h4&gt;

&lt;p&gt;"Areas / Functionalities that will be included during the Test Cycle" is Known as a Test Scope.&lt;/p&gt;

&lt;p&gt;In Other words&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Test Scope is the process of defining what features and functionalities are required to be tested and then making sure all of defined features and functionalities are thoroughly verified.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;Let me give an example,&lt;/em&gt;&lt;/strong&gt;&lt;br&gt;
There is a new requirement for Implementation for the smart search (Filtering the data based on the keywords entered by the end users).&lt;/p&gt;

&lt;p&gt;Now when this feature comes into the QA pool in a new Build then, entire focus of the Test should be this feature only and nothing else. This can be categories as a Test Scope.&lt;/p&gt;

&lt;p&gt;Now Imagine few other requirements which are also needed to be included into the next release so, these items will be included into the Test Scope for that release.&lt;/p&gt;

&lt;p&gt;Further the process can be divided into the 2 parts.&lt;/p&gt;
&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;1. In Scope: - Features / Functions that are to be tested
2. Out of Scopes: - Features / Functions not to be tested
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;h4&gt;
  
  
  2. Test Schedule:
&lt;/h4&gt;

&lt;p&gt;Everything that is to be tested should be as per the schedule (proposed and approved time frame on which deliverables are due). &lt;/p&gt;

&lt;p&gt;Test schedule can include variety of the phases. Some of them are listed below,&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;    A. Requirement Understanding
    B. Test Plan creation
    C. Test Cases creation
    D. Test Execution in Different Environments
    E. QA Sign-off*
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;You will have to provide the Start Date and End Date for Every Phase respectively,&lt;/p&gt;

&lt;p&gt;Below is the description of the phases which can be helpful for identifying the potential start and end dates for every phase.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;A. Requirement Understanding&lt;/em&gt;&lt;/strong&gt; : There are few things that needs to be happen before this stage can begin like,&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;1. All the requirements should be clear and properly documented.
2. All Support document should be available.
3. Basic structure of the given requirements should be available, 
    like wire-frames, Design mocks, Data flow etc.
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;





&lt;ul&gt;
&lt;li&gt;Most of time frames for different phases can be derived from the requirements itself, if above three things are followed properly. &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;B. Test Plan Creation&lt;/em&gt;&lt;/strong&gt;: How much time it will take to prepare this document itself?&lt;/p&gt;

&lt;p&gt;For every phase of the Test Schedule &lt;em&gt;&lt;em&gt;"Requirement Understanding"&lt;/em&gt;&lt;/em&gt; is the part where you will actually know the efforts it will take to get things done.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;C. Test Cases creation&lt;/em&gt;&lt;/strong&gt;: Once Requirements are fixed and documented properly, you will be able to draft test case easily from them and also be able to provide time frame for the same.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;D. Test Cases Execution&lt;/em&gt;&lt;/strong&gt;: Now this is a bit tricky part as this will depend on the details of different Environment to be tested.&lt;/p&gt;

&lt;p&gt;for example, if you are running the one test on Chrome, Firefox, IE and also on 5 Different devices then you will have a one test cases which executes 8 time in one Cycle. &lt;br&gt;
With that in mind and other details like,&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;    - How May Test Cycle you are performing?
    - What is the Scope of each Cycle? 
    - Each cycle can take different amount of time to complete. 
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Will determine the time taken for each test cycle.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;for example&lt;/em&gt;&lt;/strong&gt;, first cycle will always be somewhat longer than the second because probability of finding the bugs/Defects are high in the first Iteration.&lt;br&gt;
As cycle changes, amount bugs/Defects found during each Iteration will get smaller.&lt;/p&gt;

&lt;p&gt;Based on the above details you can find the possible start and End Date of the Test Case Execution.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;E. QA Sign-off&lt;/em&gt;&lt;/strong&gt;: How do you determine that testing is complete? obviously you’ll need some kind of criteria to make sure that you’re confident that application under test works as intended. &lt;br&gt;
This criteria will be set as a pre-agreed upon exit gate definition, and once met testing will be completed.&lt;/p&gt;


&lt;h4&gt;
  
  
  3. Test Types / categories:
&lt;/h4&gt;

&lt;p&gt;The overall application will include the following testing types/techniques*: &lt;/p&gt;

&lt;p&gt;The below list of test depth/test techniques are used to assess application quality:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;-   1. FT: Feature &amp;gt; Basic Feature Testing
-   2. G: GUI &amp;gt; Validate look and feel of the application
-   3. DB: Database &amp;gt; Verify DB interaction and CRUD procedures
-   4. E2E: End to End &amp;gt; Validate E2E business flows and system interaction
-   5. BR: Business Rule &amp;gt; Validate specific business rules with positive/negative conditions
-   6. SVC: Service Level Testing &amp;gt; Validate web service level features 
        (i.e. API`s, WS calls, etc.)
-   7. EH: Error Handling &amp;gt; Validate Application Error handling
-   8. BVA: Boundary Value Analysis &amp;gt; Review boundary values for feature/system interaction
-   9. ST: State Transition &amp;gt; Validate application state 
        (i.e. workflow, session, restful state validation, etc.)
-   10. BT: Branch Tree/Decision Matrix &amp;gt; Validate inputs/outputs of a group of rules 
-   11. DF: Data Flow &amp;gt; Validate system interaction
        with a concentration on ETL and CRUD procedures between system components
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;





&lt;h4&gt;
  
  
  4. Test Environment:
&lt;/h4&gt;

&lt;p&gt;List of all the Environments on which Test cases will be executed.&lt;br&gt;
&lt;/p&gt;

&lt;h4&gt;
  
  
  5. Test Approach:
&lt;/h4&gt;

&lt;p&gt;Here you should provide description of the features and other items to be tested along with the overall depth of testing and test methods used to discover defects.&lt;br&gt;
&lt;/p&gt;

&lt;h4&gt;
  
  
  6. Exit Criteria:
&lt;/h4&gt;

&lt;p&gt;Exit criteria must be met before sign-off for production release will be provided by QA.&lt;/p&gt;

&lt;p&gt;In another words "All things that should be done before providing the sign-off is known as an Exit Criteria"&lt;/p&gt;

&lt;p&gt;Here are some examples of exit criteria&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;    1. All Sprint Stories/Items Accepted by QA and it is Ready for Production
    2. Manual Regression Tests (Blocker and Critical Test Cases) have passed
    3. No Critical or Blocker defects outstanding.
    4. Automation Regression Suite Successfully Passed.
    5. Performance Tests executed successfully.
    6. Browser Compatibility works as expected.
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;





&lt;ul&gt;
&lt;li&gt;If Possible include all of the above and have one field to mark if criteria are applicable or not. If yes, then mark it "Yes" and "No" otherwise. &lt;/li&gt;
&lt;li&gt;Also provide comments against each criteria for better understanding.&lt;/li&gt;
&lt;/ul&gt;

&lt;h4&gt;
  
  
  7. Open Risks or Issues:
&lt;/h4&gt;

&lt;p&gt;Include all the bugs / Issues that are not fixed yet. &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Add the appropriate linking of the issues with their description and priority.&lt;/li&gt;
&lt;li&gt;This information is critical and can have an effect on if Build should go into the next phase (Production release) or not.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Hope this information can be useful. &lt;/p&gt;



&lt;h3&gt;
  
  
  Thanks for reading!
&lt;/h3&gt;

</description>
      <category>softwaretesting</category>
      <category>qa</category>
      <category>testing</category>
    </item>
    <item>
      <title>Dark Mode and webapps</title>
      <dc:creator>Pritesh Usadadiya</dc:creator>
      <pubDate>Mon, 11 Mar 2019 11:29:15 +0000</pubDate>
      <link>https://dev.to/priteshusadadiya/dark-mode-and-webapps-32of</link>
      <guid>https://dev.to/priteshusadadiya/dark-mode-and-webapps-32of</guid>
      <description>&lt;p&gt;We are seeing more and more products that offer a "dark mode" feature that turns look of your webpapp &lt;code&gt;Dark&lt;/code&gt; and text &lt;code&gt;light&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;The question i am wondering is that, Does it work better than normal color contrast ? &lt;/p&gt;

&lt;h3&gt;
  
  
  I see lot of people saying that it's better for the eyes. is it ? is there any scientific study behind this ?
&lt;/h3&gt;

&lt;p&gt;As a developer how do you approach this ? I mean, What things you consider before making this feature available to make sure that it works well with other elements of your app ? (i.e. In a app where users can customize apps entire theme or portion of it. like, dev.to's profile theme)&lt;/p&gt;

&lt;p&gt;As form the  Accessibility point of view, how does it affect end users perception of an app, specially for visually impaired users for whom this can be instantly uncomfortable and hard to read.&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>darkmode</category>
      <category>a11y</category>
      <category>webpapp</category>
    </item>
    <item>
      <title>Safe mode in Windows 8</title>
      <dc:creator>Pritesh Usadadiya</dc:creator>
      <pubDate>Sun, 10 Mar 2019 13:01:17 +0000</pubDate>
      <link>https://dev.to/priteshusadadiya/safe-mode-in-windows-8--4a9b</link>
      <guid>https://dev.to/priteshusadadiya/safe-mode-in-windows-8--4a9b</guid>
      <description>&lt;p&gt;So, i forgot my system password. Stupid me 😬. I have 2 systems and 3 vpn connections. Generally i remember my passwords well but today suddenly, out of nowhere i forgot which one is for which account ? &lt;/p&gt;

&lt;p&gt;Long story short, i wasted a good amount of time trying to reset it using windows repair module. (first time i ever did that)&lt;/p&gt;

&lt;p&gt;tried &lt;code&gt;F8&lt;/code&gt; , &lt;code&gt;Shift + F8&lt;/code&gt;, &lt;code&gt;F5&lt;/code&gt; nothing worked. :(&lt;/p&gt;

&lt;p&gt;Went to couple of forums and figured that there is no direct way to open windows machine in safe mode. you will have to first run some commands (in CMD) and then system will restart in safe mode.&lt;/p&gt;

&lt;p&gt;So, i started the System recovery options and somehow reached to CMD.&lt;/p&gt;

&lt;p&gt;Here is a command that needs to be run there,&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;bcdedit /set {default} safeboot minimal

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

&lt;/div&gt;



&lt;p&gt;This sets boot manager to run in safe mode by default. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Once this is set your system will run with safe mode by default and if you wish to reset it (i mean to run as normal) you will have to delete above entry with this command.&lt;/strong&gt; (Note: Unless you delete above entry, system will run in safe mode only)&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;bcdedit /deletevalue {default} safeboot

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

&lt;/div&gt;



&lt;h1&gt;
  
  
  So, how did i recover/reset my password you may ask ? 😌
&lt;/h1&gt;

&lt;p&gt;Well, i tried with different combinations and finally remembered it 😂😂 (Wonder how that happens ? )&lt;/p&gt;

&lt;p&gt;Wasted entire Sunday, But still i guess, i learned something. :)&lt;/p&gt;

&lt;p&gt;Cheers, &lt;br&gt;
Pritesh&lt;/p&gt;

</description>
      <category>windows</category>
      <category>safemode</category>
      <category>errors</category>
      <category>cmd</category>
    </item>
    <item>
      <title>What are some Browser plugins that you can't live without ?</title>
      <dc:creator>Pritesh Usadadiya</dc:creator>
      <pubDate>Fri, 22 Feb 2019 09:27:50 +0000</pubDate>
      <link>https://dev.to/priteshusadadiya/browser-plugins-that-you-cant-live-without-27l8</link>
      <guid>https://dev.to/priteshusadadiya/browser-plugins-that-you-cant-live-without-27l8</guid>
      <description>&lt;p&gt;We all need toolkit that makes our jobs a little bit easier. As a QE there are several chrome extensions that i use everyday that boosts my productivity and reduces chunk of extra workload Here are all of them&lt;/p&gt;

&lt;p&gt;&lt;a href="https://chrome.google.com/webstore/detail/blazemeter-the-continuous/mbopgmdnpcbohhpnfglgohlbhfongabi?hl=en"&gt;BlazeMeter | The Continuous Testing Platform&lt;br&gt;
&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Blazemeter plugin is easiest way to record your performance script in jmeter&lt;/p&gt;

&lt;p&gt;&lt;a href="https://chrome.google.com/webstore/detail/bug-magnet/efhedldbjahpgjcneebmbolkalbhckfi?hl=en"&gt;Bug Magnet&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;this is a handy tool for doing exploratory testing. it's &lt;a href="https://github.com/gojko/bugmagnet"&gt;opensorce&lt;/a&gt; and provides you with range of test data to check edge cases of your app.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://chrome.google.com/webstore/detail/check-my-links/ojkcdipcgfaekbeaelaapakgnjflfglf?hl=en"&gt;Check My Links&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;its a  link checker that crawls through your webpage and looks for broken links.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://chrome.google.com/webstore/detail/exploratory-testing-chrom/khigmghadjljgjpamimgjjmpmlbgmekj?hl=en"&gt;Exploratory Testing Chrome Extension&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;another must have plugin for Exploratory Testing. you can gp page by page take a screenshot and write bugs, ideas, notes etc.. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://chrome.google.com/webstore/detail/note-anywhere/bohahkiiknkelflnjjlipnaeapefmjbh?hl=en"&gt;Note Anywhere&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;How many time you have browse through a article had some thoughts and forgot after some time. Well no more.&lt;/p&gt;

&lt;p&gt;with this extension, you can create notes on any web page and when you open that page again, the notes will get loaded automatically.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://chrome.google.com/webstore/detail/page-load-time/fploionmjgeclbkemipmkogoaohcdbig?hl=en"&gt;Page load time&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Quickly need to check the loading time for your webpage ? there is a extension for it.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://chrome.google.com/webstore/detail/screencastify-screen-vide/mmeijimgabbpbgpdklnllpncmdofkcpn?hl=en"&gt;Screencastify - Screen Video Recorder&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I use this plugin to record product workflows, bugs etc...&lt;/p&gt;

&lt;p&gt;In Free tire it gives you 50 recordings per month with max 10 min. recording per session. you can download saved videos from Google drive or export it as gifs.&lt;/p&gt;

&lt;p&gt;i have been using it for some time and never needed to upgrade to paid plan.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://chrome.google.com/webstore/detail/whatfont/jabopobgcpjmedljpbcaablpmlmfcogm?hl=en"&gt;WhatFont&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;easiest way to find what kind of font is being used on any portion of webpage without going into the details of devtools.&lt;/p&gt;

&lt;p&gt;And of course our all time favorite&lt;/p&gt;

&lt;p&gt;&lt;a href="https://developers.google.com/web/tools/chrome-devtools/"&gt;Chrome DevTools&lt;/a&gt;  &lt;/p&gt;




&lt;p&gt;So, What are plugins / extensions that you use which has become integrated part of your work ?&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>productivity</category>
      <category>devhelpers</category>
    </item>
    <item>
      <title>Noobs introduction to Cloud and Virtual Machine</title>
      <dc:creator>Pritesh Usadadiya</dc:creator>
      <pubDate>Mon, 18 Feb 2019 12:39:08 +0000</pubDate>
      <link>https://dev.to/priteshusadadiya/noobs-introduction-to-cloud-and-virtual-machine-3cci</link>
      <guid>https://dev.to/priteshusadadiya/noobs-introduction-to-cloud-and-virtual-machine-3cci</guid>
      <description>&lt;center&gt;&lt;sup&gt;[Image source](https://pixabay.com/en/cloud-computer-backup-technology-3998880/) by [katielwhite91](https://pixabay.com/en/users/katielwhite91-5572368/)&lt;/sup&gt;&lt;/center&gt;

&lt;p&gt;I have seen lots of beginners getting confused by terms cloud and VM, but most importantly why do we need them in first place? so, here the simplest way to understand what Cloud and VM term means with some usecases.&lt;/p&gt;

&lt;h2&gt;
  
  
  Cloud
&lt;/h2&gt;

&lt;p&gt;Reach of internet is ever expanding and with that every day new users are getting added and connected to rest of the the world.&lt;/p&gt;

&lt;p&gt;Concept of cloud computing has came from the same need. To increase the processing power of your applications so that it can reach to the end user in every corner of the world easily.&lt;/p&gt;

&lt;p&gt;No matter if you are a developer , Business owner , engineer or independent blogger. As your user base increases you will need to bring more reliable and effective system to handle this ever growing traffic and provide smooth and fast access to your product.&lt;/p&gt;

&lt;h3&gt;
  
  
  So where does the cloud computers fit into this ?
&lt;/h3&gt;

&lt;p&gt;As you might probably know that everything that exists on internet is stored on variety of devices known as the Servers.&lt;/p&gt;

&lt;p&gt;Now when you want to launch a digital product no matter how big or small you will need to put it on the highly reliable servers for better performance.&lt;/p&gt;

&lt;h4&gt;
  
  
  Lets take a example of jack
&lt;/h4&gt;

&lt;p&gt;Jack runs a person blog where he talks abut the investment In stock market. He runs this blog on his own server.&lt;/p&gt;

&lt;p&gt;He has just started this new blog and the number of visitors on his blog are limited to 50 to 500. In this particular case jack’s own server is more that enough to handle that load. he is doing perfectly fine.&lt;/p&gt;

&lt;p&gt;After couple months his visitor count gets increased from 1000 to 10000 per day and now his server are getting exhausted because of the increased traffic , so jack decides to increase his hardware (Hard disk , Ram , Processor) and he buys new stuff and upgrades his server.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;After several months guess what happens ?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;yup , you guessed it right . visitors count of the blog has gone way up and Jack is in trouble(again).&lt;/p&gt;

&lt;h4&gt;
  
  
  Do you see the problem here ? here are couple of them.
&lt;/h4&gt;

&lt;ol&gt;
&lt;li&gt;Jack will have to buy more stuff and upgrade his server manually every few months.&lt;/li&gt;
&lt;li&gt;Computer Hardware is not chip. He will need considerable amount of funds.&lt;/li&gt;
&lt;li&gt;Jack will have to take care of the server on his own. you know the regular clean up , software updates , Maintenance etc..&lt;/li&gt;
&lt;li&gt;Point 3 is hard job because it takes up a lot of time so jack will have to manage between blogging and maintaining his servers.&lt;/li&gt;
&lt;li&gt;At some point if jack decided to sell/close his blog then what will he do with all the servers that he has setup manually ? do he sell it ? Keep with him in-case in future he decides to restart his blogging ?&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Now Jack can do all the above by himself or let some one else do it. And by doing so he will save much of this otherwise wasted resources and time.&lt;/p&gt;

&lt;h4&gt;
  
  
  Better option for Jack is to turn to Cloud Computing
&lt;/h4&gt;

&lt;p&gt;So let’s see how cloud computing will save jack.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Cloud computing is an information technology (IT) paradigm that enables ubiquitous access to shared pools of configurable system resources and higher-level services that can be rapidly provisioned with minimal management effort, often over the Internet. Cloud computing relies on sharing of resources to achieve coherence and economies of scale, similar to a public utility. — Wikipedia&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  In other words “You pay for what you use”
&lt;/h2&gt;

&lt;p&gt;With cloud computing jack will be able to add or remove the resources like hard disks , processors , ram etc.. as per his need. And this resources will exists with the cloud service providers so that he will be able to carry on with his work with less management effort and will be able to more focus on his product.&lt;/p&gt;

&lt;h3&gt;
  
  
  Do you know who are these service provides ?
&lt;/h3&gt;

&lt;p&gt;Many companies in the industry are specialized in the cloud computing like Amazon , Microsoft , Google , Alibaba etc…&lt;/p&gt;

&lt;p&gt;You can buy the server space with this service providers and they will take care of the rest. Your basic needs are taken care of and you are free to focus just on your product. and if need arises to increase your hardware.. Well then you are just few clicks away..&lt;/p&gt;

&lt;h2&gt;
  
  
  Virtual Machine
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Do you know what Virtual Machine is ?
&lt;/h3&gt;

&lt;p&gt;In Layman’s terms VM is a emulation of the computer. Lets see a example to understand what does it mean ?&lt;/p&gt;

&lt;p&gt;Suppose you are using a Windows Machine right now and suddenly you need a Ubuntu OS on your system. now what will you do ? Would you remove windows and install Ubuntu ? or buy a new system and install it there ?&lt;/p&gt;

&lt;p&gt;Simple answer is &lt;strong&gt;NO&lt;/strong&gt; for both option.&lt;/p&gt;

&lt;p&gt;What you will do is that you will install a software like &lt;strong&gt;virtual box&lt;/strong&gt; that allows you to run more than one operating system at a time and once software is installed you can install and use Ubuntu in that environment without compromising your current system architecture.&lt;/p&gt;

&lt;p&gt;This environment is called &lt;strong&gt;&lt;strong&gt;virtual Machine&lt;/strong&gt;&lt;/strong&gt; .&lt;/p&gt;




&lt;p&gt;Hope this will help in better understanding of cloud and vm&lt;/p&gt;

&lt;p&gt;Thanks for reading.&lt;/p&gt;

&lt;p&gt;&lt;sup&gt;This is a small portion of &lt;a href="https://medium.com/@priteshusdadiya/advancing-the-future-of-cloud-computing-with-crowd-machine-72d9f324239d"&gt;article&lt;/a&gt; i published a long time ago&lt;/sup&gt;&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>cloud</category>
      <category>webdev</category>
    </item>
    <item>
      <title>How to create Blog and Portfolio with Hugo : From A-to-Z</title>
      <dc:creator>Pritesh Usadadiya</dc:creator>
      <pubDate>Wed, 13 Feb 2019 15:51:51 +0000</pubDate>
      <link>https://dev.to/priteshusadadiya/how-to-create-blog-and-portfolio-with-hugo--from-a-to-z-25jl</link>
      <guid>https://dev.to/priteshusadadiya/how-to-create-blog-and-portfolio-with-hugo--from-a-to-z-25jl</guid>
      <description>&lt;p&gt;It has been long time since i wanted to start a blog and host it with my own Custom domain.Truth to be told , I am a lazy blogger - I only write occasionally. &lt;/p&gt;

&lt;p&gt;Originally I wanted to setup my blog on Wordpress but configuring and hosting a blog on VPS server (no mater how cheap) , requires regular maintenance on monthly basis.&lt;/p&gt;

&lt;p&gt;Add that with Keeping server up-to-date to avoid any risks, backups etc... just seems extra work that i really don't want to do.&lt;/p&gt;

&lt;p&gt;Other option was host a blog on Blogger and redirect to custom domain. which again didn't seem right because external dependency on Google.(They can remove your blog without any warning if they feel like it. Doesn't matter if they actually do or don't, but they can)&lt;/p&gt;

&lt;p&gt;Now being from Technical background and my curiosity to learn , I turned to Static site generators. I have heard some great thing about &lt;a href="https://gohugo.io/" rel="noopener noreferrer"&gt;Hugo&lt;/a&gt; so thought why not give it a try. &lt;/p&gt;

&lt;p&gt;Hogo is a great choice as it has Github pages support and i can host entire thing for free with Github.&lt;/p&gt;

&lt;h2&gt;
  
  
  Setting up Hugo server locally.
&lt;/h2&gt;




&lt;h4&gt;
  
  
  Installing Hugo
&lt;/h4&gt;

&lt;p&gt;There is entire section dedicated to installation for different environment &lt;a href="https://gohugo.io/getting-started/installing/" rel="noopener noreferrer"&gt;detailed instructions&lt;/a&gt; .&lt;/p&gt;

&lt;h4&gt;
  
  
  Selecting Theme
&lt;/h4&gt;

&lt;p&gt;after browsing some themes (and there are too many themes) i decided to go with &lt;a href="https://github.com/mattbutton/silhouette-hugo" rel="noopener noreferrer"&gt;silhouette-hugo&lt;/a&gt;.&lt;/p&gt;

&lt;h4&gt;
  
  
  Creating a new project template and forking a theme.
&lt;/h4&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;hugo new site &amp;lt;SITENAME&amp;gt;
cd &amp;lt;SITENAME&amp;gt;/themes
git clone https://github.com/mattbutton/silhouette-hugo.git
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h4&gt;
  
  
  Adding the theme to project's config file.
&lt;/h4&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;cd..
echo 'theme = "silhouette-hugo"' &amp;gt;&amp;gt; config.toml
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h4&gt;
  
  
  Starting the Hugo server locally
&lt;/h4&gt;



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

&lt;/div&gt;



&lt;p&gt;Once the Hugo is started ,site can be previewed on &lt;code&gt;http://localhost:1313&lt;/code&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  Changing the site data
&lt;/h4&gt;

&lt;p&gt;Go to config.toml file of your project's main directory and from there you can change your sites configuration data like baseurl , title of site , social links etc... &lt;/p&gt;

&lt;h2&gt;
  
  
  Using some CSS to slightly change look and feel of theme.
&lt;/h2&gt;

&lt;p&gt;Navigate to /themes/silhouette-hugo/assets/css&lt;/p&gt;

&lt;p&gt;Here resides the styles.css file. you can change the style of the theme by editing this file.&lt;/p&gt;

&lt;h4&gt;
  
  
  &lt;code&gt;From this&lt;/code&gt;
&lt;/h4&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fraw.githubusercontent.com%2Fmattbutton%2Fsilhouette-hugo%2Fmaster%2Fgithub-content%2Fscreenshot-home.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fraw.githubusercontent.com%2Fmattbutton%2Fsilhouette-hugo%2Fmaster%2Fgithub-content%2Fscreenshot-home.jpg" alt="screenshot-home.jpg"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  &lt;code&gt;To this&lt;/code&gt;
&lt;/h4&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fthepracticaldev.s3.amazonaws.com%2Fi%2F6q17msggnil8p8iixemv.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fthepracticaldev.s3.amazonaws.com%2Fi%2F6q17msggnil8p8iixemv.png" alt="all.png"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;I made a stupid mistake by editing the original theme and adding my own css with this. &lt;/p&gt;
&lt;/blockquote&gt;

&lt;h3&gt;
  
  
  Learn from my mistake and make a note of this , never ever ever edit the original files when you are using third part library/theme. Instead create your own new file and reference it.
&lt;/h3&gt;

&lt;p&gt;[ One of the thing i love most about hugo is the instant changes in html page without any refresh. You could see the data changes in website as soon as you change/add css property.]&lt;/p&gt;



&lt;p&gt;As Sites created with HUGO will be static site and Github provides a free hosting for static website, we are going to use &lt;a href="https://help.github.com/articles/what-is-github-pages/" rel="noopener noreferrer"&gt;Github Pages&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Create a Github Repository and Clone it on your Local Machine
&lt;/h2&gt;

&lt;p&gt;First thing we need to do is to Create 2 Project repositories on GitHub. Name your first repository with exact name as your website directory &lt;code&gt;YourProjectNanme&lt;/code&gt; (Project that you created in your local machine) and for the second one,name it as &lt;strong&gt;&amp;lt;YourUserName&amp;gt;.github.io&lt;/strong&gt;. This repository will contain static content created with Hugo.&lt;/p&gt;

&lt;p&gt;Now, pull those repos to your local machine&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;cd &amp;lt;YourProjectNanme&amp;gt;
git clone https://github.com/YOUR-USERNAME/YOUR-REPOSITORY.git
cd YourUserName.github.io
git clone https://github.com/YOUR-USERNAME/YourUserName.github.io.git
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Initialize your &lt;code&gt;&amp;lt;YourProjectNanme&amp;gt;&lt;/code&gt; folder with below Command&lt;br&gt;
&lt;/p&gt;

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

&lt;/div&gt;



&lt;p&gt;And repo remotely with &lt;code&gt;remote&lt;/code&gt; and &lt;code&gt;add&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;git remote add origin https://github.com/YOUR-USERNAME/YourProjectName.git
git pull origin master
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;





&lt;h2&gt;
  
  
  Edit Config File
&lt;/h2&gt;

&lt;p&gt;Before we commit our changes we need to edit &lt;code&gt;config.toml&lt;/code&gt; (Located in Root Directory of your Project 'YourProjectName') and change Base URL.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;baseurl = "https://YourUserName.github.io" // Change YourUserName with your GIthub Username 
--- OR ---
baseurl = "https://MySpecialDomainName.com" // Custom Domain Name 
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;





&lt;h2&gt;
  
  
  Generate static content
&lt;/h2&gt;

&lt;p&gt;Now lets generate static content with Hugo&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;hugo -d ../YourUserName.github.io
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;And now Push our Hugo Code to github repository&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;cd YourProjectName
git add .
git commit -m "your message"
git push origin master
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;And Push Static content to github&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;cd YourUserName.github.io
git add .
git commit -m "your message"
git push origin master
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;





&lt;h1&gt;
  
  
  Configuring Custom Domain
&lt;/h1&gt;

&lt;p&gt;In order to use custom domain with our gitthub pages, we will have to configure &lt;code&gt;A&lt;/code&gt; records for our domain (you can do this wil help of DNS Provider)&lt;/p&gt;

&lt;p&gt;Add below IP address as a  &lt;code&gt;A&lt;/code&gt; records on your domain.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;185.199.108.153
185.199.109.153
185.199.110.153
185.199.111.153
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;There are two way to add custom domain to our project.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Create a CNAME file in our root directory of the project&lt;/li&gt;
&lt;li&gt;Use &lt;code&gt;Settings&lt;/code&gt; option from github project repo and add a custom domain.&lt;/li&gt;
&lt;/ol&gt;

&lt;h5&gt;
  
  
  We are going with option 2
&lt;/h5&gt;

&lt;p&gt;Open your github project repo &lt;strong&gt;YourUserName.github.io&lt;/strong&gt; and navigate to settings page.Scroll down untill you see &lt;strong&gt;GitHub Pages&lt;/strong&gt; section and there will be a option to add custom domain there.&lt;/p&gt;

&lt;p&gt;Add your custom domain and click on save button.There is a also another check box &lt;code&gt;Enforce HTTPS&lt;/code&gt;. check it (It will provide a layer of encryption and your site will be viewed over &lt;code&gt;HTTPS&lt;/code&gt;).&lt;/p&gt;

&lt;p&gt;If you are using a &lt;code&gt;www&lt;/code&gt; sub-domain, there are chances that you might not be able to check the &lt;code&gt;Enforce HTTPS&lt;/code&gt; check-box.&lt;br&gt;
I was also receiving a &lt;a href="https://dev.to/priteshusadadiya/privacy-error-with-custom-domain-in-and-github-pages-2ll2"&gt;Privacy error with custom domain&lt;/a&gt; and i solved it by changing a DNS record.&lt;/p&gt;

&lt;p&gt;I had added the CNAME record (you can add this using DNS Provider)&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;www CNAME priteshusadadiya.com
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Problem with above is that I was redirecting my &lt;code&gt;www&lt;/code&gt; sub-domain to my apex(main) domain.&lt;/p&gt;

&lt;p&gt;I Solved this issue by changing my CNAME record to&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;www CNAME YourUserName.github.io // add your github.io url here
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;





&lt;h4&gt;
  
  
  It takes around 48 hours for Github to generate HTTPS certificate on custom domain so, you might want to wait for it.
&lt;/h4&gt;

&lt;h3&gt;
  
  
  The End
&lt;/h3&gt;

&lt;h5&gt;
  
  
  A Note:
&lt;/h5&gt;

&lt;p&gt;I am documenting this entire process just in case i might need it in future. Maybe this can be useful to you too.&lt;/p&gt;

&lt;p&gt;Happy Coding.&lt;/p&gt;

&lt;p&gt;&lt;sup&gt;Originally published on my &lt;a href="https://www.priteshusadadiya.com/" rel="noopener noreferrer"&gt;own&lt;/a&gt; blog.&lt;/sup&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.priteshusadadiya.com/post/creatingablog/" rel="noopener noreferrer"&gt;Creating a blog with Hugo static site Generator&lt;br&gt;
&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.priteshusadadiya.com/post/hosting-on-github-custom-domain/" rel="noopener noreferrer"&gt;Hosting Hugo site on Github Pages with Custom Domain&lt;br&gt;
&lt;/a&gt;&lt;br&gt;
&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>beginners</category>
      <category>hugo</category>
    </item>
    <item>
      <title>Feedback on Portfolio</title>
      <dc:creator>Pritesh Usadadiya</dc:creator>
      <pubDate>Mon, 11 Feb 2019 16:35:56 +0000</pubDate>
      <link>https://dev.to/priteshusadadiya/creating-blog-with-hugo-59kn</link>
      <guid>https://dev.to/priteshusadadiya/creating-blog-with-hugo-59kn</guid>
      <description>&lt;p&gt;Hi, I Just finished creating my personal website &lt;a href="https://www.priteshusadadiya.com"&gt;https://www.priteshusadadiya.com&lt;/a&gt; using hugo.&lt;/p&gt;

&lt;p&gt;This was the first time hands on experience with static site generators (Found Hugo to be awesome for this) and have no idea as to how developers present their work via website / blog.&lt;/p&gt;

&lt;p&gt;Project is hosted on Github pages and pointed to custom domain.&lt;/p&gt;

&lt;p&gt;Being form Testing word, i don't have any development projects. But i am Hoping to start some soon. &lt;/p&gt;

&lt;p&gt;I would love get any review / feedback on this by community.If you have a moment can you have a look at it, &lt;a href="https://www.priteshusadadiya.com"&gt;https://www.priteshusadadiya.com&lt;/a&gt; , and let me know what you think ?&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>feedback</category>
      <category>portfolio</category>
      <category>help</category>
    </item>
    <item>
      <title>SOLVED : Privacy error with custom domain and github pages</title>
      <dc:creator>Pritesh Usadadiya</dc:creator>
      <pubDate>Sun, 10 Feb 2019 13:22:29 +0000</pubDate>
      <link>https://dev.to/priteshusadadiya/privacy-error-with-custom-domain-in-and-github-pages-2ll2</link>
      <guid>https://dev.to/priteshusadadiya/privacy-error-with-custom-domain-in-and-github-pages-2ll2</guid>
      <description>&lt;p&gt;Hi everyone,&lt;/p&gt;

&lt;p&gt;I'm trying to host &lt;a href="https://github.com/priteshusadadiya/priteshusadadiya.github.io"&gt;my hugo website on github&lt;/a&gt; with the custom subdomain &lt;a href="https://www.priteshusadadiya.com"&gt;https://www.priteshusadadiya.com&lt;/a&gt; results in&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Your connection is not private&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;When i remove https from url then it results in a website without bootstrap styling.&lt;/p&gt;

&lt;p&gt;I followed &lt;a href="https://help.github.com/articles/troubleshooting-custom-domains/#https-errors"&gt;github's troubleshooting&lt;/a&gt; guide but no luck. &lt;/p&gt;

&lt;p&gt;Here is DNS &lt;strong&gt;A&lt;/strong&gt; records.&lt;/p&gt;

&lt;p&gt;185.199.108.153&lt;br&gt;
185.199.109.153&lt;br&gt;
185.199.110.153&lt;br&gt;
185.199.111.153&lt;/p&gt;

&lt;p&gt;I have also added one CNAME record&lt;/p&gt;

&lt;p&gt;www CNAME   priteshusadadiya.com&lt;/p&gt;

&lt;p&gt;I have also tried removing and re-adding my custom domain to the repository, still no luck.&lt;/p&gt;

&lt;p&gt;Repo : &lt;a href="https://github.com/priteshusadadiya/priteshusadadiya.github.io"&gt;https://github.com/priteshusadadiya/priteshusadadiya.github.io&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;Tried searching for solution on stackoverflow and github issues but coudn't find any. Can anyone please help me debug this ?&lt;/p&gt;

&lt;p&gt;Thanks,&lt;br&gt;
Pritesh&lt;/p&gt;


&lt;h2&gt;
  
  
  Update
&lt;/h2&gt;

&lt;p&gt;Finally figured it out what was wrong with my DNS Configuration ?&lt;/p&gt;

&lt;p&gt;The problem was that i had created a sub-domain &lt;code&gt;WWW&lt;/code&gt; which was pointing to the apex (Main) domain priteshusadadiya.com&lt;br&gt;
&lt;/p&gt;

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

www CNAME   priteshusadadiya.com

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

&lt;/div&gt;



&lt;p&gt;All i had to do is make it point to the &lt;code&gt;priteshusadadiya.github.io&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;CNAME record

www CNAME   priteshusadadiya.github.io

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

&lt;/div&gt;



&lt;p&gt;and it worked. 🙌&lt;/p&gt;

</description>
      <category>help</category>
      <category>hugo</category>
      <category>solved</category>
      <category>showdev</category>
    </item>
    <item>
      <title>Quick Share : Web Framework Benchmarks</title>
      <dc:creator>Pritesh Usadadiya</dc:creator>
      <pubDate>Tue, 05 Feb 2019 12:34:03 +0000</pubDate>
      <link>https://dev.to/priteshusadadiya/quick-share--web-framework-benchmarks-364h</link>
      <guid>https://dev.to/priteshusadadiya/quick-share--web-framework-benchmarks-364h</guid>
      <description>&lt;p&gt;I stumbled upon a very interesting study of measuring the performance of various frameworks.&lt;/p&gt;

&lt;p&gt;Amount of data gathered on various frameworks running with different configurations is astonishing. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.techempower.com/benchmarks/#section=data-r17&amp;amp;hw=ph&amp;amp;test=fortune&amp;amp;l=y44ozj-1" rel="noopener noreferrer"&gt;https://www.techempower.com/benchmarks/#section=data-r17&amp;amp;hw=ph&amp;amp;test=fortune&amp;amp;l=y44ozj-1&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fthepracticaldev.s3.amazonaws.com%2Fi%2F3e6g04q9sh6ko8f5dv4u.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fthepracticaldev.s3.amazonaws.com%2Fi%2F3e6g04q9sh6ko8f5dv4u.PNG" alt="3e6g04q9sh6ko8f5dv4u.PNG"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I understand some but most of things are going around my head 😌 ⛟. It would be very useful to me and the community if anyone 😇 can shed more light into this..&lt;/p&gt;

&lt;p&gt;Cheers 🙏&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>performance</category>
      <category>benchmarks</category>
      <category>webframeworks</category>
    </item>
    <item>
      <title>Your personal Google+ account is going away on April 2, 2019</title>
      <dc:creator>Pritesh Usadadiya</dc:creator>
      <pubDate>Mon, 04 Feb 2019 09:50:04 +0000</pubDate>
      <link>https://dev.to/priteshusadadiya/your-personal-google-account-is-going-away-on-april-2-2019-7j8</link>
      <guid>https://dev.to/priteshusadadiya/your-personal-google-account-is-going-away-on-april-2-2019-7j8</guid>
      <description>&lt;p&gt;just got this mail saying , Google+ will shut down for consumers in April 2019 due to low usage and challenges involved in maintaining a successful product that meets consumers' expectations.&lt;/p&gt;

&lt;h3&gt;
  
  
  Seems Google has finally called in Quit after trying to keep it afloat for a while.
&lt;/h3&gt;

&lt;p&gt;i barely use Google + for social engagement.So , don't have much to do with it. But if you are a active user then i guess it's time to backup your data.&lt;/p&gt;

&lt;p&gt;Also , for Developers &lt;a href="https://developers.google.com/+/api-shutdown"&gt;Google+ API&lt;/a&gt; is also getting Shutdown so , if you are using any api service like  &lt;strong&gt;&lt;em&gt;Google+ Sign-in&lt;/em&gt;&lt;/strong&gt; , it's time to find alternate soluction.&lt;/p&gt;




&lt;p&gt;I like to ask , have anyone here uses &lt;strong&gt;Google +&lt;/strong&gt; or  &lt;strong&gt;&lt;em&gt;Google+ API&lt;/em&gt;&lt;/strong&gt; ? If yes then what are you use it for ? and now it's going away , which solution you will turn to ?&lt;/p&gt;

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