git-internals-pdf
joyofelixir
git-internals-pdf | joyofelixir | |
---|---|---|
23 | 6 | |
2,562 | 155 | |
- | 0.0% | |
0.0 | 3.7 | |
over 2 years ago | over 1 year ago | |
Ruby | HTML | |
- | Creative Commons Attribution Share Alike 4.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
git-internals-pdf
- 20 years of Git. Still weird, still wonderful
-
What approach helped you to best learn Git?
For me the Peepcode Git Internals book was a great peek under the hood. I went from "Git has a lot of magical incantations" to "Git is pretty simple and I could probably build a version of it".
-
Git as a Beginner
I generally recommend the Peepcode Git Internals book. The first half explains the internals of how Git works, and the second half is a command reference.
- Git book recommendations?
- What Git primitives get SHA-1'd to generate a hash?
-
How well do you guys know Git
Once you get the hang of basic Git operations, you should look into how Git works under the hood. Git Internals helped me a lot on this.
- ⛔ Squash commits considered harmful ⛔
-
How should i go about learning git?
I often recommend the Peepcode Git Internals book. The first half talks about how Git works internally. The second half is a "how to use Git" tutorial. I think understanding the internals (which aren't really that complicated) can really help to demystify Git.
-
I was said that I do not know how Git works
Conceptually, Git's not really all that complicated. I always recommend people to read the Peepcode Git Internals book (originally $9, now free): https://github.com/pluralsight/git-internals-pdf/blob/master/drafts/peepcode-git.pdf
-
would pulling make sense here?
Check out this page if you haven't yet (alternatively, direct link to the PDF.) I hear it's all good, but the Understanding Git chapter is the one I'd specifically point you to.
joyofelixir
-
Just Use Postgres for Everything
Having on-boarded quite a few jr developers with no previous experience with Elixir (and have purchased the prag studio course for most of them) I've heard that many of them also really enjoyed
https://joyofelixir.com/
and
https://elixirschool.com/en/lessons/basics/basics/
And while I haven't watched it - there's a free code camp tutorial - https://www.youtube.com/watch?v=IiIgm_yaoOA
From looking around there seems to be a host of free videos on YT as well as many books on elixir/phoenix. Also, I believe prag studio gives away 1/2 of that initial course for free, probably enough to get you started.
-
Two million checkboxes (written in Elixir)
10 years? You mean 38 years. And Elixir (a language on top of Erlang) has had solid adoption and is very easy for beginners.
https://joyofelixir.com/
-
What resources does Elixir have for people that want to learn it but have never programmed before?
Try Joy of Elixir
- Joy of Elixir
-
Beginner Elixir issue, variable interpolated in a string gives unexpected result
Oh, thanks for this. I hadn't gone too deep on Elixir resources yet. I'm reading joyofelixir.com right now as it seemed very basic, too basic to start, but I don't mind that as reviewing basic principles is good for me, but other than that joining this sub is the extent of my search for resources. My plan was to look for more after reading Joy of Elixir, so I'll definitely check this out.
-
Free 500+ books and learning resources for every programmer.
Joy of Elixir - Ryan Bigg (HTML) - Source (🚧 in process)
What are some alternatives?
Crafting Interpreters - Repository for the book "Crafting Interpreters"
curriculum
CppCoreGuidelines - The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
guide.elm-lang.org - My book introducing you to Elm!
github-cheat-sheet - A list of cool features of Git and GitHub.
clojure-style-guide - A community coding style guide for the Clojure programming language