News

Environment variable prefixes Many JavaScript tools use a prefixing mechanism to control a set of variables which are injected into the client-side code. For example Vite has a VITE_ prefix. We will ...
I was frustrated that many of the free QR Code websites send your data to a backend, and wanted to create a simple QR code generator that uses client-side Javascript only. This means the website is ...
Many popular JavaScript frameworks, including Angular and React, use server-side rendering. Social media giants such as Facebook and Twitter also use rendered content before it’s sent to the user.
Contrast has expanded its Static Analysis Security Testing (SAST) language coverage to support client-side JavaScript, including Angular, React and jQuery in both the enterprise version of Contrast ...
Contrast has expanded its Static Analysis Security Testing (SAST) language coverage to support client-side JavaScript, including Angular, React and jQuery in both the enterprise version of Contrast ...
Improving the client-side web experience means overcoming the challenges of ‘hydration,’ a fascinating engineering problem being tackled in many different ways. Let’s dive in.
“One of the largest and least quantified business vulnerabilities lies in website use of client-side JavaScript. Client-side code, delivered in real time by third-party (as well as fourth- and ...
Isomorphic JavaScript, AKA Universal JavaScript, describes JS applications which run both on the client and the server, as in, the client or server can execute the <script> and other code delivered, ...
As the name of this site implies, we’re big advocates of server-side technologies. But we also recognize that integrating client-side technologies into the web architecture can be advantageous as well ...