How to use Leetcode EFFECTIVELY… and STOP grinding
How to use Leetcode EFFECTIVELY… and STOP grinding // Do you know how to use Leetcode effectively?Most people use Leetcode questions and answers to prepare f...
I solved 541 Leetcode problems. But you need only 150.
1. How to use Leetcode effectively?2. How to learn Data Structures and Algorithms?3. How to use Leetcode solutions?4. Whether to use Python for Leetcode?5. H...
It's a Jungle Out There: What's Really Going on Inside Your Node_Modules Folder, Feross Aboukhadijeh
Node Congress 2022 #NodeCongress #Node #GitNationWebsite – https://nodecongress.com/Follow the link to watch the full version of all the conference talks, Qn...
LEARN AN IMPORTANT DESIGN THEORY! (Few Designers Know This)
In this video I talk about a way of thinking and designing that few design schools or college degrees ever teach or talk about. It's a part of graphic design...
Mastering Performance: How Misko Hevery is Transforming Development! | Just Ship It
In this episode, Tracy Lee chats with Misko Hevery, known for his contributions to Qwik and Angular. They talk through the evolving landscape of open source ...
👉 I'm a host on the React Round-Up podcast: https://devchat.tv/podcasts/react-round-up👉 Don't forget to subscribe to this channel for more updates: https:/...
Most Tech Interview Prep is GARBAGE. (From a Principal Engineer at Amazon)
Most software engineering prep videos on YouTube are only good for entry-level jobs. You deserve more than that. Let me share my mental model for how to succ...
Developer Advocate Nate Barbettini breaks down OpenID and OAuth 2.0 in Plain English. NOTE: This video is from 2018 and contains some information that is now...
React Summit 2023 #ReactSummit #GitNationWebsite – https://reactsummit.com/ Follow the link to watch the full version of all the conference talks, QnA’s with...
Live stream of React Advanced Conference – Day 1, Piccard Track #ReactAdvanced #GitNationGet a completion certificate + free perks from the conference partne...
React Forget: React for developers and compilers - Sathya Gunasekaran
Sathya is a software engineer on the React core team at Meta. Previously, he worked on the V8 JavaScript compiler at Google.About the session Statically anal...
Every programmer seems to want to vomit the second the hear the word scrum. What is it about scrum that's made programmers hate coding so much, and how can y...
Realms are an old concept in the JavaScript ecosystem, but with the rise of supply chain types of attacks realms became a powerful tool for attackers to bypass well known browser runtime security tools. In order to address this concern, we first must understand - what is a realm in JavaScript?
Decoding Qwik: An In-depth Comparison with React and Next JS | Yoav Ganbar
Join us in this captivating episode as we delve into the fascinating world of JavaScript frameworks, highlighting the newcomer, Qwik. Our special guest, Yoav...
Recorded live at Reactathon 2022. Learn more at https://reactathon.comGoodbye, useEffectFrom fetching data to fighting with imperative APIs, side effects are...
"The Economics of Programming Languages" by Evan Czaplicki (Strange Loop 2023)
In the mythology of open source, programming languages are created by people who seemingly have no direct economic function. They are just really good at com...
OAuth 2.0 and OpenID Connect (OIDC) are internet standards that enable one application to access data from another. Unfortunately, these standards use a lot ...
Architecting Fortresses: A Deep Dive into Advanced Security Measures for ReactJS Apps - Jim Manico
As we traverse the expanse of the digital world, client-side security risks, characterized by the formidable challenges of Cross-Site Scripting (XSS) and ina...
Authentication on the Web (Sessions, Cookies, JWT, localStorage, and more)
In this video, we will cover the fundamentals of user authentication in modern web applications and websites. In particular, we will explore stateful (sessio...
This computer science lesson covers the principles of database transactions with some simple examples. The ACID properties of a typical database transaction...