Javascript

Javascript

340 bookmarks
Newest
How to create your own CodePen clone with vanilla JavaScript
How to create your own CodePen clone with vanilla JavaScript
I’m working on a new project-based JavaScript course for beginners and aspiring developers. In addition to a ton of projects, I wanted to include little mini-challenges with each lesson. And to do that, I want to include a code sandbox (like CodePen) right in the tutorial. Rather than loading buckets of React like most libraries for this require, I decided to build my own. Let’s look at how! An example challenge For example, imagine that you’ve just learned about the Array.
·gomakethings.com·
How to create your own CodePen clone with vanilla JavaScript
HTMX Playground
HTMX Playground
HTMX Playground allows you to write code in a backend-like environment, running entirely inside the browser. You can define endpoints within server.js and render your own templates. It will run a mock server that intercepts outgoing requests from HTMX.
·lassebomh.github.io·
HTMX Playground
Stitch images together with Stitchy
Stitch images together with Stitchy
From time to time I need to stitch together two or three images into a horizontal or vertical image. It seems so wasteful to spin up a whole design document for that task. What I wanted was a CLI that does that for me and I found one that does the job: Stitchy.
·daverupert.com·
Stitch images together with Stitchy
SolidJS
SolidJS
Solid is a purely reactive library. It was designed from the ground up with a reactive core. It's influenced by reactive principles developed by previous libraries.
·solidjs.com·
SolidJS
Tiny UI Toggle
Tiny UI Toggle
Toggle the state of a UI element to easily create components e.g. collapse, accordion, tabs, dropdown, dialog / modal.
·nigelotoole.github.io·
Tiny UI Toggle
How Marketing Changed OOP In JavaScript — Smashing Magazine
How Marketing Changed OOP In JavaScript — Smashing Magazine
Discussing the decisions surrounding JavaScript prototypes, the article by Juan Diego Rodriguez scrutinizes their origin, examines missteps in the design, and explores how these factors have affected the way we write JavaScript today.
·smashingmagazine.com·
How Marketing Changed OOP In JavaScript — Smashing Magazine
GitHub - henriqueinonhe/promises-training: Practice working with promises through a curated collection of interactive challenges. This repository provides a platform to refine your skills, complete with automated tests to to give you instant feedback and validate your progress.
GitHub - henriqueinonhe/promises-training: Practice working with promises through a curated collection of interactive challenges. This repository provides a platform to refine your skills, complete with automated tests to to give you instant feedback and validate your progress.
Practice working with promises through a curated collection of interactive challenges. This repository provides a platform to refine your skills, complete with automated tests to to give you instan...
·github.com·
GitHub - henriqueinonhe/promises-training: Practice working with promises through a curated collection of interactive challenges. This repository provides a platform to refine your skills, complete with automated tests to to give you instant feedback and validate your progress.