input & output 2024/3/4-2024/3/10

O`reilly Learning Pickup Book

Welcome to AI
https://learning.oreilly.com/library/view/welcome-to-ai/9781647827533/
AIが実現する未来で成功する方法をより深く理解

Elixir in Action, Third Edition
https://learning.oreilly.com/library/view/elixir-in-action/9781633438514/
Elixir 1.15に完全アップデート、スケーラビリティ、フォールトトレランス、高可用性の問題にどのように取り組んでいるかを明らかに

Practical MongoDB Aggregations
https://learning.oreilly.com/library/view/practical-mongodb-aggregations/9781835884362/
MongoDB, Inc.公認、MongoDB 7.0の最新機能を含むMongoDBアグリゲーションフレームワークの可能性を最大限に引き出す

Mastering the Java Virtual Machine
https://learning.oreilly.com/library/view/mastering-the-java/9781835467961/
JVMの内部構造、メモリ管理、パフォーマンスの最適化を探る

The Art of Unit Testing, Third Edition
https://learning.oreilly.com/library/view/the-art-of/9781617297489/
ユニットテストをマスター

Prototyping Python Dashboards for Scientists and Engineers: Build and Deploy a Complete Dashboard with Python
https://learning.oreilly.com/library/view/prototyping-python-dashboards/9798868802218/
Pythonでインタラクティブでデータ駆動型のダッシュボードを作成

MATLAB Machine Learning Recipes: A Problem-Solution Approach
https://learning.oreilly.com/library/view/matlab-machine-learning/9781484298466/
MATLABのパワーを活用して機械学習のさまざまな課題を解決

MicroPython for the Internet of Things: A Beginner’s Guide to Programming with Python on Microcontrollers
https://learning.oreilly.com/library/view/micropython-for-the/9781484298619/
MicroPythonを使って独自のIoTアプリケーションを開発

Kubernetes for Developers
https://learning.oreilly.com/library/view/kubernetes-for-developers/9781617297175/
Kubernetes上にアプリケーションをデプロイするための実践的方法

ChatGPT for Java: A Hands-on Developer’s Guide to ChatGPT and Open AI APIs
https://learning.oreilly.com/library/view/chatgpt-for-java/9798868801167/
JavaでChatGPTとOpen AI APIを使ってインテリジェントなアプリケーション開発

Learn C++ by Example
https://learning.oreilly.com/library/view/learn-c-by/9781633438330/
8つのプロジェクトで、最新のC++の機能を学ぶ

Building Green Software
https://learning.oreilly.com/library/view/building-green-software/9781098150617/
地球にとってより良く、ビジネスにとっても安価で低リスクな方法でコードを構築、運用する方法

Machine Learning with Python
https://learning.oreilly.com/library/view/machine-learning-with/9781835461969/
Pythonで機械学習を学ぶ

Pickup

UFO: A UI-Focused Agent for Windows OS Interaction
https://github.com/microsoft/UFO/
UFOはUIに焦点を当てたデュアルエージェントフレームワークであり、Windows OS上で、個々の、あるいは複数のアプリケーションをシームレスにナビゲートし操作することで、ユーザーの要求を満たす。

ELIZA
https://web.njit.edu/~ronkowit/eliza.html
非常に基本的なロジャー派の心理療法士チャットボット

JSR
https://jsr.io/
モダンJavaScriptとTypeScriptのオープンソースパッケージレジストリ

モジュール性成熟度指数:Modularity Maturity Index(MMI)

Puter
https://puter.com/

Strada
https://www.getstrada.com/
ローコードのスピードとコードの柔軟性で自動化
PythonでAPIを接続し、統合、トリガー、デプロイを行います。

Javalin
https://javalin.io/
JavaとKotlinのためのシンプルなウェブフレームワーク

jQuery user interface
https://jqueryui.com/
jQuery UIは、jQuery JavaScript Libraryの上に構築されたユーザーインターフェイスインタラクション、エフェクト、ウィジェット、テーマの厳選されたセットです。
高度にインタラクティブなWebアプリケーションを構築する場合でも、フォームコントロールに日付ピッカーを追加する必要がある場合でも、jQuery UIは最適な選択肢です。

Polyfill (ポリフィル)
https://developer.mozilla.org/ja/docs/Glossary/Polyfill
ポリフィルとは、最近の機能をサポートしていない古いブラウザーで、その機能を使えるようにするためのコードです。
大抵はウェブ上の JavaScript です。

jQuery Migrate
https://github.com/jquery/jquery-migrate/
jQuery Migrateは、削除されたAPIを復元し、さらに、削除されたAPIや非推奨のAPIが使用されている場合、ブラウザコンソールに警告を表示します(jQuery Migrateの開発版のみ)。
こうすることで、jQuery Migrateが不要になり削除できるようになるまで、そうしなければエラーになっていたものを見つけて修正することができます。

input & output

Posted by shi-n