Bookmarks

Bookmarks

46714 bookmarks
Custom sorting
How fast can browsers process base64 data?
How fast can browsers process base64 data?
Base64 is a binary-to-text encoding scheme that converts arbitrary binary data (like images, files, or any sequence of bytes) into a safe, printable ASCII string using a 64-character alphabet (A–Z, a–z, 0–9, +, /). Browsers use it in JavaScript to embedding binary data directly in code or HTML or to transmitting binary data as text. … Continue reading How fast can browsers process base64 data?
·lemire.me·
How fast can browsers process base64 data?
Making complex web apps faster
Making complex web apps faster
On the web, speed is everything. The responsiveness of your browser, the time it takes for a web app to appear, and how quickly that app handles user interactions all directly impact your experience as a web user. At Microsoft, we care deeply about
·blogs.windows.com·
Making complex web apps faster
フルスタックフレームワーク TanStack Start を試してみた
フルスタックフレームワーク TanStack Start を試してみた
TanStack Start は TanStack Router と Vite をベースにしたフルスタック React フレームワークです。型安全なルーティング、サーバーサイドレンダリング、ストリーミング、サーバー関数、API ルートなどの機能を提供します。この記事では TanStack Start の概要と基本的な使い方を紹介します。
·azukiazusa.dev·
フルスタックフレームワーク TanStack Start を試してみた
Depx | Dependency analysis
Depx | Dependency analysis
Analyse your dependencies, get the full picture before you install.
·depx.co·
Depx | Dependency analysis
Why do websites built with Next.js crash when using Google Translate? This includes the official Next.js website https://nextjs.org/docs. When you enable the browser's translation feature and click on any link, it crashes. · vercel/next.js · Discussion #66313
Why do websites built with Next.js crash when using Google Translate? This includes the official Next.js website https://nextjs.org/docs. When you enable the browser's translation feature and click on any link, it crashes. · vercel/next.js · Discussion #66313
Summary Application error: a client-side exception has occurred (see the browser console for more information). Additional information No response Example https://nextjs.org/docs
·github.com·
Why do websites built with Next.js crash when using Google Translate? This includes the official Next.js website https://nextjs.org/docs. When you enable the browser's translation feature and click on any link, it crashes. · vercel/next.js · Discussion #66313
The Nuances of JavaScript Typing using JSDoc
The Nuances of JavaScript Typing using JSDoc
Perhaps it’s time to embrace real web open standard .js files which don’t require any build steps or tooling to execute properly, all while utilizing the power combo of JSDoc + tsc to gain all of the benefits of type hints in IDEs and type checking in CI.
·thathtml.blog·
The Nuances of JavaScript Typing using JSDoc
Static Typing in Ruby 3 Gives Me a Headache (But I Could Grow to Like It)
Static Typing in Ruby 3 Gives Me a Headache (But I Could Grow to Like It)
It kinda sorta works—with several asterisks. Hence the reason it took me so long to even write an article about Ruby 3 typing. I think I’m onboard with where this is all headed, but we have a ways to get there.
·fullstackruby.dev·
Static Typing in Ruby 3 Gives Me a Headache (But I Could Grow to Like It)
Lessons learned from studying Fizzy test suite
Lessons learned from studying Fizzy test suite
The Fizzy application is a new play on Kanban board and project management. It has a comprehensive test suite focused mostly on unit and integration tests, althought other types of test are also present. The test suite is well-organized and follows Rails conventions with some application-specific patterns for multi-tenancy and UUID handling. Can we find more than that?
·testdrivingrails.com·
Lessons learned from studying Fizzy test suite