Skip to content

Instantly share code, notes, and snippets.

View tMinamiii's full-sized avatar
:octocat:

Takahiro Minami tMinamiii

:octocat:
View GitHub Profile
@tMinamiii
tMinamiii / resume.md
Last active May 30, 2024 04:54
Resume

職務経歴書

基本情報

SIer で BtoB パッケージ開発 ⇒ Web 制作会社にて受託システム開発 ⇒ 株式会社エブリーにて DELISH KITCHEN の開発

Reading

mindmap
   root((mindmap))
      A
       B
       C
@tMinamiii
tMinamiii / handler.go
Last active September 20, 2023 12:07
pushtoken-api
package handler
import "github.com/labstack/echo/v4"
type UserDevice interface {
UpdatePushToken(echo.Context) error
}
type DeviceHandler struct {
}
@tMinamiii
tMinamiii / query.sh
Created September 7, 2023 05:50
dk-elasticsearch
curl -XGET 'http://internal-dev-delish-es-alb-1216483217.ap-northeast-1.elb.amazonaws.com:8080/delish-recipes/_search' -H 'Content-Type: application/json' -d'{
"_source":true,
"min_score":0.001,
"query":{
"bool":{
"filter":{
"terms":{
"state_premium":[0]
}
},
export ENV=local
if [ ${ENV} = "test" ]; then
source ./.test.env
elif [ ${ENV} = "local" ]; then
source ./.local.env
fi
export DYNAMODB_LOCAL_PORT
export DYNAMODB_LOCAL_ADMIN_PORT

grpc link id token

-> Authfront End ->

dynamo table and relations

  • user_auth(1) : user_attribute(*)
  • user_authとuser_attributeは、uid で紐づく

user auth table

@tMinamiii
tMinamiii / decls.md
Last active May 3, 2023 09:41
mockgen調査

Decls

top-level declarations; or nil

Decls []ast.Decl{
  &ast.GenDecl{
    Doc: (*ast.CommentGroup)(nil),
    TokPos: 19,
    Tok: 75,
@tMinamiii
tMinamiii / .prettierrc.yaml
Last active September 26, 2020 15:20
prettier
printWidth: 120
tabWidth: 2
semi: true
singleQuote: false
trailingComma: all
bracketSpacing: true
useTabs: false
@tMinamiii
tMinamiii / QRcode in Jupyter.ipynb
Created December 17, 2017 09:49
QRcode in Jupyter
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.