Preparing for the State of JavaScript Survey Results on Web Rush #273
We're looking at the results from the 2022 State of JavaScript survey to see what happened in the past as we prepare for the 2023 survey results.
A collection of 137 posts
We're looking at the results from the 2022 State of JavaScript survey to see what happened in the past as we prepare for the 2023 survey results.
Chris Ferdinandi joins us to talk about the benefits and drawbacks of using JavaScript in your projects. Why can JavaScript frameworks be bad for developers? How do you minimize your dependance on JavaScript? And what about accessibility?
Evyatar Alush talks about what JavaScript proxies are, why a developer might use them, how proxies are delivered, where JavaScript proxies are being used, and when a developer should use proxies in their codebase?
We're continuing our conversation about jQuery by talking about how you would've done something with jQuery, and what you'd do now - like finding an element by it's ID, and how to determine the value of modern web frameworks.
Maarten Tibau talks with us about the benefits of Type Safety when working with TypeScript. What is type safety? Does the presence of types alone make you safe? How do you make projects more type safe?