Skip to content

Instantly share code, notes, and snippets.

View sugimomoto's full-sized avatar

Kazuya Sugimoto sugimomoto

View GitHub Profile
@sugimomoto
sugimomoto / gist:33953782c227712a838adc81203c2c20
Last active May 26, 2019 12:28
CData JJUG 2019 Spring 参考資料
# Event
JJUG CCC 2019 Spring
2019年05月18日(土)
http://www.java-users.jp/ccc2019spring/#/
# Session
Java クライント実装におけるAPIスタイル頂上決戦! 野良REST vs GraphQL vs OData vs OpenAPI (Swagger)
@sugimomoto
sugimomoto / decode2019_NW04.markdown
Last active June 21, 2019 08:51
de:code 2019 Session Information MW04 誰のための API? Azure デベロッパーにもエンド ユーザーにも嬉しい API エコシステム活用アプローチ

Session Information

セッションID:MW04

セッションタイトル:誰のための API? Azure デベロッパーにもエンド ユーザーにも嬉しい API エコシステム活用アプローチ

日時:DAY2 ( 5 月 30 日 ) 16:10 - 17:00

部屋:Room G

@sugimomoto
sugimomoto / powerbi_customer360.markdown
Last active June 22, 2019 03:55
Power BI で Customer 360 / #PowerBI #PBIJP 勉強会 @ 東京 #13
@sugimomoto
sugimomoto / tagayasu_12_output_strategy.markdown
Last active May 8, 2021 14:22
地方エンジニアが実践するアウトプット継続のための2つの戦略 #タガヤス その12
@sugimomoto
sugimomoto / office365graphapi.markdown
Last active November 22, 2019 17:24
Office365 Graph で2種類のアクセス許可の仕様にハマった話 #o365jp
@sugimomoto
sugimomoto / powerappscds.markdown
Last active May 8, 2021 14:22
PowerApps/CDS の WebAPI でアプリ接続をする方法 #PowerApps #CDS
@sugimomoto
sugimomoto / Hajimete_id_Postman.markdown
Last active December 15, 2021 00:09
はじめてでも怖くない! Postman を使って、Web API を触ってみよう! #hajimete_it
@sugimomoto
sugimomoto / smaregimeetupcdata.markdown
Last active October 27, 2019 08:09
Poewr BI からリアルタイム・ダイレクトにスマレジAPIデータをクエリしてビジュアライズする方法 #smaregi_talk
@sugimomoto
sugimomoto / DapperSample.SQLServer.cs
Created November 20, 2019 04:21
DapperSample.SQLServer.cs
using System;
using System.Data.SqlClient;
using System.Linq;
using Dapper;
namespace DapperSample.SQLServer
{
class Program
{
static void Main(string[] args)