List of videos

Breaking the Monolith: A Comprehensive Guide to Code Splitting | Aleksandr Guzenko | Conf42 JS 2023
Read the abstract ➤ https://www.conf42.com/JavaScript_2023_Aleksandr_Guzenko_breaking_monolith_code_splitting_techniques Other sessions at this event ➤ https://www.conf42.com/js2023 Join Discord ➤ https://discord.gg/DnyHgrC7jC Chapters 0:00 intro 0:22 preamble 0:38 who is aleksandr 1:04 speech plan 1:36 there are 2 approaches 2:53 monolith - is it bad? 6:02 when should a monolith be broken? 7:34 iframe 8:08 nginx or another proxy server 9:24 web components 10:44 npm 12:47 microfrontends 13:19 single-spa 14:13 webpack 5 module federation 14:54 - iframe 16:28 - proxy server 16:50 - web components 17:10 - npm 17:22 - single spa 17:54 - webpack 5 module federation
Watch
Develop a Web3 webapp in Blockchain, with JS and Python | Cesar Cordero Rodriguez | Conf42 JS 2023
Read the abstract ➤ https://www.conf42.com/JavaScript_2023_Cesar_Cordero_Rodriguez_develop_web3_webapp_python Other sessions at this event ➤ https://www.conf42.com/js2023 Join Discord ➤ https://discord.gg/DnyHgrC7jC Chapters 0:00 preamble 0:29 agenda 0:59 introduction to pi network pi browser and pi api platform 0:59 latinchain repository 0:59 how to develop a pi app? 0:59 latinchain repo
Watch
Easy mode for full-stack development with Figma & AWS Amplify | Arundeep Nagaraj | Conf42 JS 2023
Read the abstract ➤ https://www.conf42.com/JavaScript_2023_Arundeep_Nagaraj_easy_mode_fullstack_figma_aws_amplify Other sessions at this event ➤ https://www.conf42.com/js2023 Join Discord ➤ https://discord.gg/DnyHgrC7jC Chapters 0:00 intro 0:22 preamble design to app: 0:45 - expectation 1:15 - reality 1:55 developers spend months pixel-pushing 2:28 what if... 2:37 aws amplify studio 4:38 aws amplify overview 6:03 features you can build with aws amplify 7:02 demo - build a cat reviews app 20:09 thank you!
Watch
Every Node.js app should have real-time collab features | Vladi Stevanovic | Conf42 JavaScript 2023
Read the abstract ➤ https://www.conf42.com/JavaScript_2023_Vladi_Stevanovic_nodejs_app_realtime_collaboration Other sessions at this event ➤ https://www.conf42.com/js2023 Join Discord ➤ https://discord.gg/DnyHgrC7jC Reach out to Vladi ➤ vladi@multiplayer.app Chapters 0:00 intro 0:22 preamble 0:44 ingredients 1:47 about vladi 2:12 about multiplayer 4:31 what is real-time collaboraion? 5:44 how do you implement it? 7:04 operational transformations and conflict-free replicated data types 8:28 crdts 9:15 y.js 11:38 here's what we do with y.js 12:31 which real-time collaborative features did we implement? 13:08 awareness / presence 13:58 state synchronization what we learned 15:42 - how to keep track of order 16:58 - architecture options 17:37 - scope of collaboration 18:35 - changes to dependent views 19:48 recap benefits 20:56 final notes 22:01 thank you
Watch
The Node.js Eventloop Fairytale | Lorenzo Pieri | Conf42 JavaScript 2023
Read the abstract ➤ https://www.conf42.com/JavaScript_2023_Lorenzo_Pieri_nodejs_eventloop_fairytale Other sessions at this event ➤ https://www.conf42.com/js2023 Join Discord ➤ https://discord.gg/DnyHgrC7jC Chapters 0:00 intro 0:22 preamble 0:53 about lorenzo 2:32 about birdie 3:08 it was history 3:41 enter the knights of the thread 5:17 the lands of promise 6:31 the inhabitants 7:18 sir call-a-stack 8:25 the heart of the village, the loop 9:33 the desert of asynchrony 9:59 the forest of the threadpools 10:44 the libuv elves 11:28 the path back to the city 11:44 join the queue once more 12:35 the menacing dragon blocks 13:46 the event loop phases 15:18 knowledge is everything 16:32 inside the loop 18:08 which magic scroll would first be read by the mages? 19:19 strenght is found in the mind, but is accrued with time 19:54 lorenzo, the bard that sang this story 20:15 want to get into open-source? 20:28 thank you
Watch
Building Authorization with Node.js: Dos and Don’ts | Gabriel Liechtman Manor | Conf42 JS 2023
Read the abstract ➤ https://www.conf42.com/JavaScript_2023_Gabriel_Liechtman_Manor_building_auth_nodejs Other sessions at this event ➤ https://www.conf42.com/js2023 Join Discord ➤ https://discord.gg/DnyHgrC7jC Opal Project ➤ https://github.com/permitio/opal Chapters 0:00 intro 0:22 preamble 0:46 find the difference 4:01 authentication advanced features 5:44 about gabriel 6:38 innovations 12:12 staging & production 13:05 express & flask 13:55 authorization best practices 15:44 - model 18:48 acl - access control list 19:45 rbac - role based access control 21:06 abac - attribute based access control 22:25 rebac - relationship based access control 23:36 - author 23:46 contracts create better relationships 25:47 cedar 27:40 generate code from ui 28:21 - analyze: cedar agent 29:01 - enforce authorization policies 30:22 casl - frontend feature toggling sdk 30:46 - audit 31:04 authorization system building blocks 31:40 opal - open policy administration layer 32:19 opal based authorization architecture 33:40 demo 42:00 about permit.io 42:25 thank you
Watch
AI Meets Node js With Crafting a Custom Sports Activity Service | Anton Kalik | Conf42 JS 2023
Read the abstract ➤ https://www.conf42.com/JavaScript_2023_Anton_Kalik_ai_nodejs_custom_sports_activity Other sessions at this event ➤ https://www.conf42.com/js2023 Join Discord ➤ https://discord.gg/DnyHgrC7jC Anton's Repos ➤ https://github.com/antonkalik?tab=repositories&q=&type=&language=&sort= Chapters 0:00 intro 0:22 preamble 0:50 lineup 1:32 introduction 3:05 openai 4:15 setup openai 6:19 dependencies 9:29 knex setup 9:51 knex migrations 11:10 models 11:42 user model 12:09 indicator model 12:33 activity model 12:51 initial point 13:16 redis 13:47 auth middleware 14:32 routes 15:18 expectations 19:27 openai api config 19:53 controller 21:41 system prompt 22:04 completions 22:16 system prompt 23:24 user prompt 27:56 suggestion controller 28:32 update indicator 29:31 activities 29:54 github 30:32 thank you for the attention
Watch
React Server Components: A Deep Dive | Tejas Kumar | Conf42 JavaScript 2023
Read the abstract ➤ https://www.conf42.com/JavaScript_2023_Tejas_Kumar_react_server_components Other sessions at this event ➤ https://www.conf42.com/js2023 Join Discord ➤ https://discord.gg/DnyHgrC7jC More Tejas ➤ @tejask CrabNebula ➤ https://crabnebula.dev/ Chapters 0:00 intro 0:22 preamble 02:53 react as an architecture 06:10 what is react server components? 08:39 building a sample application 12:00 adding server rendering 15:12 creating server components 16:40 rendering server components 25:11 persisting state with client-side react 33:38 rsc and csr and ssr 35:19 tools for adopting rscs 37:57 react is a community
Watch
Battleship game | Andrey Makarov | Conf42 JavaScript 2023
Read the abstract ➤ https://www.conf42.com/JavaScript_2023_Andrey_Makarov_battleship_game Other sessions at this event ➤ https://www.conf42.com/js2023 Join Discord ➤ https://discord.gg/DnyHgrC7jC Battleship game project ➤ https://github.com/vivalaakam/conv42-battleship Chapters 0:00 intro 0:22 preamble 0:33 brief 1:33 rules 1:55 ships 2:18 interaction 2:59 cellstatus 3:38 making the game 27:25 result 30:38 thank you
Watch