Websites to practice for JavaScript interview:
https://www.interviewbit.com/courses/fast-track-js/
https://www.codewars.com/
https://exercism.org/tracks/javascript/exercises
https://codesignal.com/blog/engineering/javascript-ui-tasks/
https://javascript.plainenglish.io/20-javascript-questions-that-will-make-or-break-your-next-technical-interview-89b62883ef0f
GitHub repositories for JS interview questions:
https://github.com/deprecatednw/javascript-interview-questions
https://github.com/kennymkchan/interview-questions-in-javascript
https://github.com/ajzawawi/js-interview-prep
https://github.com/kolodny/exercises
https://github.com/h5bp/Front-end-Developer-Interview-Questions/blob/main/src/questions/javascript-questions.md
https://github.com/ganqqwerty/123-Essential-JavaScript-Interview-Questions
https://github.com/trekhleb/javascript-algorithms
#javascript #interview
https://www.interviewbit.com/courses/fast-track-js/
https://www.codewars.com/
https://exercism.org/tracks/javascript/exercises
https://codesignal.com/blog/engineering/javascript-ui-tasks/
https://javascript.plainenglish.io/20-javascript-questions-that-will-make-or-break-your-next-technical-interview-89b62883ef0f
GitHub repositories for JS interview questions:
https://github.com/deprecatednw/javascript-interview-questions
https://github.com/kennymkchan/interview-questions-in-javascript
https://github.com/ajzawawi/js-interview-prep
https://github.com/kolodny/exercises
https://github.com/h5bp/Front-end-Developer-Interview-Questions/blob/main/src/questions/javascript-questions.md
https://github.com/ganqqwerty/123-Essential-JavaScript-Interview-Questions
https://github.com/trekhleb/javascript-algorithms
#javascript #interview
Interviewbit
Fast-track-js - Interviewbit
Learn and Practice on almost all coding interview
questions asked historically and get referred to the best tech companies
questions asked historically and get referred to the best tech companies
Several Github JavaScript repositories for learning JavaScript programming
https://dev.to/novu/10-github-repositories-to-achieve-javascript-mastery-50hk
—-
An alternative to if else is the use of pattern matching
https://codeeverywhere.medium.com/goodbye-if-else-hello-pattern-matching-in-javascript-52bd46eda41f
—-
Tips for implementing Typescript with clean code
https://medium.com/@mvsg/6-advanced-typescript-tricks-for-clean-code-90cee774dbf3
—-
Discussion on how to migrate to TypeScript
https://dev.to/catherineisonline/how-did-you-switch-from-javascript-to-typescript-5gja
—-
#github #repository #learning #javascript #typescript #patternMatching
https://dev.to/novu/10-github-repositories-to-achieve-javascript-mastery-50hk
—-
An alternative to if else is the use of pattern matching
https://codeeverywhere.medium.com/goodbye-if-else-hello-pattern-matching-in-javascript-52bd46eda41f
—-
Tips for implementing Typescript with clean code
https://medium.com/@mvsg/6-advanced-typescript-tricks-for-clean-code-90cee774dbf3
—-
Discussion on how to migrate to TypeScript
https://dev.to/catherineisonline/how-did-you-switch-from-javascript-to-typescript-5gja
—-
#github #repository #learning #javascript #typescript #patternMatching
DEV Community
🚀 10 Github repositories to achieve Javascript mastery 🧙♂️🪄✨
TL;DR This article contains a list of 10 Github repositories that are going to be useful...
Forwarded from Learn Web Development
8 free eBooks and websites to help you learn web development (for free):
1. The Magic of CSS
The content in this eBook is for all-level developers. Learn about layout, box-model, positioning etc. with sample code snippets.
→ adamschwartz.co/magic-of-css/
2. DOM Enlightenment
"DOM Enlightenment" is a free online book that explores DOM in-depth, providing a clear and detailed understanding of how it works.
→ domenlightenment.com
3. Eloquent JavaScript
Introduction to programming in JavaScript focuses on writing real-world websites.
→ eloquentjavascript.net
4. Pro Git book
Learn everything about Git with infographics.
→ git-scm.com/book/en/v2
5. SQL
SQL is one of the crucial skills for web development.
Down these well structured notes in PDF format for free.
→ goalkicker.com/SQLBook/
6. Law of UI and UX
Collection of best practices that developers and designers can consider when building user interfaces.
→ lawsofux.com
7. Learn CSS Grid
This guide was created as a resource to help you better understand and learn Grid.
→ learncssgrid.com
8. React
React Express is a free eBook/guide that covers the basics of React, including components, state, props, and more.
→ react.express
#Webdevelopment #JS #JavaScript #Html #Css #React
Follow @learn_webdevelopment for Web development content
1. The Magic of CSS
The content in this eBook is for all-level developers. Learn about layout, box-model, positioning etc. with sample code snippets.
→ adamschwartz.co/magic-of-css/
2. DOM Enlightenment
"DOM Enlightenment" is a free online book that explores DOM in-depth, providing a clear and detailed understanding of how it works.
→ domenlightenment.com
3. Eloquent JavaScript
Introduction to programming in JavaScript focuses on writing real-world websites.
→ eloquentjavascript.net
4. Pro Git book
Learn everything about Git with infographics.
→ git-scm.com/book/en/v2
5. SQL
SQL is one of the crucial skills for web development.
Down these well structured notes in PDF format for free.
→ goalkicker.com/SQLBook/
6. Law of UI and UX
Collection of best practices that developers and designers can consider when building user interfaces.
→ lawsofux.com
7. Learn CSS Grid
This guide was created as a resource to help you better understand and learn Grid.
→ learncssgrid.com
8. React
React Express is a free eBook/guide that covers the basics of React, including components, state, props, and more.
→ react.express
#Webdevelopment #JS #JavaScript #Html #Css #React
Follow @learn_webdevelopment for Web development content
Migrating millions of lines of code to TypeScript
https://stripe.com/blog/migrating-to-typescript
#javascript #typescript
https://stripe.com/blog/migrating-to-typescript
#javascript #typescript
Stripe
Migrating millions of lines of code to TypeScript
On Sunday, March 6, we migrated we converted more than 3.7 million lines of code with a single pull request. The next day, hundreds of engineers came in to start writing TypeScript for their projects.
Build an AI-powered blogging platform (Next.js, Langchain & CopilotKit)
https://dev.to/copilotkit/how-to-build-an-ai-powered-blogging-platform-nextjs-langchain-supabase-1hdp
#webdev #tutorial #programming #javascript
https://dev.to/copilotkit/how-to-build-an-ai-powered-blogging-platform-nextjs-langchain-supabase-1hdp
#webdev #tutorial #programming #javascript
DEV Community
Build an AI-powered blogging platform (Next.js, Langchain & CopilotKit)
TL;DR In this article, you will learn how to build an AI-powered blogging platform that...