parent
566c786475
commit
3fe37d1e50
11 changed files with 18231 additions and 18 deletions
@ -0,0 +1,9 @@ |
|||||||
|
# Create React App |
||||||
|
|
||||||
|
Create React App is the CLI based tool and is the best way to start building a new single-page application in React. |
||||||
|
|
||||||
|
It sets up your development environment so that you can use the latest JavaScript features, provides a nice developer experience, and optimizes your app for production. You’ll need to have Node >= 14.0.0 and npm >= 5.6 on your machine. |
||||||
|
|
||||||
|
<ResourceGroupTitle>Free Content</ResourceGroupTitle> |
||||||
|
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://create-react-app.dev/docs/getting-started'>Official Website</BadgeLink> |
||||||
|
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.robinwieruch.de/minimal-react-webpack-babel-setup/'>Advanced: Custom Setup with Webpack</BadgeLink> |
@ -0,0 +1,8 @@ |
|||||||
|
# Vite |
||||||
|
|
||||||
|
Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects. |
||||||
|
|
||||||
|
<ResourceGroupTitle>Free Content</ResourceGroupTitle> |
||||||
|
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://vitejs.dev'>Vite Website</BadgeLink> |
||||||
|
<BadgeLink colorScheme='blue' badgeText='Official Documentation' href='https://vitejs.dev/guide'>Vite Documentation</BadgeLink> |
||||||
|
<BadgeLink colorScheme='green' badgeText='Course' href='https://youtu.be/LQQ3CR2JTX8'>Vite Crash Course</BadgeLink> |
@ -0,0 +1,6 @@ |
|||||||
|
# CLI Tools |
||||||
|
|
||||||
|
Here is the list of most common CLI tools for React development: |
||||||
|
|
||||||
|
* [create-react-app](https://create-react-app.dev) |
||||||
|
* [vite](https://vitejs.dev) |
@ -0,0 +1,7 @@ |
|||||||
|
# Vitest |
||||||
|
|
||||||
|
Vitest is a fast Vite-native unit test framework with out-of-box ESM, TypeScript and JSX support. |
||||||
|
Works on React, Vue, Svelte and more projects created with Vite |
||||||
|
|
||||||
|
<ResourceGroupTitle>Free Content</ResourceGroupTitle> |
||||||
|
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://vitest.dev/'>Vitest Website</BadgeLink> |
@ -0,0 +1,7 @@ |
|||||||
|
# Playwright |
||||||
|
|
||||||
|
Playwright Test was created specifically to accommodate the needs of end-to-end testing. Playwright supports all modern rendering engines including Chromium, WebKit, and Firefox. Test on Windows, Linux, and macOS, locally or on CI, headless or headed with native mobile emulation of Google Chrome for Android and Mobile Safari.Playwright leverages the DevTools protocol to write powerful, stable automated tests.Playwright can actually see into and control the browser rather than relying on a middle translation layer, it allows for the simulation of more insightful and relevant user scenarios. |
||||||
|
|
||||||
|
<ResourceGroupTitle>Free Content</ResourceGroupTitle> |
||||||
|
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://playwright.dev/'>Official Website: Playwright</BadgeLink> |
||||||
|
<BadgeLink colorScheme='yellow' badgeText='Tutorial' href='https://www.browserstack.com/guide/playwright-tutorial'>Playwright Tuotorial</BadgeLink> |
@ -0,0 +1,58 @@ |
|||||||
|
{ |
||||||
|
"seo": { |
||||||
|
"title": "Learn to become a modern ASP.NET core developer", |
||||||
|
"description": "Community driven, articles, resources, guides, interview questions, quizzes for asp.net core development. Learn to become a modern ASP.NET core developer by following the steps, skills, resources and guides listed in this roadmap.", |
||||||
|
"keywords": [ |
||||||
|
"guide to becoming a developer", |
||||||
|
"guide to becoming an asp.net core developer", |
||||||
|
"asp.net core developer", |
||||||
|
"asp.net core engineer", |
||||||
|
"asp.net core skills", |
||||||
|
"guide to asp.net core", |
||||||
|
"asp.net core roadmap", |
||||||
|
"asp.net core skills", |
||||||
|
"asp.net core skills test", |
||||||
|
"skills for asp.net core", |
||||||
|
"cloud development", |
||||||
|
"what is asp.net core", |
||||||
|
"asp.net core quiz", |
||||||
|
"asp.net core interview questions", |
||||||
|
"asp.net core engineer roadmap", |
||||||
|
"asp.net core developer roadmap", |
||||||
|
"become an asp.net core developer", |
||||||
|
"asp.net core developer career path", |
||||||
|
"asp.net core developer", |
||||||
|
"modern asp.net core developer" |
||||||
|
] |
||||||
|
}, |
||||||
|
"title": "ASP.NET Core Developer", |
||||||
|
"description": "Step by step guide to becoming an ASP.NET core developer in 2022", |
||||||
|
"featuredTitle": "ASP.NET Core", |
||||||
|
"type": "role", |
||||||
|
"featuredDescription": "Step by step guide to becoming an ASP.NET Core Developer in 2022", |
||||||
|
"isTextHeavy": false, |
||||||
|
"isCommunity": false, |
||||||
|
"isUpcoming": false, |
||||||
|
"featured": true, |
||||||
|
"isNew": true, |
||||||
|
"jsonUrl": "/project/aspnet-core.json", |
||||||
|
"resourcesPath": "./resources.md", |
||||||
|
"versions": [ |
||||||
|
"latest", |
||||||
|
"2018", |
||||||
|
"2017" |
||||||
|
], |
||||||
|
"author": { |
||||||
|
"name": "Moien Tajik", |
||||||
|
"url": "https://twitter.com/MoienTajik" |
||||||
|
}, |
||||||
|
"pdfUrl": "/pdfs/aspnet-core.pdf", |
||||||
|
"relatedRoadmaps": [ |
||||||
|
"backend", |
||||||
|
"devops", |
||||||
|
"python", |
||||||
|
"golang", |
||||||
|
"java", |
||||||
|
"nodejs" |
||||||
|
] |
||||||
|
} |
File diff suppressed because it is too large
Load Diff
Loading…
Reference in new issue