Search Articles — Sudonull

Search Results

In this project

Memory leaks in JS closures: how to fix

https://sudonull.com/memory-leaks-in-js-closures-how-to-fix

Study the causes of memory leaks in JavaScript closures and ways to fix them: WeakMap, resetting references, removing handlers. Practical code examples for middle/senior developers.

URL as the source of state Next.js App Router

https://sudonull.com/url-as-the-source-of-state-next-js-app-router

How to make URL the single source of truth in Next.js App Router. Server components, searchParams, client synchronization. Code examples for middle/senior.

Rendering 3D apartments in the browser on Three.js

https://sudonull.com/rendering-3d-apartments-in-the-browser-on-three-js

Learn how to render procedural 3D apartments with multiplayer on Next.js + Three.js. Optimizations, avatars, lighting without glTF. For middle/senior dev.

Unified calculation engine for Next.js and Flutter

https://sudonull.com/unified-calculation-engine-for-next-js-and-flutter

How to synchronize formulas between web and mobile applications, avoiding discrepancies in results. Practical solution using JSON and parity tests.

From other projects

J&J's OTTAVA Robot: Trials and a Shift in the Surgery Market

https://ymaho.com/j-j-s-ottava-robot-trials-and-a-shift-in-the-surgery-market

J&J tested the OTTAVA robot with table-integrated arms for bariatric surgery. The system works in cramped operating rooms, reducing hospital costs. Learn how this will change the market.

From the web

JavaScript Tutorial - W3Schools

https://www.w3schools.com/Js/

W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like …

Node.js — Run JavaScript Everywhere

https://nodejs.org/

Node.js® is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, …

JavaScript | MDN

https://developer.mozilla.org/en-US/docs/Web/JavaScript

May 22, 2026 · JavaScript (JS) is a lightweight interpreted (or just-in-time compiled) programming language with first-class functions. …

JavaScript - Wikipedia

https://en.m.wikipedia.org/wiki/JavaScript

JavaScript (JS) [a] is a programming language and core technology of the Web, alongside HTML and CSS. Created by Brendan Eich …

The Modern JavaScript Tutorial

https://javascript.info/

2 days ago · Modern JavaScript Tutorial: simple, but detailed explanations with examples and tasks, including: closures, document …

Online JavaScript Compiler (Editor) - Programiz

https://www.programiz.com/javascript/online-compiler/

Write and run your JavaScript code using our online compiler. Enjoy additional features like code sharing, dark mode, and support for …

JavaScript Tutorial

https://www.javascripttutorial.net/

JavaScript Tutorial provides you with many practical tutorials that help you learn JavaScript from scratch quickly and effectively.

Expressions and operators - JavaScript - MDN

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Expressions_and_operators

Jul 8, 2025 · This chapter describes JavaScript's expressions and operators, including assignment, comparison, arithmetic, bitwise, …

JavaScript Operators - W3Schools

https://www.w3schools.com/js/js_operators.asp

W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like …

JavaScript 教程 | 菜鸟教程

https://www.runoob.com/js/js-tutorial.html

JavaScript 教程 JavaScript 是 Web 的编程语言。 所有现代的 HTML 页面都可以使用 JavaScript。 JavaScript 非常容易学。 本教程将 …

Trending Now