javascript

  • How to Create an Organic Text Distortion Effect with Infinite Scrolling https://tympanus.net/codrops/2024/11/06/how-to-create-an-organic-text-distortion-effect-with-infinite-scrolling/?ref=web-design-weekly.com "Learn how to create an organic distortion effect for text using #JavaScript and #CSS for a unique, fluid animation." #frontend

  • "We converted Super #Mario Bros. 3 physics code into #javascript to make it easier to study… and made a demo people could play with." https://old.reddit.com/r/retrogamedev/comments/1gqhilj/we_converted_super_mario_bros_3_physics_code_into/ You can play with the demo yourself here, https://htmlpreview.github.io/?https://github.com/velipso/smb3-physics/blob/main/index.html Read the code and all the details here: https://github.com/velipso/smb3-physics?tab=readme-ov-file #programming #games #gamephysics

  • List of mathematical symbols with their #JavaScript equivalent. #webdev https://math4devs.com/

  • #JavaScript dos and dont's. Tips and best practices. #webdev https://muan.co/posts/javascript "Start with only #HTML, then progressively enhance it, so it can still work without JavaScript. A table can be pure HTML; a sortable table needs only a dash of JavaScript."

  • micro-survivors ( SkaceKamen/micro-survivors )

    Created by SkaceKamen on Oct 16, 2024.

  • Untitled post 59836

    Why I 🧡 the web. "micro-survivors" is a tiny survivors-like game that fits under 14 kB of minified #JavaScript code. #webdev https://github.com/SkaceKamen/micro-survivors/tree/main Play: https://skacekamen.github.io/micro-survivors/

  • This is awesome. Why I 🧡 the web,. "Generating Random #Mazes with #JavaScript" https://sunny.garden/@paulhebert made a random maze generator and shows you how it was done. https://cloudfour.com/thinks/generating-random-mazes-with-javascript/ #puzzle #programming

  • "Successful Web Development Is Boring Web Development" https://meiert.com/en/blog/boring-web-development/ "We celebrate… new HTML/CSS and JavaScript frameworks… when instead we should celebrate using vanilla HTML/CSS and #JavaScript, and maximizing use of existing frameworks." #webdev #frontend

  • How we shrunk our #JavaScript monorepo #git size by 94% https://www.jonathancreamer.com/how-we-shrunk-our-git-repo-size-by-94-percent/

  • "RIP vanilla #JavaScript" https://devclass.com/2024/10/22/should-javascript-be-split-into-two-languages-new-google-driven-proposal-divides-opinion/ "A #Google engineer presented a proposal to the official standardization committee that would split JavaScript into two languages".

  • Untitled post 59801

    How to Make a “Scroll to Select” Form Control #CSS #JavaScript https://css-tricks.com/how-to-make-a-scroll-to-select-form-control/

  • Why I 🧡 the web. Someone made a #Sonic like runner game in #JavaScript (works best in Chrome but works in FF too). https://jslegend.itch.io/sonic-ring-run #Kaplay

  • erin ( will-moss/erin )

    Self-hostable TikTok feed for your clips. Make a TikTok feed with your own videos Created by will-moss on Jun 27, 2024.

  • Untitled post 59777

    Erin is a simple and #selfhost service that enables you to view your own #video clips "using #TikTok well-known vertical swipe feed". https://github.com/will-moss/erin #JavaScript #opensource #React

  • Send: #opensource fork of #Firefox Send #filesharing https://github.com/timvisee/send #JavaScript

  • The State of ES5 on the Web #JavaScript #webdev https://philipwalton.com/articles/the-state-of-es5-on-the-web/

  • Bookmarking to read later: "Debouncing vs Throttling in #JavaScript: When and Why You Should Use Them" https://www.rajeshdhiman.in/blog/debouncing-vs-throttling-in-javascript

  • vscode-web-visual-editor ( urin/vscode-web-visual-editor )

    Edit HTML files visually. Created by urin on Aug 19, 2024.

  • Tenno is a web app that lets you create #Markdown documents that can include computational cells. "You can think of it as a mix of Word and #Excel". #JavaScript https://tenno.app/

  • TinyJS ( victorqribeiro/TinyJS )

    Tiny JS is a lightweight JavaScript utility for dynamically creating HTML elements Created by victorqribeiro on Sep 06, 2024.

  • TinyJS is a lightweight #JavaScript library for dynamically creating #HTML elements "with deep property assignment". https://github.com/victorqribeiro/TinyJS Uses $ and $$() to select elements from the DOM.

  • qrframe – generate beautiful QR codes with #javascript code. https://github.com/zhengkyl/qrframe

  • simple-icons-website ( simple-icons/simple-icons-website )

    The website for Simple Icons: SVG icons for popular brands Created by simple-icons on Dec 26, 2020.

  • Bookmarking to read later: "How I won $2,750 using #JavaScript, AI, and a can of WD-40" via @davekiss https://davekiss.com/blog/how-i-won-2750-using-javascript-ai-and-a-can-of-wd-40

  • Generating Unique Random Numbers In #JavaScript Using Sets https://www.smashingmagazine.com/2024/08/generating-unique-random-numbers-javascript-using-sets/

  • Reading: #PHP is the Next #JavaScript #Laravelhttps://www.mux.com/blog/php-is-the-new-javascript

  • clipshare ( goshops-com/clipshare )

    An incredibly simple, open-source alternative to Loom that only requires S3-compatible storage—no servers needed Created by goshops-com on Aug 21, 2024.

  • ClipShare is a serverless screen recording application built as an #opensource to #Loom. Records screens, captures camera footage, uploads recordings to an "S3-compatible storage service". Powered by #Electron. Cross Platform. https://github.com/goshops-com/clipshare #JavaScript

  • "The rebelling against #JavaScript frameworks continues… app developer Pieter Levels explained that he builds all his apps with vanilla HTML, #PHP, a bit of JavaScript via #jQuery, and SQLite. No fancy JavaScript frameworks, no modern programming languages, no Wasm." https://thenewstack.io/developers-rail-against-javascript-merchants-of-complexity/ #webdev

  • #JavaScript Dates Are About to Be Fixed https://docs.timetime.in/blog/js-dates-finally-fixed/