Skip to content

Instantly share code, notes, and snippets.

View kciter's full-sized avatar
👀
Focusing

Sunhyoup Lee kciter

👀
Focusing
View GitHub Profile
@kciter
kciter / Flask+Nginx 설치 방법.md
Last active January 14, 2022 01:49
Nginx + uWSGI + Flask

Flask + Nginx 설치 방법

환경

데비안 계열 중 우분투 서버
여기서 접근하는 모든 디렉토리는 권한이 있어야함.

설치

@utilForever
utilForever / SearchFile.cpp
Last active April 25, 2016 09:27
Search files that matches specific word in certain directory (C++17)
#include <experimental\filesystem>
#include <iostream>
#include <fstream>
using namespace std;
using namespace std::experimental::filesystem;
int main(int argc, char* argv[])
{
if (argc < 2)
@Hardtack
Hardtack / FunctionalReactiveMVC.md
Last active August 1, 2019 07:54
순수 함수형 상태 전이와 Functional Reactive 프로그래밍을 이용한 Reactive Model View Controller 설계 패턴 (1)

순수 함수형 상태 전이와 Functional Reactive 프로그래밍을 이용한 Reactive Model View Controller 설계 패턴 (1)

최근 많은 프로그래밍 언어에서는 함수형 프로그래밍을 지원하기 위한 다양한 도구들을 제공하고 있습니다. 그중 Swift는 최신 트렌드가 많이 반영된 언어로써, 스몰토크형 객체지향 프로그래밍과 함수형 프로그래밍을 함께 지원함으로써 개발자들에게 함수형 프로그래밍에 대한 접근성을 증가시켰습니다.

그리고 Reactive 프로그래밍이 조명을 받기 시작하며, Reactive Extension과 같은 훌륭한 리액티브 프로그래밍을 위한 도구를 제공하고 있습니다. Reactive Extension은 Reactive 프로그래밍을 지향하고 있으며, 이를 기반으로 Functional Reactive 프로그래밍을 실현할 수 있습니다. 또한, 다양한 언어에 포팅이 되어있어 서로 다른 언어에서 일괄적인 패턴을 적용할 수 있습니다.

이 글에선 순수 함수적 상태 전이에 대해 간단하게 알아보고, 이를 기반으로 Functional Reactive 프로그래밍이 지향하는바와, 이러한 기법들의 장점을 극대화 할 수 있는 설계에 대한 기본 원칙, 그리고 그에 따른 설계의 예를 다룰 것 입니다.

@dongsik-yoo
dongsik-yoo / .gitignore
Last active May 10, 2024 07:44
javascript i18n automation with google spread sheet
# locale json files
/assets/locales/