[Trick] How To Access Your GitHub Home/Feed of Your GitHub Account As A RSS Feed?
![[Trick] How To Access Your GitHub Home/Feed of Your GitHub Account As A RSS Feed?](/_next/image?url=https%3A%2F%2Fcdn.hashnode.com%2Fres%2Fhashnode%2Fimage%2Fupload%2Fv1611915255854%2F7lX1wXbPm.png&w=3840&q=75)
I am Developer from Kashmir
Search for a command to run...
![[Trick] How To Access Your GitHub Home/Feed of Your GitHub Account As A RSS Feed?](/_next/image?url=https%3A%2F%2Fcdn.hashnode.com%2Fres%2Fhashnode%2Fimage%2Fupload%2Fv1611915255854%2F7lX1wXbPm.png&w=3840&q=75)
I am Developer from Kashmir
No comments yet. Be the first to comment.
As a regular user of WhatsApp, I've encountered my fair share of frustrations with its updates and status feature. From constant notifications to intrusive status updates, it seemed like I couldn't catch a break. On top of that, the temptation to res...

Speedtest.net is a popular online service that lets you test the speed and performance of your internet connection. It's been on my mind for a while to see if these speed tests are accurate! I even considered creating my own speed test app for a proj...
As a software developer, one of the most important decisions you will make when starting a new project is the choice of programming language. There are many factors to consider when making this choice, such as the popularity of the language, the size...

Yes, you heard it right! You can learn AJAX in 5 mins provided you have little concept of JavaScript and jQuery. The method I am sharing with you right now will probably boot your AJAX skills. Just for the record: AJAX is a developer’s dream because ...

With lots of programming language out there everyone here is getting confused about what to follow and what not to. All programming languages having their own limitations and their own pros and cons. At the beginning of this article, I will say tha...

Gif source: Tennor
You can access your GitHub home/feed of your GitHub account as an RSS feed?
https://github. com/<your_username>.private.atom?token=<token>
<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/" xml:lang="en-US">
<id>tag:github.com,2008:/hotheadhacker</id>
<link type="text/html" rel="alternate" href="https://github.com/(user_name)"/>
<link type="application/atom+xml" rel="self" href="https://github.com/(user_name).private.atom?token=(some token)"/>
<title>Private Feed for (User_name)</title>
<updated>2021-01-24T14:12:40Z</updated>
<entry>
<id>tag:github.com,2008:WatchEvent/14927097760</id>
<published>2021-01-24T14:12:40Z</published>
<updated>2021-01-24T14:12:40Z</updated>
Did you knew about this? Tell us write in replies!