生SQLに型を手書きする時代は終わり?Prismaの新機能「TypedSQL」

Bookmarks
JS Dates Are About to Be Fixed | TimeTime
Why I’m excited about the new Temporal API in JavaScript: finally, easy and accurate date handling with time zones using ZonedDateTime. Say goodbye to the headaches of traditional Date objects.
Add support for `routes.ts` by markdalgleish · Pull Request #11773 · remix-run/react-router
// app/routes.ts import { type RoutesConfig } from "@react-router/dev/routes"; export const routes: RoutesConfig = [ { path: "/", file: "rout...
Apply optimization for unused actions by huozhi · Pull Request #69178 · vercel/next.js
What This PR introduces a strategy of optimizing the created endpoints for unused server actions. Why One simple example is when one server action is imported from a server action module, and being...
instrumentl/rails-cloudflare-turnstile
This is a Rails plugin adding support for Cloudflare Turnstile. It works with Rails 6+, and Ruby 3.x.
React components on Rails and Hotwire Turbo Streams
Dynamically add React components in Rails apps via Hotwire Turbo Streams or Stimulus Reflex
Build the Weird Thing First
One of the benefits of having built an alternative to Twitter (and then shut it down) is that I get approached a lot on building other…
Departure Mono
A monospaced pixel font with a lo-fi, techy vibe.
Getting started with React 18 on Rails 7 and ESBuild
Extend Ruby on Rails to register a client-side React component from a Ruby helper.
CloseWatcher - Web APIs | MDN
The CloseWatcher interface listens and responds to close requests.
Fix Your Annoying Popups with the CloseWatcher API
Interesting new API to help us build better and more accessible UIs
What Skills Should You Focus on as Junior Web Developer in 2024?
These are our recommendations for those of you early in your web developer journey. This is about tech and the real world stuff around it that you'll need.
DuckDB雑紹介
DuckDBを触っていて特に興味を持った機能を中心に雑解説します。
Vim Racer - An Online Game for VIM Navigation
Put your VIM navigation skills to the test with this game for VIM. It's like a typing speed test, but for VIM. Top scores will rank on the leaderboard
How Anthropic built Artifacts
The team behind Artifacts - an innovative new way to interact with Claude - shares how they built this innovative feature in just three months with a distributed team. Exclusive details.
11 years of SaaS product strategy
Looking back on how we chose what to build over the years.
よくわかるcontextの使い方
Goの標準パッケージにはcontextパッケージというものが存在します。 このパッケージは、net/httpやdatabase/sqlのような現実の事象と対応している何かが存在するようなパッケージではないため、初学者にとっては使い道がわからない、となってしまいがちです。 しかしc
mackee/tanukirpc: `tanukirpc` is a practical, fast-developing, type-safe, and easy-to-use RPC/Router library for Go.
`tanukirpc` is a practical, fast-developing, type-safe, and easy-to-use RPC/Router library for Go. - mackee/tanukirpc
tanukirpcというWebフレームワークを作っています - ぱいぱいにっき
最近の盆栽ですけれど、tanukirpcというGoのWebフレームワークを書いています。ある程度やりたいことができはじめてきたので、どんなフレームワークかを紹介します。 github.com TL;DR Webアプリケーションでよくやるようなことを、最短手順で自然に書けるように設計したフレームワーク リクエストをパース…
srsudar/eg
Useful examples at the command line.
gnebbia/kb: A minimalist command line knowledge base manager
A minimalist command line knowledge base manager.
ReagentX/Logria: A powerful CLI tool that puts log aggregation at your fingertips.
A powerful CLI tool that puts log aggregation at your fingertips. - ReagentX/Logria
achristmascarl/rainfrog: 🐸 a database management tui for postgres
🐸 a database management tui for postgres.
Thomas Cannon - Getting your Rails dev environment ready for passkeys
Thomas Cannon - Fixing the Rails 7+ networking stack
UJS & CableReady keeps your apps more resilient & maintainable than Turbo ever could
Upgrading Rails application from 7.1 to 7.2
On August 9th, Rails 7.2 was released, bringing a host of new features and improvements to the framework. Ten months ago, I demonstrated how to upgrade a Rails application from 7.0 to 7.1, which was well-received by the community. Today, I will take you through the process of upgrading OneTribe from Rails 7.1 to 7.2. This upgrade not only ensures compatibility with the latest Rails enhancements but also allows me to better understand new Rails functionalities and performance optimizations. Let’s dive into the upgrade process and explore what Rails 7.2 has to offer.
An argument for logging off - Aaron Francis
It might be time to log off, or at least to drastically reduce your information intake.
Session Management - OWASP Cheat Sheet Series
Website with the collection of all the cheat sheets of the project.
The SDK Imperative: why developer tools live or die by their SDKs—Martian Chronicles, Evil Martians’ team blog
Developer tools need an end-to-end developer experience, including the SDK. If that's slow, it undermines the performance benefits of the core product.
Rails 8 introduces a basic authentication generator
Rails 8.0 adds a generator that streamlines the process of adding basic authentication to Rails applications