Best of GitHubAugust 2021

  1. 1
    Article
    Avatar of hashnodeHashnode·5y

    7 Trending projects on GitHub for JavaScript developers

    Web Development for Beginners is a 12-week, 24-lesson curriculum all about JavaScript, CSS, and HTML basics. D3 is a JavaScript library for visualizing data using web standards. Mammoth is designed to convert .docx documents, such as those created by Microsoft Word, Google Docs, and LibreOffice, and convert them to HTML.

  2. 2
    Article
    Avatar of honeypotHoneypot·5y

    Best React Developer Tools 2021

    Europe's IT worker shortage is projected to grow, meaning job openings for React developers are on the up and up. It's always important to stay up to date with the latest in the world of React to be a competitive player in the job market. Let's talk about what React developer tools are being used in 2021 and why you should include them in your stack.

  3. 3
    Article
    Avatar of ghblogGitHub Blog·5y

    GitHub’s Engineering Team has moved to Codespaces

    GitHub is making Codespaces available to Team and Enterprise Cloud plans on GitHub.com. Codespaces provides software teams a faster, more collaborative development environment in the cloud. GitHub’s Engineering Team has moved to Codespaces. Adopting Codespaces has provided us with an opportunity to improve our overall development experience.

  4. 4
    Article
    Avatar of freecodecampfreeCodeCamp·5y

    How to Build a Portfolio Site with Next.js and TailwindCSS

    Manu Arora: How to Build a Portfolio Site with Next.js and Tailwind CSS. How to build a site with next.js, TailwindCSS and other tools to help you grow your business. Manu: The best way to grow a business is to have a portfolio of sites.

  5. 5
    Article
    Avatar of devtoDEV·5y

    20+ React Tools to Help You Become a More Productive Programmer

    Reactide is an integrated development environment (IDE) for web developers using React. Too much freedom with React can lead to a giant waste of time. Belle is a UI framework that was built because of the difficulties with creating a decent UI with React in a short period. Profiler gives a summary of re-rendering of your app.

  6. 6
    Article
    Avatar of rbloggersR-bloggers·5y

    Cheatsheet Updates

    This summer I worked as one of the education interns, working with Mine Çetinkaya-Rundel and Garrett Grolemund. Many RStudio cheatsheets have been updated or reworked based on recent package updates, and we’ve updated the cheatsheet contribution process as well.

  7. 7
    Article
    Avatar of newstackThe New Stack·5y

    GitHub Kisses Passwords Goodbye – The New Stack

    GitHub has blocked the use of account passwords when authenticating Git operations. Instead, Git now requires you to use two-factor authentication (2FA) factors. These factors can include personal access tokens; SSH keys, for developers; or OAuth or GitHub App installation tokens for integrators.

  8. 8
    Article
    Avatar of logrocketLogRocket·5y

    1 week with GitHub Copilot: Building an app using only Copilot

    GitHub Copilot is a tool developed by GitHub to autocomplete code with the help of OpenAI. Copilot generates smart code suggestions with context, such as docstrings, code comments, function names, or even file names. It then uses all this information to suggest code snippets that developers can easily accept by pressing the Tab key on a keyboard.

  9. 9
    Article
    Avatar of devtoDEV·5y

    🚀10 Trending projects on GitHub for web developers - 27th August 2021

    PWL is a community built around reading, discussing and learning more about academic computer science papers. This repository serves as a directory of some of the best papers the community can find. You can also discuss PWL events, the content in this repository, and/or anything related to PWL on our Slack, after signing-up to join it.

  10. 10
    Article
    Avatar of ghblogGitHub Blog·5y

    GitHub CLI 2.0 includes extensions!

    GitHub CLI 2.0 includes extensions, allowing anyone to make custom commands that build on the core functionality of the tool. Each extension is just a repository prefixed with gh- and you can easily define the extension. To learn more about creating extensions, check out the documentation and explore the repositories for the example extensions below.

  11. 11
    Article
    Avatar of smashingSmashing Magazine·5y

    How To Automate Documentation Workflow For Developers — Smashing Magazine

    Many teams struggle with writing documentation. This can lead to internal frustration when a team member tries to add a feature. Poor documentation also compromises a good customer experience. 90% of respondents admitted that they made their purchasing decisions based on the quality of a product’s documentation. How To Automate Documentation Workflow For Developers.

  12. 12
    Article
    Avatar of tdsTowards Data Science·5y

    Deploying a Web App Using Heroku, Google Cloud & GitHub

    Deploying a Web App Using Heroku, Google Cloud & GitHub allow users to interactively query data from Google Cloud without revealing your credentials. Follow these steps to integrate GitHub with Heroku. Create a virtual environment for this project, though I think google-cloud-bigQuery does clash with some python packages, so I had to create a new project.