Best of GitHubDecember 2020

  1. 1
    Article
    Avatar of hashnodeHashnode·5y

    GitHub repositories to improve your programming skills

    Freely available programming books. Coding Interview University. The Node.js best practices list. Clean Code JavaScript concepts adapted for JavaScript. Free For Dev offerings that have free tiers of interest to devops and infradev. A list of awesome beginners-friendly projects.

  2. 2
    Article
    Avatar of hashnodeHashnode·5y

    🚀 Top 33 JavaScript Projects on GitHub (December 2020)

    GitHub snapshot of 33 most starred open-sourced JavaScript repositories on GitHub as of December 10th, 2020. 2020 is coming to its end, and we may do another snapshot. You may compare it to the snapshot from 2018. You can also query the GitHub to fetch the latest results.

  3. 3
    Article
    Avatar of hashnodeHashnode·5y

    5 Must-Haves for a Developer

    Every developer needs a text editor or IDE to write code with, right? And so far, VS Code is top-notch. Hashnode enables developers to create a blog mapped to their own domain for free. GitHub also serves as a storage for your code. Trello Management: Stay updated with new technologies with daily updates.

  4. 4
    Article
    Avatar of hnHacker News·5y

    GitHub Dark Mode is too Dark

    GitHub’s dark mode colors are darker than their counterparts in other apps. This can make it harder to read text. For something as important as code review, I’m using GitHub light mode. The red / green for code diffs looks super off to me.

  5. 5
    Article
    Avatar of css_tricksCSS-Tricks·5y

    Continuous Performance Analysis with Lighthouse CI and GitHub Actions

    Lighthouse is a free and open-source tool for assessing your website’s performance, accessibility, SEO, and more. The easiest way to use it is through the Chrome DevTools panel. In this article, we’ll go over how to set up Lighthouse CI and run it locally.

  6. 6
    Article
    Avatar of hashnodeHashnode·5y

    Make your GitHub Profile Stand Out with an Awesome Profile README!

  7. 7
    Article
    Avatar of tcTechCrunch·5y

    GitHub gets a dark mode

    GitHub Universe week brings a slew of updates. Companies can now become GitHub Sponsors and invest in open-source projects by paying developers directly. There is automatic merging of pull requests and discussions for all public repositories. GitHub is also making some updates to its continuous delivery features.

  8. 8
    Article
    Avatar of dailydaily.dev·5y

    7 GitHub Repositories To Help You Crush Your Job Interviews

    In tech, interviews are harder than the actual jobs. This is a joke, but it can be true in many cases. In this article, you will see 7 GitHub repositories that will help you ace the interviews. These repositories include information about:How the web works (DNS, HTTP, and many more subjects)Data Structures and AlgorithmsHow to design large-scale systems (System Design)Application Security (How To Secure Anything)JavaScript Al algorithms.

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

    Custom Styles in GitHub Readme Files

    GitHub Readme files are Markdown, and Markdown supports HTML. You can’t put <style> or <script> tags init. So you can't apply custom styles there. Or can you? You can use SVG as an <img src="./file.svg" alt="" /> (anywhere)