{"id":13668741,"url":"https://github.com/helloroman/frontend-roadmap","last_synced_at":"2025-04-27T01:31:39.219Z","repository":{"id":124563699,"uuid":"163221871","full_name":"helloroman/frontend-roadmap","owner":"helloroman","description":null,"archived":false,"fork":false,"pushed_at":"2020-04-14T08:16:23.000Z","size":14,"stargazers_count":243,"open_issues_count":3,"forks_count":40,"subscribers_count":56,"default_branch":"master","last_synced_at":"2024-12-03T08:50:28.159Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/helloroman.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}},"created_at":"2018-12-26T22:17:42.000Z","updated_at":"2024-11-30T12:36:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"8d46390a-f917-4361-ae4f-e15cb3fdc90f","html_url":"https://github.com/helloroman/frontend-roadmap","commit_stats":null,"previous_names":["helloroman/frontend-roadmap-2019"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helloroman%2Ffrontend-roadmap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helloroman%2Ffrontend-roadmap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helloroman%2Ffrontend-roadmap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helloroman%2Ffrontend-roadmap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/helloroman","download_url":"https://codeload.github.com/helloroman/frontend-roadmap/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251076999,"owners_count":21532606,"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-08-02T08:00:48.428Z","updated_at":"2025-04-27T01:31:34.179Z","avatar_url":"https://github.com/helloroman.png","language":null,"funding_links":[],"categories":["Uncategorized","[Ready](https://github.com/orsanawwad/awesome-roadmaps \"Ready\") [Roadmaps](https://github.com/liuchong/awesome-roadmaps \"Roadmaps\")"],"sub_categories":["Uncategorized"],"readme":"# Frontend 2020 — czego warto się nauczyć?\n\n## Linki do odcinków\n* [Co warto wiedzieć w 2019](https://youtu.be/fibhIsmsVdI)\n* [Co warto wiedzieć w 2020](https://youtu.be/XlpgE8B-ekc)\n\n## Narzędzia ogólne\n* [Visual Studio Code - darmowe](https://code.visualstudio.com/)\n* [Sublime Text - darmowe](https://www.sublimetext.com/)\n* [Webstorm](https://www.jetbrains.com/webstorm/)\n* Przeglądarka – devtools\n\t* [Chrome DevTools](https://developers.google.com/web/tools/chrome-devtools/)\n\t* [Firefox Developer Tools](https://developer.mozilla.org/son/docs/Tools)\n\t* [GitHub - facebook/react-devtools](https://github.com/facebook/react-devtools)\n\t* [GitHub - vuejs/vue-devtools](https://github.com/vuejs/vue-devtools)\n\t* [GitHub - zalmoxisus/redux-devtools](https://github.com/zalmoxisus/redux-devtools-extension)\n* Projektowanie\n\t* [Sketch - The digital design toolkit](https://www.sketchapp.com/)\n\t* [Figma - darmowe](https://www.figma.com/)\n\t* [InVision Studio](https://www.invisionapp.com/studio)\n\t* [Framer X](https://framer.com/)\n\t* [Adobe XD - darmowe](https://www.adobe.com/products/xd.html)\n\n##  Front-end – ogólne\n* HTML Semantyczny\n\t* [Tomasz Jakut – Semantyczny blog w HTML5](https://tutorials.comandeer.pl/html5-blog.html)\n* CSS\n\t* [SCSS/Sass](https://sass-lang.com/)\n\t* [styled-components](https://www.styled-components.com/)\n\t* [Bulma](https://bulma.io/)\n* [Storybook](https://github.com/storybooks/storybook)\n* RWD\n\t* [CSS Grid](http://cssgridgarden.com/)\n\t* [CSS Flexbox](https://flexboxfroggy.com/)\n* [The math of CSS Locks](https://fvsch.com/css-locks/)\n* [Progressive Web Apps](https://developers.google.com/web/progressive-web-apps/)\n* [Mikrofrontendy](https://martinfowler.com/articles/micro-frontends.html)\n\n## Front-end – część JavaScriptowa\n* ES6+\n* TypeScript\n\n### Frameworki\n* Angular\n\t* [Angular Framework](https://angular.io/)\n\t* [Angular Material](https://material.angular.io/)\n\t* [Angular CLI](https://cli.angular.io/)\n\t* State Management (wybierz jeden)\n\t\t* [NGRX](https://ngrx.io/)\n\t\t* [NGXS](https://ngxs.gitbook.io/ngxs/)\n\t\t* [Akita](https://netbasal.gitbook.io/akita/)\n* [React](https://reactjs.org/)\n  * State Management (wybierz jeden)\n\t* [Mobx](https://github.com/mobxjs/mobx)\n\t* [Redux](https://redux.js.org/)\n* [Vue.js](https://vuejs.org/)\n  * State Management\n    * [Vuex](https://vuex.vuejs.org/)\n* [Angular](https://angular.io/)\n* SSR\n\t* [Next.js](https://nextjs.org/)\n\t* [Nuxt.js](https://nuxtjs.org/)\n* JAM Stack\n\t* [GatsbyJS](https://www.gatsbyjs.org/)\n\t* [Netlify](https://www.netlify.com/)\n\t* [Heroku](https://www.heroku.com/)\n\t* CMS\n\t\t* [DatoCMS](https://www.datocms.com/)\n\t* Usługi w chmurze\n    * [Firebase – fajne dla początkujących](https://firebase.google.com/)\n    * [Amazon Web Services](https://aws.amazon.com/)\n\n\n* [GraphQL](https://graphql.org/learn/)\n* Server Side Language\n\t* [Node.js](https://nodejs.org/)\n    * [Express.js](https://expressjs.com/)\n    * [Fastify](https://www.fastify.io/)\n    * [Nest.js](https://nestjs.com/)\n\t* Oczywiście możliwości jest wiele więcej (Python, RoR etc.)\n\n### Narzędzia projektowe\n* Package managery (wybierz jeden)\n\t* [npm](https://www.npmjs.com/)\n\t* [Yarn](https://yarnpkg.com/lang/en/)\n* [npx package runner](https://www.npmjs.com/package/npx)\n* [Webpack](https://webpack.js.org/)\n* [Babel](https://babeljs.io/)\n* [Prettier](https://prettier.io/)\n* [ESLint](https://eslint.org/)\n\n### Bonus:\n* Machine Learning\n\t* [Polecam – Neural networks in JavaScript | Scrimba.com](https://scrimba.com/g/gneuralnetworks)\n* [WebAssembly](https://webassembly.org/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhelloroman%2Ffrontend-roadmap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhelloroman%2Ffrontend-roadmap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhelloroman%2Ffrontend-roadmap/lists"}