メモ

@adachi_koichi

仕事の進め方(Web系エンジニア)

チーム内で仕事の進め方について話す機会があったのでまとめたみた。 大切にしてるコンセプトは 「集合知を活かして非効率な仕事の発生確率を下げ、その結果みんながハッピーになるための時間を増やす。」 前提 Webサービスやアプリを作っている開発チーム …

整えた自宅でのリモートワーク環境

タイトル 概要 背景 コンテンツ スタンディングデスク モニタアームで目線に合うように位置を調整 分割キーボード CO2メーター 加湿器・エアコン SideCarでセカンドディスプレイ代わり USBハブを両面テープで貼り付け ケーブルをまとめる サブマシン(長時間…

複数のツールを組み合わせて実現する、高効率なリモートワーク環境の構築メモ

タイトル 複数のツールを組み合わせて実現する、高効率なリモートワーク環境の構築メモ 概要 リモートワークをやってみて、一旦開発スタイルが落ち着いたのでメモ 4行でソリューションを要約 コミュニケーションを取りやすくするため、カメラをつなげっぱな…

会社で自作キーボードのコミュニティを作った話

会社で自作キーボードのコミュニティを作った話 この記事は自作キーボード #2 Advent Calendar 2018 13日目の記事です。 導入 自社でWebサービスを作っている職場で普段プログラムを作っている私は、 以前からキーボードに興味を持っていました。 最初はMacb…

generate kotlin.js.map Kotlin/JS sourcemap for gradle build

default target file is .js file only. add setting .js.map to build.gradle. before path.endsWith(".js") && (path.startsWith("META-INF/resources/") || !path.startsWith("META-INF/")) after (path.endsWith(".js") || path.endsWith(".js.map")) &&…

setup Raspberry pi zero w without monitor and keyboard

download image 2017-11-29-raspbian-stretch-lite.zip from https://www.raspberrypi.org/downloads/ format sd card SD Memory Card Formatter for Mac https://www.sdcard.org/downloads/formatter_4/eula_mac/index.html install Etcher https://etcher.…

guard patterns in Kotlin

fun main(args: Array<String>) { val thingIntOpt:Int? = 0 if (thingIntOpt == null) return val something0 = thingIntOpt?.takeIf { it < 10 } ?: return val thingStringOpt:String? = "hoge" if (thingStringOpt !is String) return val something1 = thingStr</string>…

check ebook store for programmers

https://store.raywenderlich.com/ | Store | Ray Wenderlich https://www.objc.io/books/ | Books · objc.io https://gumroad.com/library | Gumroad - Library https://tatsu-zine.com/books/ | 書籍一覧 - 達人出版会 https://peaks.cc/ | PEAKS(ピーク…

convenience json tools for Swift

Postman Postman | API Development Environment To test http API service. convert curl format request to Swift import curl request from Web Service API Reference. quicktype Easily read and write JSON in any programming langauge • quicktype c…