{"id":16864385,"url":"https://github.com/nickserv/developer-resources","last_synced_at":"2026-01-05T03:04:14.718Z","repository":{"id":19432155,"uuid":"22675685","full_name":"nickserv/developer-resources","owner":"nickserv","description":"A collection of developer resources for many languages and tools.","archived":false,"fork":false,"pushed_at":"2015-07-29T03:07:02.000Z","size":196,"stargazers_count":2,"open_issues_count":4,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-10T11:07:50.191Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nickserv.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-08-06T08:39:26.000Z","updated_at":"2023-10-19T01:55:29.000Z","dependencies_parsed_at":"2022-09-21T16:10:20.218Z","dependency_job_id":null,"html_url":"https://github.com/nickserv/developer-resources","commit_stats":null,"previous_names":["nickserv/developer-resources"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickserv%2Fdeveloper-resources","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickserv%2Fdeveloper-resources/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickserv%2Fdeveloper-resources/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickserv%2Fdeveloper-resources/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nickserv","download_url":"https://codeload.github.com/nickserv/developer-resources/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244263795,"owners_count":20425394,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-13T14:42:07.736Z","updated_at":"2026-01-05T03:04:14.638Z","avatar_url":"https://github.com/nickserv.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Developer Resources\nA collection of developer resources for many languages and tools.\n\n## Note on Style Guides\nSome of the style guides listed here are unofficial. Where there is not an official style guide, I have attempted to add the most important and popular style guides used in the community (though this is a somewhat subjective process).\n\n## General\nTopic | Resource\n---|---\nGame Patterns | [Game Programming Patterns](http://gameprogrammingpatterns.com/)\nLanguage Syntax Comparisons | [Hyperpolyglot](http://hyperpolyglot.org/)\nPatterns | [SourceMaking](http://sourcemaking.com/)\nProgramming Chrestomathy | [Rosetta Code](http://rosettacode.org/wiki/Rosetta_Code)\nQuestions \u0026 Answers | [Stack Overflow](http://stackoverflow.com/)\n\n## Languages\n\n### Clojure\nTopic | Resource\n---|---\nTour | [Try Clojure](http://tryclj.com/)\nStyle Guide | [bbatsov's Clojure Style Guide](https://github.com/bbatsov/clojure-style-guide)\n\n### CoffeeScript\nTopic | Resource\n---|---\nStyle Guide | [Polar's CoffeeScript Style Guide](https://github.com/polarmobile/coffeescript-style-guide)\n\n### CSS\nTopic | Resource\n---|---\nDocumentation | [CSS on Mozilla Developer Network](https://developer.mozilla.org/en-US/docs/Web/CSS)\nStyle Guide | [GitHub CSS Styleguide](https://github.com/styleguide/css)\n\n### Go\nTopic | Resource\n---|---\nDocumentation | [Standard Go Packages](http://golang.org/pkg/)\nTour | [A Tour of Go](http://tour.golang.org/)\n\n### Haskell\nTopic | Resource\n---|---\nDocumentation | [Haskell Hierarchal Libraries](http://www.haskell.org/ghc/docs/latest/html/libraries/index.html)\nBook | [Learn You a Haskell](Learn You a Haskell)\nTour | [Try Haskell](http://tryhaskell.org/)\n\n### HTML\nTopic | Resource\n---|---\nDocumentation | [HTML on Mozilla Developer Network](https://developer.mozilla.org/en-US/docs/Web/HTML)\nStyle Guide | [GitHub Markup and templates Styleguide](https://github.com/styleguide/templates)\n\n### Java\nTopic | Resource\n---|---\nDocumentation | [Java SE Documentation](http://docs.oracle.com/javase/)\nStyle Guide | [Code Conventions for the Java Programming Language](http://www.oracle.com/technetwork/java/javase/documentation/codeconvtoc-136057.html)\n\n### JavaScript\nTopic | Resource\n---|---\nDocumentation | [JavaScript on Mozilla Developer Network](https://developer.mozilla.org/en-US/docs/Web/JavaScript)\nStyle Guide | [Douglas Crockford's Code Conventions for the JavaScript Programming Language](http://javascript.crockford.com/code.html)\nStyle Guide | [GitHub JavaScript Coding Style](https://github.com/styleguide/javascript)\n\n### Lua\nTopic | Resource\n---|---\nDocumentation | [Lua Documentation](http://www.lua.org/docs.html)\nStyle Guide | [lua-users.org Lua Style Guide](http://lua-users.org/wiki/LuaStyleGuide)\n\n### Markdown\nTopic | Resource\n---|---\nDocumentation | [Markdown Syntax](http://daringfireball.net/projects/markdown/syntax)\nTour | [Markdown Tutorial](http://markdowntutorial.com/)\n\n### Objective-C\nTopic | Resource\n---|---\nStyle Guide | [Programming with Objective-C: Conventions](https://developer.apple.com/library/ios/documentation/cocoa/conceptual/ProgrammingWithObjectiveC/Conventions/Conventions.html#//apple_ref/doc/uid/TP40011210-CH10-SW1)\n\n### Python\nTopic | Resource\n---|---\nWebsite | [www.python.org](https://www.python.org/)\nDocumentation | [Official Python Documentation](https://docs.python.org/)\nStyle Guide | [PEP8](https://www.python.org/dev/peps/pep-0008/)\nOnline Book (Beginner) | [Learn Python the Hard Way](http://learnpythonthehardway.org/book/)\nOnline Book | [Dive Into Python 3](http://www.diveintopython3.net/)\n\n### Ruby\nTopic | Resource\n---|---\nDocumentation | [ruby-doc.org](http://www.ruby-doc.org/)\nBook | [Programming Ruby](http://ruby-doc.com/docs/ProgrammingRuby/)\nTour | [Try Ruby](http://tryruby.org/)\nStyle Guide | [Ruby Style Guide](https://github.com/bbatsov/ruby-style-guide)\nStyle Guide | [GitHub Ruby Styleguide](https://github.com/styleguide/ruby)\n\n## Libraries \u0026 Frameworks\n\n### Node.js\nTopic | Resource\n---|---\nDocumentation | [Node.js Documentation](http://nodejs.org/documentation/)\n\n### Ruby on Rails\nTopic | Resource\n---|---\nDocumentation | [Ruby on Rails API](http://api.rubyonrails.org/)\nGuides | [Ruby on Rails Guides](http://guides.rubyonrails.org/)\nStyle Guide | [bbatsov's Rails Style Guide](https://github.com/bbatsov/rails-style-guide)\n\n## Tools\n\n### Git\nTopic | Resource\n---|---\nDocumentation | [Git Reference](http://git-scm.com/docs)\nBook | [Pro Git](http://git-scm.com/book/)\nTour | [Try Git](https://try.github.io/)\nStyle Guide | [A Note About Git Commit Messages](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickserv%2Fdeveloper-resources","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnickserv%2Fdeveloper-resources","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickserv%2Fdeveloper-resources/lists"}