Tag javascript

19 bookmarks have this tag.

2024-12-06

516.

Smallweb

www.smallweb.run

A self-hostable personal cloud inspired by serverless platforms and cgi-bin.

2024-11-18

541.

GitHub - 0xJacky/nginx-ui: Yet another WebUI for Nginx

github.com/0xJacky/nginx-ui

Nice dashboard hm.

2024-05-05

853.

HTML attributes vs DOM properties

jakearchibald.com/2024/attributes-vs-properties

They're completely different, but often coupled.

2024-03-27

881.

DOM.js

gist.github.com/OrionReed/4c3778ebc2b5026d2354359ca49077ca

3D DOM viewer, copy-paste this into your console to visualise the DOM topographically. - DOM3D.js

2024-02-27

921.

JavaScript Bloat in 2024 @ tonsky.me

tonsky.me/blog/js-bloat

2024-02-07

938.

jQuery 4.0.0 BETA! | Official jQuery Blog

blog.jquery.com/2024/02/06/jquery-4-0-0-beta

Yay jQuery 4! I don't do such things nowadays, but this release made me glad. I wish it an even brighter future.

2023-11-23

1124.

szymonkaliski/cartographist

github.com/szymonkaliski/cartographist

Cartographist is an ‘experimental web browser optimized for rabbit-holing’ notable for its paned user interface. It is written in Node JS. I haven't tried it out yet.

See also blog announcement. The development seems stalled.

2023-11-12

1172.

HTML First

html-first.com

Principles to make building web software easier, faster and more inclusive.

2023-10-18

1230.

(t,i,x,y) => "creative code golfing"

tixy.land

A minimalist coding environment. Control 16x16 points with a single JavaScript function.

2023-09-29

1309.

Effective TypeScript › The Saga of the Closure Compiler, and Why TypeScript Won

effectivetypescript.com/2023/09/27/closure-compiler

This post looks at the Closure Compiler, Google's tool from the mid-2000s for adding types to JavaScript. It looks at how its focus on minification led to very different design choices than TypeScript, and how this and a few other factors led to TypeScript becoming the ubiquitous solution for JavaScript + types. The Closure Compiler represents an alternative path that JavaScript could have taken, and it gives us perspective on TypeScript as it exists today.

2023-09-24

1319.

</> htmx ~ Why htmx Does Not Have a Build Step

htmx.org/essays/no-build-step

2023-08-12

1381.

shivrm/feedpub

github.com/shivrm/feedpub

A NodeJS application that aggregates items from your RSS and Atom feeds into an E-book.

2023-08-07

1398.

Adactio: Journal—Relative times

adactio.com/journal/20377

With this JavaScript script, you can keep your relative timestamps up-to-date without reloading. I'll do that if I ever fall into the trap of relative time.

2023-07-19

1454.

HTMX

grishaev.me/htmx

Гришаев рассказывает, что хорошего и плохого в хтмх и аналогах. Самое крутое, что с ним на динамическом фронтенде пропадает состояние.

Когда автор писал это, он явно забыл про существование нединамических сайтов, которые решают большинство проблем.

2023-07-16

1458.

</> htmx ~ Introduction

htmx.org/docs#introduction

2023-05-15

1661.

Introduction | Phoenix

kasper.github.io/phoenix/getting-started/introduction

Something about configuring your puter with JavaScript.

2023-04-05

1759.

Adactio: Journal—Suspicion

adactio.com/journal/19029
1760.

Algebraic Data Types in JavaScript - w3future.com

w3future.com/weblog/stories/2008/06/16/adtinjs.xml
1761.

Why I Still Love PHP and Javascript After 20 years | the scapegoat dev

the.scapegoat.dev/why-i-love-php-and-javascript

TL;DR: they get stuff done.