#JS Code
@js_code
485
subscribers
18
photos
1
file
379
links
Download Telegram
Join
#JS Code
485 subscribers
#JS Code
https://www.youtube.com/watch?v=bpVRWrrfM1M
YouTube
What’s new in React 18
Understand the top new features coming to React 18, explained simply.
Learn more about the new version: https://reactjs.org/blog/2021/06/08/the-plan-for-react-18.html
Follow me on Twitter: https://twitter.com/eveningkid
Reference:
Introducing React 18:…
#JS Code
https://www.youtube.com/watch?v=IHirMArytbE
#JS Code
https://blitzjs.com
Blitzjs
Blitz.js - The Missing Fullstack Toolkit for Next.js
Blitz picks up where Next.js leaves off, providing battle-tested libraries and conventions for shipping and scaling world wide applications.
#JS Code
https://epa.ms/1iEzT7
#JS Code
https://habr.com/ru/amp/post/577168/
Хабр
React 18: что нужно знать о новой версии
В начале лета в официальном блоге React вышла новость о планах на 18 версию библиотеки. Команда разработчиков рассказала о новых фичах и API, которые планируется зарелизить в обновлении. Меня зовут...
#JS Code
https://www.youtube.com/watch?v=cXF-xfghDEg
YouTube
О дивный новый JavaScript! Все новинки ES 2022!
Каким будет будущее JavaScript? Как проходит стандартизация твоего любимого языка? Новинки, которые приготовили для нас TC49!
00:00 - О дивный новый JavaScript!
01:15 - Как сделать фичу для языка?
02:45 - Новые возможности es 2022
03:07 - Инициализация полей…
#JS Code
https://www.youtube.com/watch?v=wHTcrmhskto
YouTube
Is Web3 all Hype? Top 10 Web 3.0 Questions & Answers
A complete introduction into the wild world of Web3 - the decentralized web. Is Web 3.0 the future or is it all hype? Learn about the technologies and patterns used when building a dapp on the blockchain. https://fireship.io
#web3 #blockchain #webdev
🔗
…
#JS Code
https://www.youtube.com/watch?v=9iU_IE6vnJ8
YouTube
Monorepos - How the Pros Scale Huge Software Projects // Turborepo vs Nx
Big companies, like Google & Facebook, store all their code in a single monolithic repository or monorepo... but why? Learn how to use tools like NPM or Yarn workspaces, Learna, Nx, and Turborepo to scale your codebase https://fireship.io/pro
#software…
#JS Code
https://youtu.be/Ia-UEYYR44s
YouTube
AWS Certified Solutions Architect - Associate 2020 (PASS THE EXAM!)
AWS Certified Solutions Architect is one of the most popular cloud computing certifications. In this full course taught by an expert trainer, you will learn the major parts of Amazon Web Services, and prepare for the associate-level AWS Certified Solutions…
#JS Code
#JS Code
https://youtu.be/o5Mwa_TJ3HM
YouTube
Redwood in 100 Seconds
RedwoodJS is a fullstack JavaScript framework that combines the power of React, GraphQL, and Prisma into a single package. It is used to build serverless web applications with a relational SQL database for the storage layer.
#programming #js #100SecondsOfCode…
#JS Code
https://youtu.be/DK-S4ZcmDcE
YouTube
Why I Moved from React Redux to Zustand and Why You Should Too!
So if you have been using Redux for many years now and you always felt that there is something off with the boilerplate code that you need to deal with as a Redux developer every time you need to add a new state variable or simply add an action to the reducer.…
#JS Code
https://www.npmjs.com/package/zod
npm
npm: zod
TypeScript-first schema declaration and validation library with static type inference. Latest version: 4.0.17, last published: 2 days ago. Start using zod in your project by running `npm i zod`. There are 36242 other projects in the npm registry using zod.
#JS Code
https://youtu.be/A_mstzRGfIE
YouTube
Event-Driven Architectures Done Right, Apache Kafka • Tim Berglund • Devoxx Poland 2021
Subscribe to our channel: https://youtube.pl/c/DevoxxPoland?sub_confirmation=1
Far from a controversial choice, Kafka is now a technology developers and architects are adopting with enthusiasm. And it’s often not just a good choice, but a technology enabling…
#JS Code
https://codesandbox.io/s/basic-ballpit-0fqow2?file=/src/App.js
CodeSandbox
Basic ballpit - CodeSandbox
Physics simulation using cannon.
#JS Code
https://youtu.be/gyMwXuJrbJQ
YouTube
Learn Blockchain, Solidity, and Full Stack Web3 Development with JavaScript – 32-Hour Course
This course will give you a full introduction into all of the core concepts related to blockchain, smart contracts, Solidity, ERC20s, full-stack Web3 dapps, decentralized finance (DeFi), JavaScript, TypeScript, Chainlink, Ethereum, upgradable smart contracts…
#JS Code
https://fresh.deno.dev
fresh.deno.dev
Fresh - The simple, approachable, productive web framework.
Fresh features just-in-time edge rendering, island based interactivity, and zero-configuration TypeScript support. Fast to write; fast to run.
#JS Code
https://youtu.be/1pcBlSGW_Sk
YouTube
NEW FRAMEWORK Makes Remix And NextJS Feel Slow?? Fresh by Deno is FAST
I'm a long time Deno fanboy and seeing the frameworks start to pop up around it is so, so cool
One more Idez shoutout because he's KILLING it omg
Follow me on...
Twitch: https://twitch.tv/theo
Twitter: https://twitter.com/t3dotgg
Everywhere else: https://t3.gg/links…
#JS Code
https://youtu.be/cWNEl4HE2OE
YouTube
Graph Search Algorithms in 100 Seconds - And Beyond with JS
Prepare for a technical interview by learning about the graph data structure and basic traversal algorithms like depth-first search (DFS) and breadth-first search (BFS). https://fireship.io/courses/javascript/interview-graphs/
#compsci #JavaScript #100SecondsOfCode…
#JS Code
https://practica.dev/blog/popular-nodejs-pattern-and-tools-to-reconsider/
practica.dev
Popular Node.js patterns and tools to re-consider | Practica.js
Node.js is maturing. Many patterns and frameworks were embraced - it's my belief that developers' productivity dramatically increased in the past years. One downside of maturity is habits - we now reuse existing techniques more often. How is this a problem?