Skip to content

Instantly share code, notes, and snippets.

View tai-sho's full-sized avatar
🏠
Working from home

ShoheiTai tai-sho

🏠
Working from home
View GitHub Profile
<!-- bold-cart-item.liquid -->
{% comment %} Last updated 2018-May-14 {% endcomment %}
{% capture bold_cart_item_liquid %}
{% comment %}
BOLD-CART-ITEM.LIQUID - Universal Bold Cart Updater
This file creates liquid variables to assist in updating line items in cart.liquid.
USED BY: Product Options, Recurring Orders, Product Builder
REQUIRES: bold.css
@shichi-at-nttr
shichi-at-nttr / _SonarQube-on-Docker.md
Last active May 22, 2024 11:49
SonarQube on Docker (データを永続化して使う)

静的コード解析ツールSonarQubeをDockerで動かす

Dockerを終了しても解析結果とSonarQubeのプラグイン情報を保持するためのdocker-compose

SonarQubeの起動

docker-compose.yml を置いたディレクトリで以下を実行する。

$ docker-compose up -d
@mizchi
mizchi / predict-frontend.md
Last active May 12, 2023 03:43
React のユーザーから見た今後のフロントエンドの予想

この記事は議論のたたき台で、ポジショントークや、偏見にまみれています。

今のフロントエンドの分類

  • 古典的なサーバーサイド WAF への +α の味付け
  • 大規模なクライアントアプリケーション管理のための SPA
  • SEO / SSR を考慮した Node ヘヴィーな環境

他、提唱されてるパターン

@notchi590
notchi590 / slack-emoji-exporter.js
Last active August 9, 2022 09:39
slack emoji exporter written in Node.js
var request = require('request');
var fs = require('fs');
var url = "https://slack.com/api/emoji.list?pretty=1";
var token = "Bearer <token here>";
request.get({
url : url,
headers : {
"Authorization" : token
}
<?php
/*
MIT License
Copyright (c) 2021 HAYASHI-Masayuki
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights