こんにちは! リンクアンドモチベーション開発組織 広報担当の有田です。 昨日、2022年3月10日に「ベストモチベーションカンパニーアワード2022」が開催されました! 今日はその概要をお伝えするとともに、開発組織メンバーの感想をレポートします! ベストモチベーションカンパニーアワードとは 私たちが開発している「…
モダンなSQLクライアントソフト「DBeaver」の紹介
開発者、SQLプログラマー、データベース管理者、アナリスト向けの無料のマルチプラットフォームデータベースツール。 JDBCドライバーを備えたすべてのデータベースをサポートします(基本的には-ANYデータベースを意味します)。 商用バージョンは、MongoDB、Cassandra、Couchbase、Redis、BigTable、DynamoDBなどの非JD…
NDLイメージバンク
NDLイメージバンクはInternet Explorerでは動作しません。お手数ですが対応ブラウザ(Chrome, Edge, Firefox, Safari)で閲覧下さい。 NDLイメージバンク インターネットもテレビもない時代、書物は多くの人々にイメージを届ける媒体でした。 NDLイメージバンクでは、浮世絵、図書、雑誌などの様々なメディアに載ったイ…
The Hare programming language
Home Documentation Tutorials Blog Community Source code Specification Notice: This project is under active development. Please do not share this website with others until we believe it’s ready for broader distribution. Feel free to try out the language and provide feedback as you see fit, but kee…
TerraformのAWS Provider Version 4へのアップグレードに伴うコード改修がおっくうな方へ 便利なツールありますよ | DevelopersIO
TerraformのAWS Provider Version 4へのアップグレードに伴うコード改修がおっくうな方へ 便利なツールありますよ 先日TerraformのAWS Provider Version 4がリリースされました。 S3バケット周りで大規模なリファクタリングがあり、そのままのコードで単純にproviderだけアップグレードするとエラーになります。コードを…
CUPID—for joyful coding
What started as lighthearted iconoclasm, poking at the bear of SOLID, has developed into something more concrete and tangible. If I do not think the SOLID principles are useful these days, then what would I replace them with? Can any set of principles hold for all software? What do we even mean b…
Free Open Source Tailwind CSS Components | HyperUI
HyperUIFree Open Source Tailwind CSS ComponentsHyperUI is a collection of free Tailwind CSS components that can be used in your next project. With a range of components, you can build your next marketing website, admin dashboard, ecommerce store and much more.
GitHub – janestreet/magic-trace: Easy Intel Processor Trace Visualizer
magic-trace magic-trace is a tool for diagnosing tricky performance issues using Intel Processor Trace. You tell it a function and attach it to a running process, and when that function is called it’ll detach and give you a visualization of everything that happened in the around 10ms leading up t…
2021年が濃すぎて振り返りきれない|松岡玲音|note
新型コロナウイルス感染症やコロナワクチンについては、必ず1次情報として厚生労働省や首相官邸のウェブサイトなど公的機関で発表されている発生状況やQ&A、相談窓口の情報もご確認ください。※非常時のため、すべての関連記事に本注意書きを一時的に出しています。 昨年初めてnoteで一年の振り返り記事を書いてみて、な…
Create a Vite-React Chrome Extension in 90 seconds
The bundler configuration for a Chrome Extension can be pretty complex. When I started making Chrome Extensions, they were small projects for clients who wanted to automate a task. I was starting a new Chrome Extension almost every week, and it took too much time to configure a new project. Then …