Where to read Code? or Best practices to Learn Code?
- 
 I was told the best way to learn coding is to practice coding, and read ALOT OF CODE 
 well, I have no idea where to do that.
 So, Any ideas on places I could just sit and read code when I'm not learning code?
 I know if you pressF12on websites you can see the source code for that website, So I've been looking at that on websites, just scanning through them .But any other Ideas? 
- 
 You could probably read code until the end of time on github 
- 
 @bnrstnr said in Where to read Code?: You could probably read code until the end of time on github I was just going to say GitHub as well. 
- 
 is that open source ? 
 I've heard the name a few times but never really messed with it.
- 
 Here are some examples of software that is popular on ML: 
 https://github.com/vatesfr/xen-orchestra
 https://github.com/RocketChat/Rocket.Chat
 https://github.com/nextcloud
 https://github.com/snipe/snipe-it
 https://github.com/NodeBB/NodeBB
 https://github.com/pi-hole/pi-hole
 https://github.com/BookStackApp/BookStackand some user content: 
 https://github.com/Ylianst/MeshCentral
 https://github.com/Jarli01/xenorchestra_updater
 https://github.com/travisdh1/FedPiHSecDNS
 https://gitlab.com/scottalanmiller/nextcloud_fedora_installer
- 
 @bnrstnr said in Where to read Code?: Here are some examples of software that is popular on ML: 
 https://github.com/vatesfr/xen-orchestra
 https://github.com/RocketChat/Rocket.Chat
 https://github.com/nextcloud
 https://github.com/snipe/snipe-it
 https://github.com/NodeBB/NodeBB
 https://github.com/Ylianst/MeshCentralThank you 
- 
 @WrCombs said in Where to read Code?: is that open source ? 
 I've heard the name a few times but never really messed with it.GitHub is the place that a lot of open source projects use to store their code. 
- 
 @travisdh1 said in Where to read Code?: @WrCombs said in Where to read Code?: is that open source ? 
 I've heard the name a few times but never really messed with it.GitHub is the place that a lot of open source projects use to store their code. I believe @JaredBusch uses GitHub a lot, right? 
- 
 If you're looking at getting into programming, I'd highly recommend learning to use git (no prize for guessing where GitHub got it's name.) 
- 
 @WrCombs said in Where to read Code?: @travisdh1 said in Where to read Code?: @WrCombs said in Where to read Code?: is that open source ? 
 I've heard the name a few times but never really messed with it.GitHub is the place that a lot of open source projects use to store their code. I believe @JaredBusch uses GitHub a lot, right? Github and Gitlab both. 
- 
 @travisdh1 said in Where to read Code?: If you're looking at getting into programming, I'd highly recommend learning to use git (no prize for guessing where GitHub got it's name.) I'm just learning something new - Someone told me I should try coding so I figured what bad could it do for me to look at it and do a few lessons. I'm guessing here<--! because I honestly dont know... I've only see it around a bunch --> - that GitHub got it's name from codes like - git https://github.com/getsomeradomcode/fromthisperson/himom? 
- 
 @JaredBusch said in Where to read Code?: @WrCombs said in Where to read Code?: @travisdh1 said in Where to read Code?: @WrCombs said in Where to read Code?: is that open source ? 
 I've heard the name a few times but never really messed with it.GitHub is the place that a lot of open source projects use to store their code. I believe @JaredBusch uses GitHub a lot, right? Github and Gitlab both. Gitlab similar to github I assume, Same concept? 
- 
 @bnrstnr said in Where to read Code?: Here are some examples of software that is popular on ML: 
 https://github.com/vatesfr/xen-orchestra
 https://github.com/RocketChat/Rocket.Chat
 https://github.com/nextcloud
 https://github.com/snipe/snipe-it
 https://github.com/NodeBB/NodeBB
 https://github.com/Ylianst/MeshCentralA lot of us have things on GitHub as well, and tend to be much simpler as they're things like update or installation scripts: 
 https://github.com/Jarli01/xenorchestra_updater
 https://github.com/travisdh1/FedPiHSecDNSI can't find @scottalanmiller's stuff for some reason. 
- 
 @WrCombs said in Where to read Code?: @JaredBusch said in Where to read Code?: @WrCombs said in Where to read Code?: @travisdh1 said in Where to read Code?: @WrCombs said in Where to read Code?: is that open source ? 
 I've heard the name a few times but never really messed with it.GitHub is the place that a lot of open source projects use to store their code. I believe @JaredBusch uses GitHub a lot, right? Github and Gitlab both. Gitlab similar to github I assume, Same concept? Yep, that's right. 
- 
 I love the list of projects that people here like. 
- 
 @travisdh1 said in Where to read Code?: @bnrstnr said in Where to read Code?: Here are some examples of software that is popular on ML: 
 https://github.com/vatesfr/xen-orchestra
 https://github.com/RocketChat/Rocket.Chat
 https://github.com/nextcloud
 https://github.com/snipe/snipe-it
 https://github.com/NodeBB/NodeBB
 https://github.com/Ylianst/MeshCentralA lot of us have things on GitHub as well, and tend to be much simpler as they're things like update or installation scripts: 
 https://github.com/Jarli01/xenorchestra_updater
 https://github.com/travisdh1/FedPiHSecDNSI can't find @scottalanmiller's stuff for some reason. Maybe he's only on gitlab? 
 https://gitlab.com/scottalanmiller/nextcloud_fedora_installer
- 
 @bnrstnr said in Where to read Code?: @travisdh1 said in Where to read Code?: @bnrstnr said in Where to read Code?: Here are some examples of software that is popular on ML: 
 https://github.com/vatesfr/xen-orchestra
 https://github.com/RocketChat/Rocket.Chat
 https://github.com/nextcloud
 https://github.com/snipe/snipe-it
 https://github.com/NodeBB/NodeBB
 https://github.com/Ylianst/MeshCentralA lot of us have things on GitHub as well, and tend to be much simpler as they're things like update or installation scripts: 
 https://github.com/Jarli01/xenorchestra_updater
 https://github.com/travisdh1/FedPiHSecDNSI can't find @scottalanmiller's stuff for some reason. Maybe he's only on gitlab? 
 https://gitlab.com/scottalanmiller/nextcloud_fedora_installerI believe, that is correct. 
- 
 @WrCombs I just came across this, too 
 https://github.com/collections/learn-to-code
- 
 @bnrstnr said in Where to read Code?: @WrCombs I just came across this, too 
 https://github.com/collections/learn-to-codeFantastic, 
 Thank you
- 
 @bnrstnr said in Where to read Code?: @WrCombs I just came across this, too 
 https://github.com/collections/learn-to-codeLOL I am using free code camp right now for learning Html5/html, and CSS is what i'm currently on 






