{"id":31747057,"url":"https://github.com/corocoto/useful-links","last_synced_at":"2026-02-14T09:39:16.588Z","repository":{"id":114900384,"uuid":"289032780","full_name":"corocoto/useful-links","owner":"corocoto","description":":octocat: List of links to help you learn, develop and build applications ","archived":false,"fork":false,"pushed_at":"2021-02-21T15:36:57.000Z","size":40,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-09T13:23:32.396Z","etag":null,"topics":["coding","design","development","education","learning","useful-links","web-development"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/corocoto.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-08-20T14:49:09.000Z","updated_at":"2022-06-12T22:49:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"c3af94b9-c291-4d65-b200-82d9cc8bdcbd","html_url":"https://github.com/corocoto/useful-links","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/corocoto/useful-links","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corocoto%2Fuseful-links","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corocoto%2Fuseful-links/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corocoto%2Fuseful-links/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corocoto%2Fuseful-links/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/corocoto","download_url":"https://codeload.github.com/corocoto/useful-links/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corocoto%2Fuseful-links/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29442128,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T07:24:13.446Z","status":"ssl_error","status_checked_at":"2026-02-14T07:23:58.969Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["coding","design","development","education","learning","useful-links","web-development"],"created_at":"2025-10-09T13:22:06.881Z","updated_at":"2026-02-14T09:39:16.584Z","avatar_url":"https://github.com/corocoto.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# List of links to help you learn, develop and build applications\n\n![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)\n\n\n## Web Deveopment\n\n### Git\n* [Getting Started - First-Time Git Setup](https://git-scm.com/book/en/v2/Getting-Started-First-Time-Git-Setup) - article where describes starter settings for git step by step.\n\n### CSS\n* [Animista](https://animista.net/) - place where you can play with a collection of ready to use CSS animations, tweak them and download it;\n* [Everything You Need to Know About !important CSS Declarations](https://www.impressivewebs.com/everything-you-need-to-know-about-the-important-css-declaration/#post-475:~:text=Drawbacks,-to) - article about `!important` keyword.\n\n### JavaScript\n* [JavaScript.info](https://javascript.info/) - online book about JavaScript and related technologies;\n* [Learn RegEx The Easy Way](https://github.com/ziishaned/learn-regex/blob/master/README.md) - article for learning RegExp;\n* [JavaScript Event KeyCodes](https://keycode.info/) - display info about pressed key;\n\n* #### PWA\n  * [App Manifest Generator](https://app-manifest.firebaseapp.com/) - manifest generator for your Progressive Web Application;\n\n* ### React\n  * [Customizing create-react-app: How to Make Your Own Template](https://auth0.com/blog/how-to-configure-create-react-app/)\n\n* ### Redux\n  * [Official documentation](https://redux.js.org/)\n  * [Async Actions](https://redux.js.org/advanced/async-actions)\n  * [Immutable Update Patterns](https://redux.js.org/recipes/structuring-reducers/immutable-update-patterns/)\n  * [Middleware](https://redux.js.org/advanced/middleware/)\n\n* ### Redux-Saga\n  * [Official documentation](https://redux-saga.js.org/)\n\n* ### Testing\n  * [Jest official documentation](https://jestjs.io)\n  * [Enzyme official documentation](https://enzymejs.github.io/enzyme/)\n\n### HTTP\n * [HTTP response status codes](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status) - detailed information about response status codes;\n * HTTP Caching:\n   * [Prevent unnecessary network requests with the HTTP Cache](https://web.dev/http-cache/#invalidating_and_updating_cached_responses) - article about HTTP caching by using `Cache-Control`, `ETag` and `Last-Modified` headers;\n   * [Configuring HTTP caching behavior](https://web.dev/codelab-http-cache/) - article and test environment, where you can practice and learn how configure your project for HTTP caching.\n\n### Firebase\n* [Firebase Auth REST API](https://firebase.google.com/docs/reference/rest/auth/)\n\n### Benchmarking\n* [JSBEN.CH](https://jsben.ch/) - online JavaScript benchmark tool / playground;\n\n### Web technology guides\n* [devhints.io](https://devhints.io/) - collection of web development cheatsheets;\n* [W3Schools](https://www.w3schools.com/) - educational site that helps you to learn something new about web development, or improve and refresh this knowledge;\n* [Wisdomweb.ru](http://www.wisdomweb.ru/) - educational site about web development on russian language;\n\n### Browsers support\n* [Can I use...](https://caniuse.com/) - displays browsers table with information about support selected technology;\n\n### Github\n* [AllGithubEmojis](https://jzeferino.github.io/AllGithubEmojis/) - gallery with Github emojis and it naming.\n\n### Website/Web app testing\n* [Am I Responsive?](http://ami.responsivedesign.is/) - website that displays you how yourwebsite/web app look on many devices.\n\n### DevTools\n\n* [Useful DevTools Tips And Shortcuts (Chrome, Firefox, Edge)](https://www.smashingmagazine.com/2021/02/useful-chrome-firefox-devtools-tips-shortcuts/) - article about many various devtools features.\n\n### Others\n* [Shields.io](https://shields.io/) - generates informational badges for GitHub, Travis CI, Jenkins, WordPress and many more services;\n* [CodeMyUI](https://codemyui.com/) - handpicked collection of Web Design \u0026 UI Inspiration with code snippets;\n* [ascii.today](https://ascii.today/) - beautiful ASCII titles generator;\n* [browsersl.ist](https://browsersl.ist/) - a page to display compatible browsers from a browserslist string;\n\n## Design\n\n### Image \u0026 Logo\n* [removebg](https://www.remove.bg) - remove background from loaded image;\n* [ICONFINDER](https://www.iconfinder.com/) - market place for vector icons in SVG, PNG, CSH and AI format;\n* [icons8](https://icons8.com/) - gallery where you can to download design stuff for free (such as icons, photos, UX illustrations, and music for your videos);\n* [favicon.io](https://favicon.io/) - favicon generator;\n* [uxwing](https://uxwing.com/) - gallery where you can to download svg icons;\n* [svgrepo](https://www.svgrepo.com/) - gallery where you can to download svg icons;\n* [iconscout](https://iconscout.com/) - gallery where you can to download icons, illustrations and stock photos; \n\n### Video\n* [Pexels](https://www.pexels.com/videos/) - free stock videos;\n\n### Palette\n* [ColorDesigner](https://colordesigner.io/) - simple color palette generator;\n* [Coolors](https://coolors.co/) - another palette generator;\n\n## Blogs and Journals\n* [Habr](https://habr.com/) - journal where you can read articles on any themes (but most of them about techologies, design, programming and etc.);\n* [Medium](https://medium.com/) - journal where you can read articles on any themes (not only about techologies, design, programming and etc.);\n* [CSS-LIVE](https://css-live.ru/) - site where you can read articles about Frontend subject matter;\n* [aligator.io](https://alligator.io/) - site where you can read articles about web development;\n* [Web Dev Resources](https://webdevresources.info/) - blog that collect many useful links for web dev and design;\n* [81 of the Best Places to Learn to Code For Free](https://learntocodewith.me/posts/code-for-free/) - blog where describes many patformsm courses and etc. for learning and upgrading your programming skills;\n* [Pony Foo](https://ponyfoo.com/) - journal about EcmaScript ecosystem and everything connected with it;\n\n## Licenses\n* [TLDRLegal](https://tldrlegal.com/) - short, but clear information about each license;\n\n## Platforms for learning and upgrade progamming skills\n* [HTML Academy](https://htmlacademy.ru/) - interactive online courses about web dev and everything connected with it;\n* [Codecademy](https://www.codecademy.com/) - interactive platform for learning programming;\n* [freeCodeCamp](https://www.freecodecamp.org/) - another pretty nice platform for upgrading your skills or learning something new in programming;\n* [Pluralsight](https://www.pluralsight.com/) - the technology skills platform that collect many online courses about development;\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorocoto%2Fuseful-links","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcorocoto%2Fuseful-links","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorocoto%2Fuseful-links/lists"}