ch
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
帖子存档
Important practice from Josh Comeau on useMemo and useCallback in React JS https://www.joshwcomeau.com/react/usememo-and-usecallback/ --- Using TypeScript in React Functional components https://javascript.plainenglish.io/how-to-develop-react-functional-components-with-typescript-12c2cfbb271d --- Store temporary data with React Hook https://www.positronx.io/react-get-and-cache-data-with-custom-hook-tutorial/ --- #react #hooks #memo #callback

Exercise from Dcode on several ways to add properties into Object https://youtu.be/M5l__DiqRno #object #property #dcode

Alternatives to React: Preact https://blog.openreplay.com/alternatives-to-react-preact #react #alternatives

Building an aircraft radar system in JavaScript https://dev.to/devdevcharlie/building-an-aircraft-radar-system-in-javascript-4ml8 #javascript #webusb #rtlsdr

Important explanation from today's programmers about the difference between Git Flow and Trunk Based on Git projects https://www.youtube.com/watch?v=jydxcnSOIG4 #git #programmerZamanNow #gitflow #trunkbased

List of frequently asked job interview questions for JavaScript developers https://javascript.plainenglish.io/javascript-developers-challenge-let-s-do-brainstorming-81cdfe159794 #challenge #developer #interview

Some JavaScript Array manipulation functions to know https://javascript.plainenglish.io/little-known-array-methods-javascript-3aee9ae8758a Some examples of JavaScript Array manipulation functions https://javascript.plainenglish.io/what-are-javascript-array-methods-d24d994f636 #array #manipulation #method

Some Udemy course references to learn JavaScript and Node JS from beginners to experienced https://medium.com/codingthesmartway-com-blog/top-3-node-js-courses-for-beginners-and-experienced-web-developers-in-2022-eb3be3d7ff9c —- A JavaScript runtime named Bun will support compatibility with the Node JS package https://itnext.io/bun-is-baking-its-way-towards-node-js-compatibility-7d2a997395c0 —- Migration from handlebars to pug templating engine in Node JS https://medium.com/nerd-for-tech/switching-from-handlebars-to-pug-416693e1cb76 —- #nodejs #course #pug #handlebar #bun

Nuxt JS usage training using Prisma ORM https://youtu.be/IWu3UV8H8-0 --- Creating an Authentication system with Supabase and Nuxt JS https://youtu.be/IcaL1RfnU44 --- Added dark mode inside. Vue JS easily uses Tailwind CSS https://youtu.be/cGN91TLXrC8 #vue #nuxt #darkmode #prisma #tailwind

Creating a React JS project with the Vite module bundler https://javascript.plainenglish.io/create-a-perfect-react-project-with-vite-30298b005333 --- #react #vite

Using Angular with Firebase 9 with the help of the Angularfire library https://javascript.plainenglish.io/firebase-9-a-breath-of-fresh-air-for-the-angularfire-app-c6d80c1260b2 #library #angular #firebase

A collection of JavaScript one liner functions with a combination of arrow functions, which are useful and usable https://medium.com/@dreamy-player/40-killer-javascript-one-liners-fc76edaf8439 —- A collection of one liner functions that can be used in JavaScript projects https://javascript.plainenglish.io/javascript-one-liners-3fe0b0155311 #oneliner #arrow

Implementing dynamic import with code splitting in Next JS https://blog.logrocket.com/dynamic-imports-code-splitting-next-js/ --- How to debug a React JS app https://dev.to/colocodes/how-to-debug-a-react-app-51l4 --- Practice fetching data on the Github GraphQL API with Next JS https://dev.to/jpreagan/four-ways-to-fetch-data-from-the-github-graphql-api-in-nextjs-p4i --- #nextjs #react #graphql #debugging