Mackerel Drink Up #5 Tokyo ( https://mackerelio.connpass.com/event/60063/ )でLTした時のスライドです。
オンプレミス環境からAWSサービスを移行するにあたって監視をどうしようか? 悩んでいたところでMackerelに出会って思ったこと等を共有しました。
Mackerel Drink Up #5 Tokyo ( https://mackerelio.connpass.com/event/60063/ )でLTした時のスライドです。
オンプレミス環境からAWSサービスを移行するにあたって監視をどうしようか? 悩んでいたところでMackerelに出会って思ったこと等を共有しました。
GraphView のすゝめ / Introduction of GraphViewMori Tetsuya
The document discusses GraphView tips for snapping nodes to a grid in Unity. It provides code snippets to:
1. Insert a GridBackground to provide grid lines.
2. Create vertical ports on a node and make nodes resizable.
3. Register a callback on the node's GeometryChangedEvent to snap its position and size to the grid on resize.
Visual Programming Framework for Unity - UniFlow のご紹介Mori Tetsuya
This document contains code snippets and configuration files related to Unity packages and message handling in a messaging system. It includes a JSON file listing dependencies and scoped package registries, code for connecting a message handler and annotating messages as composable or collectable, and release information for a messaging library called UniFlow.
The document provides an overview of basic Git commands for initializing and setting up a Git repository, tracking and committing files, branching and merging, and pushing and pulling from remote repositories. Key commands covered include git init, git add, git commit, git branch, git checkout, git merge, git push, git pull, and git clone.