Skip to content

Instantly share code, notes, and snippets.

View happydeveloper's full-sized avatar
🎯
Focusing

DU RU KANG happydeveloper

🎯
Focusing
  • duru
  • seoul, korea
View GitHub Profile
@happydeveloper
happydeveloper / infra_devops.md
Last active June 23, 2020 05:44
인프라설정

프로젝트명 + 용도 (작성 필요)

@happydeveloper
happydeveloper / index.html
Last active April 20, 2020 04:24
네이버달력예제
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<script src="http://code.jquery.com/jquery-latest.min.js"></script>
<script src="https://uicdn.toast.com/tui.code-snippet/latest/tui-code-snippet.js"></script>
<script src="https://uicdn.toast.com/tui-calendar/latest/tui-calendar.js"></script>
<link rel="stylesheet" type="text/css" href="https://uicdn.toast.com/tui-calendar/latest/tui-calendar.css" />
</head>
@happydeveloper
happydeveloper / coding-interview.md
Last active February 2, 2021 09:33
ttmik_online_interview

리액트를 이용해서 todo-list 앱 구현

기본 기능

  • list check / modify

선택사항 기능

  • 리스트 비활성화
  • 리스트 순서변경
  • 단위테스트(jest)
  • hook 기반으로 작성
  • Context 및 전역 스토어 사용
@happydeveloper
happydeveloper / MySQL_macOS_Sierra.md
Created November 12, 2018 17:27 — forked from nrollr/MySQL_macOS_Sierra.md
Install MySQL on Sierra using Homebrew

Install MySQL on macOS Sierra

This procedure explains how to install MySQL using Homebrew on macOS Sierra 10.12

Install Homebrew

  • Installing Homebrew is effortless, open Terminal and enter :
    $ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  • Note: Homebrew will download and install Command Line Tools for Xcode 8.0 as part of the installation process.

Install MySQL

At this time of writing, Homebrew has MySQL version 5.7.15 as default formulae in its main repository :

@happydeveloper
happydeveloper / multiple_ssh_setting.md
Created September 16, 2018 13:41 — forked from jexchan/multiple_ssh_setting.md
Multiple SSH keys for different github accounts

Multiple SSH Keys settings for different github account

create different public key

create different ssh key according the article Mac Set-Up Git

$ ssh-keygen -t rsa -C "your_email@youremail.com"
@happydeveloper
happydeveloper / docker_cheat.md
Last active September 21, 2016 04:42 — forked from nacyot/docker_cheat.md
도커(Docker) 치트 시트

Docker 치트 시트

한국어 번역(초벌) : nacyot

왜 Docker를 사용해야하는가?

Why Should I Care (For Developers)

"나에게 Docker의 매력은 간단히 격리된 환경을 만들 수 있다는 것과, 그러한 환경을 재사용할 수 있다는 점이다."런타임 환경을 한 번 만들어 패키지로 만들면, 이 패키지를 다른 어떤 머신에서도 다시 사용할 수 있다. 또한 여기서 실행되는 모든 것은 마치 가상머신과 같이 호스트로부터 격리되어있다. 무엇보다도 이런 모든 일들이 빠르고 간단히 가능하다.

@happydeveloper
happydeveloper / pthreads.md
Created July 7, 2016 12:51 — forked from krakjoe/pthreads.md
pthreads.md

Multi-Threading in PHP with pthreads

A Brief Introduction to Multi-Threading in PHP

  • Foreword
  • Execution
  • Sharing
  • Synchronization
  • Pitfalls
@happydeveloper
happydeveloper / Car.java
Last active April 17, 2016 07:46
자바 클래스 구현
package kr.duru.code;
/**
* Created by duru on 2016. 4. 17..
*/
public class Car {
public Car() {
}
int speed;
@happydeveloper
happydeveloper / iterm2-solarized.md
Last active March 23, 2016 07:53 — forked from kevin-smets/iterm2-solarized.md
iTerm2 + oh my zsh + solarized + Meslo powerline font (OSX)

Solarized