1598242920
GitHub recently released a new feature that allows you to create a Readme profile, so you can now customize your GitHub profile page.
This feature is really nice. It makes your GitHub profile look more professional and content-rich. In the future, I expect GitHub to look like LinkedIn for developers.
I’ve seen a lot of plug-ins that people have made, like the GitHub stats card, programming language stats, and even games (e.g. this online chess game or even tic-tac-toe).
In this readme, the user has included a list of their recently published Medium articles. But it’s only available on their profile. To achieve the same results, I need to copy their code, which takes time.
That’s the original idea behind this plug-in. I created a separate repository with a customized function. I then made the function more generic so everyone can add their recently published Medium articles to their GitHub readme.
To use this plug-in, you only need to add this script to your GitHub readme:
So the format is:
https://github-readme-medium-recent-article.vercel.app/medium/<medium-username>/<article-index>
medium-username
: Your medium username/profilearticle-index
: Your recent article index (e.g. 0
means your latest article)The full steps can be seen in my repository. Also if you’ve found any issues, just open an issue or create a PR directly on that repository.
#software-development #open-source #medium #programming #github
1598242920
GitHub recently released a new feature that allows you to create a Readme profile, so you can now customize your GitHub profile page.
This feature is really nice. It makes your GitHub profile look more professional and content-rich. In the future, I expect GitHub to look like LinkedIn for developers.
I’ve seen a lot of plug-ins that people have made, like the GitHub stats card, programming language stats, and even games (e.g. this online chess game or even tic-tac-toe).
In this readme, the user has included a list of their recently published Medium articles. But it’s only available on their profile. To achieve the same results, I need to copy their code, which takes time.
That’s the original idea behind this plug-in. I created a separate repository with a customized function. I then made the function more generic so everyone can add their recently published Medium articles to their GitHub readme.
To use this plug-in, you only need to add this script to your GitHub readme:
So the format is:
https://github-readme-medium-recent-article.vercel.app/medium/<medium-username>/<article-index>
medium-username
: Your medium username/profilearticle-index
: Your recent article index (e.g. 0
means your latest article)The full steps can be seen in my repository. Also if you’ve found any issues, just open an issue or create a PR directly on that repository.
#software-development #open-source #medium #programming #github
1603861600
If you have project code hosted on GitHub, chances are you might be interested in checking some numbers and stats such as stars, commits and pull requests.
You might also want to compare some similar projects in terms of the above mentioned stats, for whatever reasons that interest you.
We have the right tool for you: the simple and easy-to-use little tool called GitHub Stats.
Let’s dive right in to what we can get out of it.
This interactive tool is really easy to use. Follow the three steps below and you’ll get what you want in real-time:
1. Head to the GitHub repo of the tool
2. Enter as many projects as you need to check on
3. Hit the Update button beside each metric
In this article we are going to compare three most popular machine learning projects for you.
#github #tools #github-statistics-react #github-stats-tool #compare-github-projects #github-projects #software-development #programming
1617699180
So you noticed that some GitHub accounts have statistics on their profile and wondered how they did it. In this article, you will learn how easy it is to create one for your own profile.
In late 2020, GitHub released a new feature which allows users to create a README file for their profiles. This file is quite useful especially in marketing yourself. You can put an introduction about yourself, your work, skills, experiences, and more.
Some people also put their GitHub statistics, which I will show you how to do in this article.
The statistics that will be shown will be an overview of your GitHub account. It shall display information such as total stars, forks, repository views, languages you used, and more.
A sample README.md for a GitHub user’s profile
Let’s begin by learning how to create a README file that shows up in your profile.
#readme #github-profile #github #statistics #profile-readme
1598603640
Github recently released profile README feature, which became a hit among developers. As it provides good place to showcase current projects and skills, many addons like
visitors-count
,github-stats
has been developed.I got tired of updating my github profile README again and again to get:
So I came up with an amazing tool to make this an easy experience. Github Profile README Generator tool provides a beautiful UI to create the same.
It lets you add the latest add-ons like visitors count, shields, dev icons, github stats, etc to your README in just one click.
Just fill the details like
Name
,Tagline
,Dev Platforms Username
,Current Work
,Portfolio, Blog
etc using minimal UI.🚀 Try the tool: https://rahuldkjain.github.io/gh-profile-readme-generato
Click on
Generate README
button after filling the form, to get your README in markdown. You can preview the README too.This project is developed using Gatsby and can be found on github
https://github.com/rahuldkjain/github-profile-readme-generator
Give it a try if it sounds interesting.
If you like the tool, show some love by leaving a star 🌟 on github repository at https://github.com/rahuldkjain/github-profile-readme-generator
#repositories-on-github #react #web-development #readme #markdown #github-hacks #github #latest-tech-stories
1603908900
Publishing a book or documentation online has never been easier than it is today.
Many services offer you incredible possibilities for publishing beautiful docs with custom domains. The only caveat is that often you need to pay for full features and probably need to use some web-based Markdown editor, which may complicate your life, rather than make it simpler.
The good news is that you don’t need to pay anything to publish visually appealing documentation online. You don’t even need to change your favorite Markdown editor or have a custom domain. All you need is a GitHub account, a text editor of your choice, and a command prompt. In this post, I will show you how to publish your book or documentation on GitHub Pages in less than ten minutes.
Gitbook is an open-source project that helps thousands of developers, researchers, and journalists build beautiful documentation that support sections, nesting, code rendering, as well as multiple formats.
While the main efforts of Gitbook developers are now focused on the Gitbook.com platform (which is not completely free), the legacy tool called
gitbook-cli
is still around and can be used to build static HTML files to render in a browser.
To install the tool, you need
npm
, so make sure that you install Node.js (npm
will install together) if you haven’t done so in the past.
Install
gitbook-cli.
#documentation #github-pages #gitbook #digital-publishing #gitlab #github #self-publishing #hackernoon-top-story