Learn Javascript with us
ws 8.0: Fast, Stable WebSocket Client and Server for Node — A major update for a mature project that passes industry standard tests for both its server and client abilities. v8.0 improves the developer experience in numerous ways and now uses an ES module wrapper. Luigi…
A ‘Windows 11’ UI Experience Reproduced with React — There was once a debate about the ‘compromised experience’ of a web app as compared to an app installed on local hardware. Although tools like Google Docs have long since proven this is no longer a…
Node-RED 2.0 Released — Node-RED is a now very mature ‘low-code’ Node.js-based programming environment, particularly aimed at connecting together services or IoT devices. The 2.0 release focuses on upgrading dependencies, dropping old Node version support, and an (optional) improved text editor. OpenJS Foundation What Use Cases…
React Authentication, Simplified — Authentication is one of those things that just always seems to take a lot more effort than we want it to. In this article, we lay out a different approach to authentication (plus access control & SSO) in React applications. Userfront Remotion…
React website templates. React overview. There are lots of templates on the web nowadays. And React website templates are among the most popular ones. Just imagine, React library has got 172k stars on GitHub and more than 10,636,147 weekly downloads on npm! Free React themes…
jQuery vs. JavaScript JavaScript What is JavaScript used for? JavaScript web development capabilities allow websites to perform actions such as refreshing specific parts of a page without reloading the entire website, displaying pop-up messages, or introducing animations into 2D or 3D graphics. Overall, the main…
Beating the JavaScript drum
July 30, 2021 By Mark Otto OffUsing console.log() Debugging in Visual Studio Code — Using the JavaScript debugger in VS Code you can access the browser developer tools console right inside the editor. Ideal if you’re in that happy majority of console.log debuggers? 🙂 Christian Heilmann Learn the Fundamentals of Redux — Add…