|
You are here |
nickhayden.com | ||
| | | | |
nolanlawson.com
|
|
| | | | | Every so often, I come across a web performance post from what I like to call the "one weird trick" genre. It goes something like this: "I improved my page load time by 50% by adding one line of CSS!" or "It's 2x faster to use this JavaScript API than this other one!" The thing... | |
| | | | |
www.tapper-ware.net
|
|
| | | | | [AI summary] The article explores the fundamentals of object-oriented programming (OOP) in JavaScript, emphasizing its differences from traditional class-based languages. It explains that JavaScript lacks real classes and instead relies on prototypes for inheritance and object creation. The article discusses key concepts such as constructors, prototypes, dynamic behavior, and how to emulate class-like features using JavaScript's prototype chain and functions. It also touches on method overloading, private attributes, and the use of `this` and `call/apply/bind` for scope management. | |
| | | | |
www.moddable.com
|
|
| | | | | Presentation to TC39, the JavaScript language committee, to introduce XS, the JavaScript engine by Moddable Tech. Background on the XS engine and technical details on techniques used to minimize memory and code size, while maintaining near full conformance. | |
| | | | |
golangbot.com
|
|
| | | A pointer is a variable that stores the memory address of another variable. This tutorial covers pointer declaration, dereferencing and various other topics with examples. | ||