ar
Feedback
Learn JavaScript™

Learn JavaScript™

الذهاب إلى القناة على Telegram

All info, tutorial, JS tips and more ....! bio.link/javascript_js_ For HTML: @html_web_learn For CSS: @CSS_web_learn For JS: @JavaScript_js_learn For PHP: @learn_php_web For Programming courses @Programmingworld_dev For CEH,Cybersec: @technical_stark

إظهار المزيد
4 411
المشتركون
-124 ساعات
لا توجد بيانات7 أيام
-330 أيام
أرشيف المشاركات
50 projects for React and static web

Building with Svelte - all you need to know before you start https://dev.to/dailydotdev/building-with-svelte-all-you-need-to-know-before-you-start-2knj #svelte #javascript #tutorial #Requested

Getting started with Svelte https://dev.to/karinesabatier/getting-started-with-svelte-3289 #svelte #webdev #javascript #Requested

Svelte Resources Awesome Svelte: Useful resources for developing Svelte applications https://github.com/rocketlaunchr/awesome-svelte https://github.com/TheComputerM/awesome-svelte#awesome-svelte- Curated resources on building sites with SvelteKit - A server-less-first answer to "the Next.js experience" by the Svelte community https://github.com/one-aalam/awesome-svelte-kit Template for sharing/open-sourcing components: https://github.com/sveltejs/component-template Emotion (CSS-in-JS) in Svelte: https://github.com/pngwn/sv-emotion Svelte-testing-library: https://github.com/testing-library/svelte-testing-library Sveltestrap:Bootstrap 4 & 5 components for Svelte https://github.com/bestguy/sveltestrap Svelte-Apollo (GraphQL client): https://github.com/timhall/svelte-apollo svelte-routing: https://github.com/EmilTholin/svelte-routing Next.js-like framework for svelte: https://sapper.svelte.dev/ https://blog.logrocket.com/sapper-svelte-tutorial-2021/ The Svelte Handbook https://github.com/flaviocopes/svelte-handbook #svelte #javascript #Requested

Svelte learning resources https://forum.devtalk.com/t/svelte-learning-resources/3218 #Svelte #JavaScript #Requested

Repost from Learn CSS™
Introduction to CSS Grid for web page design https://towardsdev.com/css-grids-made-easy-100-8e966b199dd7 #css #grid #layout

Long practice making Todo List application with Strapi CMS and Next JS https://strapi.medium.com/how-to-build-a-to-do-app-using-next-js-and-strapi-63d99723eb70 #strapi #nextjs #todo

Creating infinite scroll system on webview with JavaScript https://webdesign.tutsplus.com/tutorials/how-to-implement-infinite-scrolling-with-javascript--cms-37055 #scroll #infinite

Long guide on introduction to React JS for beginners https://andrewbaisden.hashnode.dev/the-complete-modern-react-developer-2022 —- Applying SOLID concepts to React JS https://medium.com/dailyjs/applying-solid-principles-in-react-14905d9c5377 —- Simple practice of creating notes app with React JS and Localstorage API https://blog.logrocket.com/notes-app-react-localstorage/ #react #solid #guide #notes #localstorage

Creating a Dark mode switching function with JavaScript https://medium.com/pragmatic-programmers/automatic-dark-mode-with-javascript-8b8b717699ca #darkmode

Introduction to Redwood JS, a React based fullstack JS framework and Node JS https://blog.openreplay.com/redwood-a-new-framework #react #nodejs #redwood

Several VS Code extensions for React JS app developers https://blog.bitsrc.io/vs-code-extensions-you-should-use-as-a-react-developer-83fb1fc21d1e #extension #react

Reference some VS Code extensions that help developers https://geekflare.com/vs-code-extensions/ #vscode #extension

Introducing Wayne, a library to easily create Service Workers on the front end with asset routing https://github.com/jcubic/wayne #wayne #library

Explanation of some frequently encountered TypeScript questions on StackOverflow https://www.freecodecamp.org/news/the-top-stack-overflowed-typescript-questions-explained/ #typescript #stackoverflow

Long practice from Lama Dev making video sharing app with Node JS MERN Stack https://www.youtube.com/watch?v=CCF-xV3RSSs —- Multiple ways to deploy Node JS applications to a limited free hosting service https://javascript.plainenglish.io/how-to-deploy-host-your-node-js-app-for-free-e061440ffd37 —- Multiple ways to deploy Node JS backend https://levelup.gitconnected.com/where-to-host-a-node-js-app-our-top-10-picks-5d562e207f1a #nodejs #mern #fullstackjs

A collection of public APIs for learning exercises to display data from internet servers https://medium.com/codex/15-fun-and-interesting-apis-to-use-for-your-next-coding-project-in-2022-86a4ff3a2742 #public #api

An introduction to nullish coalescing in JavaScript https://devdojo.com/smpnjn/what-is-nullish-coalescing-or-in-javascript —- Using call , bind and apply as additional extensions to functions in JavaScript https://www.freecodecamp.org/news/understand-call-apply-and-bind-in-javascript-with-examples/ —- Important practice recognizing Callbacks, Promises and Async/Await as asynchronous processes https://www.freecodecamp.org/news/asynchronous-javascript-explained/ —- #nullish #coalescing #async #promise #call #bind #apply