Cool GitHub repositories – Telegram
Cool GitHub repositories
9.17K subscribers
11 photos
2 videos
725 links
Best GitHub repositories for developers

Handpicked open source projects, libraries, tools and automation repos.

Practical code and real world projects.
Join 👉 https://rebrand.ly/bigdatachannels

DMCA: @disclosure_bds
Contact: @mldatascientist
Download Telegram
Channel photo updated
Hands on ML notebook series

Updated our ultimate post with a series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in python using Scikit-Learn and TensorFlow.


GithubLink: https://bit.ly/3eiwAdH

Join @bigdataspecialist for more similar content.
👍2
A frequently updated list of free resources. This repository is a well organized compilation of material collected from many parts of the world. It includes books, podcasts, websites, developer tools… you name it. Definitively a “must” for people who are learning to code.

https://github.com/vhf/free-programming-books

Join @bigdataspecialist for more.
This repository contains a set of charts demonstrating different paths to take and technologies to adopt in order to become a front-end, back-end, or dev-ops engineer.

https://github.com/kamranahmedse/developer-roadmap
👍1
Knowing how to work with the command line is often neglected by developers, yet it helps to improve productivity and flexibility as an engineer. This repository contains useful notes and tips on using the command line when working on Linux.

https://github.com/jlevy/the-art-of-command-line
It is a well-known fact that Documentation is an important asset to any software project. Writing self-documented code is one thing, but presenting it in a meaningful way is another. The author has collected those online resources that are ‘beautiful’ in terms of structure, design, usability, styling, diagrams, etc — so anyone that looks for inspiration on how to design their own documentation will find it resourceful.

https://github.com/PharkMillups/beautiful-docs
Gitignore: A Collection of .gitignore Templates

GitHub stars: 111,000

This repository is exactly what the name suggests: a collection of useful .gitignore templates. For every new project you set up as a GitHub repository, it becomes mandatory to have a .gitignore file to filter what gets uploaded. The content of this file varies from project to project and language to language. The repo contains templates for almost any language or framework such as Rails, Python, Perl, Laravel, Java and many more. There even is a template for Fortran!

https://github.com/github/gitignore