未分類
- 2023年03月03日
- 未分類
Flutterのアップデートについて
今回は、Flutterに関する最新のアップデートを紹介します。
Flutter 2.10リリース
Flutter 2.10には、開発者がアプリによるネットワーク要求を監視できる新しいネットワーク追跡機能も搭載されています。その他のアップデートには、Flutter DevToolsの改善、Dart 2.16、null safetyのサポート向上が含まれます。
Web用Flutter
Flutter 2.8では、開発者はflutter createコマンドを使ってWebプロジェクトを作成できるようになり、Flutterで構築したWebアプリケーションのパフォーマンスとユーザーエクスペリエンスに改善が見られます。
Desktop向けFlutter
最近のアップデートにより、Flutterで構築されたデスクトップアプリケーションのパフォーマンスとユーザーエクスペリエンスが改善されています。Flutter 2.8では、開発者はApple SiliconアーキテクチャをサポートするmacOSアプリケーションを作成できるようになりました。
Flutterの状態管理
FlutterチームはRiverpodという新しい状態管理ソリューションをリリースし、Flutterでの状態管理を簡素化することを目的としています。
Flutterプラグイン
FlutterチームはFirebase Analytics、Firebase Performance Monitoring、Google Maps用の新しいプラグインをリリースしました。
Flutterウィジェット
Flutterチームは、開発者がプラットフォームに適応したナビゲーションバーを作成できるAdaptive Navigation Barや、開発者がスクロール可能な領域の残りのスペースを埋めることができるSliverFillRemainingウィジェットなどの新しいウィジェットを発表しました。
結論として、モバイル、ウェブ、デスクトップアプリケーションを構築する場合、Flutterは高品質のユーザーインターフェースを構築するための強力で柔軟なツールキットを提供します。
金曜担当 – Ami
asahi at 2023年03月03日 10:00:00
- 2023年02月15日
- 未分類
BingにAIが搭載されました
tanaka at 2023年02月15日 10:00:00
- 2023年02月01日
- 未分類
PICO4を触ってみました
TikTokで有名なByteDance社の子会社のPICOが
昨年10月に発売したVRヘッドセットのPICO4を買ったので触ってみました。
Meta Quest2 と同じようにPCが要らない単体で使える
両目4K解像度とカラーパススルーが売りのヘッドセットです。
無線か有線どちらかでPCに接続することでPCVRヘッドセットとしても
使うことができます。
単体での使用時は、私が以前持っていたHTC Viveと
比べてとても画質が良く感じました。
次に無線でPCに接続して使用した場合は映像をストリーミングしていることが
分かるくらいには画質の低下は感じられましたが、
コントローラーの遅延は特に感じませんでした。
Meta Quest 2を持っていないので比較することはできませんが、
単体で利用するには良い選択肢だと感じました。
水曜担当:Tanaka
tanaka at 2023年02月01日 10:00:00
- 2022年12月05日
- 未分類
Alternatives for Heroku
Heroku is a famous PAAS (Platform as a Service) that makes it very easy for developers to deploy applications in different languages and frameworks.
Heroku is very popular due to its simplicity and ease of use. In minutes, you can go from an app on your computer to an app deployed using a URL that you send to friends and clients. Heroku had a free tier that can be used for learning purposes and non-commercial applications such as personal projects.
However Heroku said
The reason for that decision was due to fraud and abuse of Heroku’s free product plan.
Here are some alternatives that offer a free plan.
You can also check this list of PAAS with free tiers: https://github.com/ripienaar/free-for-dev#paas
Yuuma
yuuma at 2022年12月05日 10:00:00
5 PHP Application Monitoring Tools
Today, I would like to share about 5 PHP application monitoring tools. Let’s take a look.
Sentry.io
Sentry.io was originally for python frameworks. Sentry enables end-to-end observability and collects complete stack traces and offers support for PHP, Laravel and Symfony.
PHP Server Monitor
PHP server monitor is an open-source tool to monitor the performance of PHP servers and websites. It allows for easy cronjob monitoring, email, SMS and Pushover notifications, logs collection and more.
Logtail
Logtail is as structured log management platform based on ClickHouse. It can collect and monitor data in real-time from any PHP application.
New Relic
New Relic monitor and helps with identifying and troubleshooting performance issues. It tracks key transactions, monitors critical metrics, and visualizes everything in dashboards. New Relic’s PHP monitoring promises improved performance, query optimization, and instant observability.
Atatus
Atatus is a tool supporting PHP performance monitoring and error handling. Using the Atatus, we can improve business metrics and optimize the performance of the application. It discovers the longest transactions, the slowest database queries, the slowest network calls and exceptions.
This is all for now. Hope you enjoy that.
By Asahi
waithaw at 2022年09月06日 10:00:00