Bookmarks

Bookmarks

49970 bookmarks
Custom sorting
Can OSSPledge Fix Open Source Sustainability?
Can OSSPledge Fix Open Source Sustainability?
The Open Source Pledge aims to address open source sustainability challenges by encouraging companies to pay $2,000 per developer per year
·trevorlasn.com·
Can OSSPledge Fix Open Source Sustainability?
Aurora MySQL Version3(MySQL8.0)にアップグレードしたら、ある特定のクエリだけ照合順序エラーになった話とその解決策 - CyberAgent SRG #ca_srg
Aurora MySQL Version3(MySQL8.0)にアップグレードしたら、ある特定のクエリだけ照合順序エラーになった話とその解決策 - CyberAgent SRG #ca_srg
メディア統括本部 サービスリライアビリティグループ(SRG)の鬼海雄太(@fat47)です。 #SRG(Service Reliability Group)は、主に弊社メディアサービスのインフラ周りを横断的にサポートしており、既存サービスの改善や新規立ち上げ、OSS貢献などを行っているグループです。 本記事は、Auro
·ca-srg.dev·
Aurora MySQL Version3(MySQL8.0)にアップグレードしたら、ある特定のクエリだけ照合順序エラーになった話とその解決策 - CyberAgent SRG #ca_srg
Go と GraphQLで作る組織管理基盤 - STORES Product Blog
Go と GraphQLで作る組織管理基盤 - STORES Product Blog
こんにちは。プロダクト基盤グループの inari111 です。STORES の各プロダクトへ導入する共通基盤を開発しています。 私の部署内で2つ目の基盤プロダクトとなる組織管理基盤を作ったのでご紹介します。 社内では「maja(マヤ)」と呼ばれています。 この記事では maja の Go アプリケーション部分について説…
·product.st.inc·
Go と GraphQLで作る組織管理基盤 - STORES Product Blog
This weird keyboard technique has improved the way I type.
This weird keyboard technique has improved the way I type.
To try everything Brilliant has to offer—free—for a full 30 days, visit https://brilliant.org/DreamsofCode/ . You’ll also get 20% off an annual premium subscription. so much so that I now have it set up on every keyboard that I own, including my laptops. Home Row Mods have really improved the way I type, reducing my chances of thumb injury whilst also making it much easier for me to navigate my desktop and developer environments. There's a lot more about Home Row Mods than I cover in this video, so if you're interested, then check out the links below! This video is Sponsored by Brilliant Video Links: - Github Repo: https://github.com/dreamsofcode-io/home-row-mods - A great guide on Home Row Mods: https://precondition.github.io/home-row-mods - Kanata: https://github.com/jtroo/kanata Become a better developer in 4 minutes: https://bit.ly/45C7a29 👈 Join this channel to get access to perks: https://www.youtube.com/channel/UCWQaM7SpSECp9FELz-cHzuQ/join Join Discord: https://discord.com/invite/eMjRTvscyt Join Twitter: https://twitter.com/dreamsofcode_io
·youtube.com·
This weird keyboard technique has improved the way I type.
Goでゼロから作る 自作TCP/IPプロトコル サーバー
Goでゼロから作る 自作TCP/IPプロトコル サーバー
「マスタリングTCP/IP を読んだけど理解がイマイチ進まない。Goがどのようにサーバーを立てているのか気になる。」 そんなスキマを埋めるための本です。 Goの標準パッケージである net package を一切利用せずに、自作TCP/IPプロトコルでサーバーを作り
·zenn.dev·
Goでゼロから作る 自作TCP/IPプロトコル サーバー
readme.so
readme.so
Use readme.so's markdown editor and templates to easily create a ReadMe for your projects
·readme.so·
readme.so
asmyshlyaev177/state-in-url: Easily share complex state objects between unrelated React components, preserve types and structure, with TS validation. Deep links and url state synchronization wthout any hasssle or boilerplate.
asmyshlyaev177/state-in-url: Easily share complex state objects between unrelated React components, preserve types and structure, with TS validation. Deep links and url state synchronization wthout any hasssle or boilerplate.
Easily share complex state objects between unrelated React components, preserve types and structure, with TS validation. Deep links and url state synchronization wthout any hasssle or boilerplate. ...
·github.com·
asmyshlyaev177/state-in-url: Easily share complex state objects between unrelated React components, preserve types and structure, with TS validation. Deep links and url state synchronization wthout any hasssle or boilerplate.
Example of Using useSyncExternalStore with LocalStorage | 56kode
Example of Using useSyncExternalStore with LocalStorage | 56kode
Learn how to efficiently synchronize application state with external data sources like LocalStorage using React's useSyncExternalStore hook, with a practical example and detailed explanation.
·56kode.com·
Example of Using useSyncExternalStore with LocalStorage | 56kode
Supporting Offline Mode in TanStack Query
Supporting Offline Mode in TanStack Query
One of the main challenges I've faced when using TanStack is achieving offline usage while having full control over the data layer. In this blog post, we'll explore how to use Effect and Effect Schema, along with the browser's IndexedDB, to persist TanStack Query data locally.
·lucas-barake.github.io·
Supporting Offline Mode in TanStack Query
Introduction - Mergiraf
Introduction - Mergiraf
A syntax-aware git merge driver for a growing collection of programming languages and file formats.
·mergiraf.org·
Introduction - Mergiraf
superstreamerapp/superstreamer: An open, scalable, online streaming setup. All-in-one toolkit from ingest to adaptive video playback. Built for developers in need of video tooling.
superstreamerapp/superstreamer: An open, scalable, online streaming setup. All-in-one toolkit from ingest to adaptive video playback. Built for developers in need of video tooling.
An open, scalable, online streaming setup. All-in-one toolkit from ingest to adaptive video playback. Built for developers in need of video tooling. - superstreamerapp/superstreamer
·github.com·
superstreamerapp/superstreamer: An open, scalable, online streaming setup. All-in-one toolkit from ingest to adaptive video playback. Built for developers in need of video tooling.
Understanding LLMs from Scratch Using Middle School Math
Understanding LLMs from Scratch Using Middle School Math
In this article, we talk about how LLMs work, from scratch — assuming only that you know how to add and multiply two numbers. The article…
·towardsdatascience.com·
Understanding LLMs from Scratch Using Middle School Math
Getting comfortable with psql - CRAIG KERSTIENS
Getting comfortable with psql - CRAIG KERSTIENS
psql is a CLI editor that ships with Postgres. It’s incredibly powerful for working with Postgres, and doesn’t take too much of a learning curve to start to get comfortable so you can really feel like an expert working with your database. Just a rundown of a few things to get you started:
·craigkerstiens.com·
Getting comfortable with psql - CRAIG KERSTIENS