pretty funny
https://stackoverflow.com/questions/1451009/javascript-infamous-loop-issue
#javascript • #typescript
https://stackoverflow.com/questions/1451009/javascript-infamous-loop-issue
#javascript • #typescript
Stack Overflow
Javascript infamous Loop issue?
I've got the following code snippet.
function addLinks () {
for (var i=0, link; i<5; i++) {
link = document.createElement("a");
link.innerHTML = "Link " +...
function addLinks () {
for (var i=0, link; i<5; i++) {
link = document.createElement("a");
link.innerHTML = "Link " +...
an ancient (2010) article about dom extensions
https://perfectionkills.com/whats-wrong-with-extending-the-dom/
#javascript • #typescript • #html • #dom
https://perfectionkills.com/whats-wrong-with-extending-the-dom/
#javascript • #typescript • #html • #dom
Perfectionkills
What's wrong with extending the DOM — Perfection Kills
Javascript rants and findings, by kangax
This playlist contains a video about the issue with HTML comments in SES (an environment that can safely run arbitrary code with the provided globals thanks to Hardened JS) https://youtu.be/pXN-D7le7Xk
#javascript • #typescript • #hardenedjs • #ses
#javascript • #typescript • #hardenedjs • #ses
YouTube
Annex B Reform, as presented to TC39 June 2019
Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.
not specifying charset in HTTP headers can lead to XSS
https://medium.com/@erencan.ozmen01/xss-with-charset-manipulation-5352ee294c4e
#javascript • #typescript • #xss • #http
https://medium.com/@erencan.ozmen01/xss-with-charset-manipulation-5352ee294c4e
#javascript • #typescript • #xss • #http
wake up babe, new next.js update dropped!!🌟
last time I checked partial pre-rendering, it looked so awesome to me, but it had some problems with sending a lot of http requests. although I didn't test PPR personally, just checked the project that used it
now vercel added caching to partial pre-rendering, which should kinda fix previous issue(?)
also, vercel supports bun runtime now (even for next.js api routes)
#javascript • #typescript • #nextjs
last time I checked partial pre-rendering, it looked so awesome to me, but it had some problems with sending a lot of http requests. although I didn't test PPR personally, just checked the project that used it
now vercel added caching to partial pre-rendering, which should kinda fix previous issue(?)
also, vercel supports bun runtime now (even for next.js api routes)
#javascript • #typescript • #nextjs
Please open Telegram to view this post
VIEW IN TELEGRAM
чувак делает лучший фреймворк для bun бекенда, косплеит аниме персонажей и играет в блю архив 🌟
https://x.com/saltyAom?t=qQToQP9PjTNvTAySO8B49A&s=09
#typescript • #javascript • #elysia
https://x.com/saltyAom?t=qQToQP9PjTNvTAySO8B49A&s=09
#typescript • #javascript • #elysia
Please open Telegram to view this post
VIEW IN TELEGRAM
X (formerly Twitter)
SaltyAom (@saltyAom) on X
Made @elysiaJS. I cosplay, and code. No context, degen, programming, and cosplay. See “highlight” for my dress up + cosplay
new typescript framework for building mobile apps just dropped
https://github.com/Snapchat/Valdi
#typescript • #javascript • #valdi (kSS)
https://github.com/Snapchat/Valdi
#typescript • #javascript • #valdi (kSS)
GitHub
GitHub - Snapchat/Valdi: Valdi is a cross-platform UI framework that delivers native performance without sacrificing developer…
Valdi is a cross-platform UI framework that delivers native performance without sacrificing developer velocity. - Snapchat/Valdi
Experimental AOT compiler of JavaScript and TypeScript without transpiling the latter. No bytecode, runtime interpretation, or JIT overhead
https://github.com/CanadaHonk/porffor
#typescript • #javascript • #wasm
https://github.com/CanadaHonk/porffor
#typescript • #javascript • #wasm
GitHub
GitHub - CanadaHonk/porffor: An ahead-of-time JavaScript compiler
An ahead-of-time JavaScript compiler. Contribute to CanadaHonk/porffor development by creating an account on GitHub.
dynamically created function (once) with inline key-value mappings is faster than a simple object spread
#javascript • #typescript • #elysia • #elysiajs • doi: 10.1145/3605098.3636068
#javascript • #typescript • #elysia • #elysiajs • doi: 10.1145/3605098.3636068
closures and how functions in functions work (including their upward or downward passing)
https://dmitrysoshnikov.com/ecmascript/javascript-the-core/
#typescript • #javascript
https://dmitrysoshnikov.com/ecmascript/javascript-the-core/
#typescript • #javascript
Dmitry Soshnikov
JavaScript. The Core.
Read this article in: German, Russian, French, Polish. Note: a new 2nd Edition of this article is available. An objectA prototype chainConstructorExecution context stackExecution contextVariable objectActivation objectScope chainClosuresThis valueConclusion…
aggressive code optimizer by google for a subset of javascript
#javascript • https://github.com/google/closure-compiler
#javascript • https://github.com/google/closure-compiler