Bookmarks

Bookmarks

46714 bookmarks
Custom sorting
The scenic route: lessons building an IntelliJ IDEA plugin for Luau—Martian Chronicles, Evil Martians’ team blog
The scenic route: lessons building an IntelliJ IDEA plugin for Luau—Martian Chronicles, Evil Martians’ team blog
This post covers the complex (but rewarding) process of building native language support for JetBrains from scratch. From crafting lexers and parsers to wrestling with soft keywords, PSI trees, and error recovery, this guide walks through the real stuff.
·evilmartians.com·
The scenic route: lessons building an IntelliJ IDEA plugin for Luau—Martian Chronicles, Evil Martians’ team blog
STORES では GitHub Actions Self-hosted runner を運用しています - STORES Product Blog
STORES では GitHub Actions Self-hosted runner を運用しています - STORES Product Blog
STORES 技術推進本部の@White-Greenです。 この記事では、技術推進本部で管理しているGitHub Actions Self-hosted runnerシステムについて紹介します。 GitHub Actions Self-hosted runnerとは STORESでは、多くのプロジェクトのCI/CD環境…
·product.st.inc·
STORES では GitHub Actions Self-hosted runner を運用しています - STORES Product Blog
The Complete Guide to Self-Hosting Next.js at Scale
The Complete Guide to Self-Hosting Next.js at Scale
A comprehensive guide to self-hosting Next.js in production with horizontal scaling, covering critical solutions for distributed caching, image optimization, reverse proxy configuration, and deployment challenges learned from real-world experience.
·dlhck.com·
The Complete Guide to Self-Hosting Next.js at Scale
rari-build/rari: Runtime Accelerated Rendering Infrastructure (Rari): High-performance React Server Components framework powered by a Rust runtime, delivering 4x faster performance than Next.js with zero-config setup and universal NPM support.
rari-build/rari: Runtime Accelerated Rendering Infrastructure (Rari): High-performance React Server Components framework powered by a Rust runtime, delivering 4x faster performance than Next.js with zero-config setup and universal NPM support.
Runtime Accelerated Rendering Infrastructure (Rari): High-performance React Server Components framework powered by a Rust runtime, delivering 4x faster performance than Next.js with zero-config set...
·github.com·
rari-build/rari: Runtime Accelerated Rendering Infrastructure (Rari): High-performance React Server Components framework powered by a Rust runtime, delivering 4x faster performance than Next.js with zero-config setup and universal NPM support.
ghrc.io Appears to be Malicious
ghrc.io Appears to be Malicious
A simple typo of ghcr.io to ghrc.io would normally be a small goof. You’d typically get a 404 or similar error, finally work out the issue, fix it, and move along. But in this case, that typo appears to be doing something very malicious, stealing GitHub credentials. What’s ghcr.io? First, a quick bit of background. ghcr.io is an OCI conformant registry for container images and OCI artifacts used by a lot of projects. It’s part of GitHub and is a very popular image and artifact repository used by open source projects.
·bmitch.net·
ghrc.io Appears to be Malicious
Waitgroups: what they are, how to use them and what changed with Go 1.25
Waitgroups: what they are, how to use them and what changed with Go 1.25
Imagine the following problem: you need to process hundreds of records and generate a single output. One way to solve this is to process each record sequentially and unify the output only at the end. However, this can be extremely slow, depending on the time spent processing each record. Another way is to process them concurrently, speeding up the overall time. In my post about introduction to concurrency, I talked a bit about goroutines and channels. Now, I’ve decided to talk about waitgroups, a way to simplify the management of multiple goroutines.
·mfbmina.dev·
Waitgroups: what they are, how to use them and what changed with Go 1.25
Big O
Big O
A visual introduction to big O notation.
·samwho.dev·
Big O
Tempest, the PHP framework that gets out of your way
Tempest, the PHP framework that gets out of your way
Tempest is a modern framework designed to enable developers to write as little framework-specific code as possible, so that they can focus on application code instead.
·tempestphp.com·
Tempest, the PHP framework that gets out of your way