How we realized SOA by Python at PyCon JP 2015hirokiky
?
The document discusses how to realize a service-oriented architecture (SOA) using Python. It describes a case study of migrating a newspaper company's monolithic web application to microservices. Key practices covered include using Django and Django REST Framework to easily create REST APIs, tox for testing across environments, automated deployments to ElasticBeanstalk, and tools like Sentry and NewRelic for monitoring the distributed system of microservices. While SOA provides benefits, it also requires effort to manage the increased number of independent services.
How does a sales person grow up his communityYoshito Tabuchi
?
A sales engineer created the Japan Xamarin User Group (JXUG) to connect developers. He worked to keep and grow the community by understanding members' needs, recruiting core members, and hosting meetups anywhere possible. The biggest meetup showed the value of JXUG in fostering connections between attendees and creating a positive cycle for the community.
The document shows code for using the Face and Computer Vision APIs to analyze an image. It detects faces in the image and extracts attributes like age, gender, and emotion. It also performs optical character recognition on the image to recognize text and extract the recognized lines of text. The attributes and text are then stored in lists for further processing.
This document contains the code for a Xamarin.Forms login page. It includes an image, label, entry field for a name, and a login button laid out in a stack layout. When the login button is clicked, it will trigger the LoginButton_Clicked method.
The document contains code snippets from different platforms showing login functionality:
- An Android code snippet shows a button click handler starting a new activity
- An iOS code snippet connects a button to login logic
- A Xamarin.Forms code snippet defines a login page with an image, label, entry and button laid out in a stack layout
2017/1/15(日)に名古屋で開催した OthloEvent #9 [学生限定Xamarinハンズオン] OthloTech x Microsoft Student Partners x JXUG学生支部
https://othlotech.connpass.com/event/45888/
で発表した資料です。
37. Hitcents - Draw a Stickman EPIC
? MonoGame を利用
XNA 4 の OSS 実装
? 95%コードを共通化
? iPhone, iPad, Android,
Windows ストアアプリ
Draw A Stickman EPIC now available for iPhone, iPad and Windows 8 | Xamarin Blog
http://blog.xamarin.com/draw-a-stickman-epic-now-available-for-iphone-ipad-and-windows-8-2/
MonoGame - Write Once, Play Everywhere - Home
http://monogame.codeplex.com/
38. Kick The Ball
? 3Dゲーム
? スムーズに動作し
ボールが当たった
時の 3D の計算
もバッチリです。
? iPhone, iPad,
Android アプリ
Keck The Ball
http://j.mp/QC8P2o
Xamarin 事例紹介 - Kick The Ball
http://ytabuchi.hatenablog.com/entry/2014/04/07/185112
iPhone
iPad
Android