javascript

  • Deep Cloning Objects in #JavaScript: a native and modern way in JS to do deep copies of objects (via @builderio) builder.io/blog/structure…

  • Untitled post 51876

    Interesting if you develop on #MacOS: ScriptKit is an #opensource platform to optimize your dev workflow. "Create a new script from the prompt then your script opens in the editor of your choice. Write a few lines of #JavaScript. Then run the script from the prompt." https://www.scriptkit.com/

  • My daughter in college – with knowledge of Java and Python – is asking if she should be getting into #JavaScript. On the one hand, learning JS could be worth it… on the other hand as her father i want to protect her mental health. 🤔

  • Interesting: “Taggy” is an #opensource package to auto-tag input/text. Define trigger words, etc. #JavaScript github.com/open-taggy pic.twitter.com/l2TR8dFZX6 Video

  • AgnosticUI is a UI component library designed to work with multiple #JavaScript frameworks. https://www.agnosticui.com/

  • Love how “wobble click” is coded although part of me is bothered by it at the same time. Here’s a retina supported version on @glitch: somethingorotherwhatever.com/wobble-clock/ #JavaScript #CSS pic.twitter.com/c9cbuhbn34 Video

  • Alpine.js is a #JavaScript "minimal tool" as a collection of 15 attributes, 6 properties, and 2 methods. Compares itself to a smaller #jQuery. Maybe useful for smaller sites, but not seeing this scale at least in my work. But interesting. https://alpinejs.dev/

  • ScrollyVideo.js does “responsive scrollable videos”. Compatible with React, Svelte, Vue, and plain HTML. The demo I think sells the storytelling use. #JavaScript scrollyvideo.js.org pic.twitter.com/BB3y1DW9Bo Video

  • ScrollyVideo.js does "responsive scrollable videos". Compatible with React, Svelte, Vue, and plain HTML. The demo I think sells the storytelling use. #JavaScript https://scrollyvideo.js.org/

  • Some nice and useful #JavaScript tips, a few of these were reminders for me. javascript.plainenglish.io/15-useful-java…

  • If you do front-end development, then the results of State of JS 2022 might be of interest: 2022.stateofjs.com/en-US/ #JavaScript

  • "iFrame Resizer" #JavaScript library enables the "automatic resizing of the height and width of both same and cross domain" #iframes to fit their contained content. http://davidjbradshaw.github.io/iframe-resizer/

  • Looping over arrays, NodeLists, and other array-like objects in #JavaScript. gomakethings.com/how-should-you…

  • Downloading Text, JSON and Images with clientside #JavaScript (via @JamesLMilner) jameslmilner.com/posts/download…

  • How to detect whether an HTTP request was submitted via HTML form or with #JavaScript to the server. https://austingil.com/http-javascript-vs-html/

  • Neat! Draw #SVG rope using #JavaScript muffinman.io/blog/draw-svg-… pic.twitter.com/PN5wYqJDGM

  • Going WAY back: What appears to be #JavaScript emulation of “WorldWideWeb” the first web browser/editor (written in 1990) running on a NeXT machine. worldwideweb.cern.ch/browser/

  • If you do #JavaScript, here’s a post on the FormData API that “allows serializing form fields and provides methods to get, set, and update values.” (via @chrisferdinandi) 12daysofweb.dev/2022/formdata-…

  • Guide to some lesser known #JavaScript APIs – Page Visibility API – Web Share API – Broadcast Channel API – Internationalization API smashingmagazine.com/2022/09/javasc…

  • Lesser known #JavaScript APIs – Page Visibility API– Web Share API– Broadcast Channel API– Internationalization API https://www.smashingmagazine.com/2022/09/javascript-api-guide/

  • Nice looking intro: “Baby Steps With #TypeScript (#JavaScript with a type system)” telerik.com/blogs/baby-ste…

  • Min is a free and #opensource “minimal” web browser with focus on privacy… written w/ #CSS and #JavaScript using Electron. Seems Mac only for now. minbrowser.org github.com/minbrowser/min

  • If you do #JavaScript and like advent calendars here are coding challenges every day of December: adventjs.dev

  • Tiny and elegant #JavaScript HTTP client based on the browser Fetch API: github.com/sindresorhus/ky

  • Dynamic Tab-Size Demo Using #CSS Custom Properties In #JavaScript (via ) bennadel.com/blog/4366-dyna…

  • How to both simulate a slow-loading jQuery plugin and to wait for it to load from a #Cypress test. #JavaScript glebbahmutov.com/blog/slow-load…

  • sQuery: a super minified ES6+ modern jQuery that’s less than 9.5KB and that works great w/ modern #JavaScript frameworks. squery.vercel.app

  • "Speeding up the #JavaScript ecosystem – one library at a time" https://marvinh.dev/blog/speeding-up-javascript-ecosystem/ How the most popular libraries can be sped up by avoiding unnecessary type conversions or by avoiding creating functions inside functions.

  • Interesting: Expiration Cap removed from #JavaScript cookies in WebKit browsers. simoahava.com/privacy/first-…

  • sQuery: a super minified ES6+ modern jQuery that’s less than 9.5KB and that works great w/ modern #JavaScript frameworks. (via @ExisVR) squery.vercel.app