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...