Best of GitHubMay 2022

  1. 1
    Article
    Avatar of phProduct Hunt·4y

    Beautify Github Profile - Create a beautiful and attractive github profile very easy

  2. 2
    Article
    Avatar of hashnodeHashnode·4y

    Don't lose your Github contributions when you leave an organization

    A Github profile for software engineers is like their resume or at least I treat it like one, hence it's important to keep it up-to-date, authentic and relevant. Having a consistent contributions graph on your Github profile helps you get noticed by possible future recruiters and in general, it shows your consistency.

  3. 3
    Article
    Avatar of ghblogGitHub Blog·4y

    Math support in Markdown

    From today, you can use the $ and $$ delimiters natively in Markdown on GitHub to insert math expressions. This content is then rendered using the highly popular MathJax library. Mathematical expressions are key to information sharing amongst engineers, scientists, data scientists and mathematicians.

  4. 4
    Article
    Avatar of pointerPointer·4y

    florinpop17/app-ideas: A Collection of application ideas which can be used to improve your coding skills.

    The App Ideas Collection is a list of ideas for developing apps. The list is broken down into three tiers based on the knowledge and experience required to complete them. Each project has the following features: A clear and descriptive objective; A list of User Stories which should be implemented (these stories act more as a guideline than a forced list of To-Do's . Feel free to add your own stories if you want) All the resources and links to help you find what you need to complete the project.Here you can watch a video about this repository.

  5. 5
    Article
    Avatar of hashnodeHashnode·4y

    The Top 12 Node.js Frameworks on GitHub️

    These are the top 12 Node.js frameworks on GitHub️ at the time of writing. I have no doubt that these numbers are going to increase but at least then you can see how much they have grown.Express.js is the most popular Node.JS backend framework.

  6. 6
    Article
    Avatar of hashnodeHashnode·4y

    7 Free Terminal Tools and Emulators to Boost Development Productivity

    The terminal has been around for decades and is an essential part of a developer's toolbox. I've noticed that there have been a ton of new tools and emulators popping up into the terminal ecosystem. It has been exciting to see that the terminal is still getting some love even after all these years. This list will contain the top terminal tools andEmulators ranging from battle-tested veterans to the new kids on the block.

  7. 7
    Article
    Avatar of hnHacker News·4y

    What are your Most Used Self Hosted Applications?

    Self Hosted author shares his most used self hosted applications. Nginx Proxy Manager is the backbone of his self hosted network. I use Filebrowser to quickly edit, view and move files. I like the idea of privately posting personal notes, photos, videos and project ideas on a micro-blog style platform.

  8. 8
    Article
    Avatar of changelogChangelog·4y

    Cveinnt/LiveTerm: 💻 Build terminal styled websites in minutes!

    LiveTerm is an easy-to-use terminal styled website template, powered by Next.js. Building a simple website with LiveTerm only takes minutes, and you only need to work with one file: config.json . You can find several pre-configured themes in themes.json , and you can replace the colors with the theme color you like!

  9. 9
    Article
    Avatar of css_tricksCSS-Tricks·4y

    Beautify GitHub Profile | CSS-Tricks

    Beautify is a tool that lets you create your own custom-made badges. The tool is available for iOS, Android, Windows, Mac and Linux. The site also has a number of other tools to make it easier for you to make your own. For more information on how to use the tool, visit the website.

  10. 10
    Article
    Avatar of hashnodeHashnode·4y

    Git And GitHub For Beginners

    Git and GitHub are very important tools for a developer and it doesn't matter at what stage of your career you are, you can learn them. In the first part we are going to learn what is Git and GitHub and how can we use them? And then in the second article i.e., Getting Started With Open Source (coming soon!), we will discuss what is open source and how you can contribute.

  11. 11
    Article
    Avatar of ghblogGitHub Blog·4y

    Improved REST API documentation

    We’re excited to announce some big improvements to our REST API documentation. We’ve moved to a three-column layout to improve the readability of our docs and make it easier to see parameters with example requests and responses grouped together. The example column on the right in the three- column layout is sticky to allow you to cross-reference the example values to the request body parameters.

  12. 12
    Article
    Avatar of tilThis is Learning·4y

    How to stay up-to-date

    Timdeschryver shares his tips on how to stay up-to-date with the JavaScript community. Follow Tim on Twitter at @tim_deschyver and subscribe to his newsletter at http://www.dailymail.co.uk/news/article-263876/Stay-up-to date with the JavaScript community.html.

  13. 13
    Article
    Avatar of ghblogGitHub Blog·4y

    How we’re using projects to build projects

    GitHub has added project planning to its toolkit. The tool has been used by the engineering team at GitHub.com. The team uses issues to track and manage pitches from the team. They also use the tool to test out new features and release new products.

  14. 14
    Article
    Avatar of hashnodeHashnode·4y

    Automate email sending using Github actions

    Github Actions is a Platform built by Github that gives developers the ability to create workflows to compile, build, test, and deploy code from their Github repository. It allows continuous integration into development by building pipelines to detect errors across all issues, commits, and pull requests and continuous deployment by deploying merged pull requests into production. Let's dive into its usage by automating email sending in Python.

  15. 15
    Article
    Avatar of devdojoDevDojo·4y

    Some Useful GitHub Repositories To Enhance Your Web3 Skills

    As the world is moving towards new technology, Web3 is the most trending of them. Developers are learning this new technology very fast, many companies are also shifting towards decentralized blockchain technology. To become a good web3 developer one need good skills related to tech, and for that, they will need practical knowledge of web3 technologies.

  16. 16
    Article
    Avatar of drDark Reading·4y

    GitHub to Developers: Turn on 2FA, or Lose Access

    GitHub will require two-factor authentication for all code contributors by 2023. The company says the move will impact 83 million developers. Only 16.5% of active GitHub users and 6.44% of npm users have enabled 2FA, the company says. The shift to mandatory 2FA will occur in phases.

  17. 17
    Article
    Avatar of infoworldInfoWorld·4y

    GitHub will require two-factor authentication for all coders

    GitHub is making a major push toward two-factor authentication (2FA) The move will impact 83 million developers, at last count. Only 16.5% of active GitHub users and 6.44% of NPM users use one or more forms of 2FA.

  18. 18
    Article
    Avatar of ghblogGitHub Blog·4y

    Supercharging GitHub Actions with Job Summaries

    GitHub Actions have added custom Markdown content to run summaries. Custom Markdown can be used for a variety of creative purposes. The same familiar functionality that powers pull requests, issues, and README files has come to GitHub Actions. We’ve also added a new helper utility to the @actions/core package.