Skip to content

Commit

Permalink
categories 가 path 로 들어가 이미지를 못찾는 문제가 있는 것 같아서 categories 를 일괄 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
starrybleu committed Nov 8, 2024
1 parent ab04457 commit dd374c0
Show file tree
Hide file tree
Showing 59 changed files with 59 additions and 118 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ layout: "post"
title: "드라마앤컴퍼니 기술 블로그에 오신 것을 환영합니다."
author: "sid"
date: "2015-10-05"
categories:
- "develop"

---

드라마앤컴퍼니는 DReam And MAke it happen을 모토로 국민 명함관리 앱 리멤버([rememberapp.co.kr](http://rememberapp.co.kr/))를 서비스하고 있으며, 더 나아가 명함이라는 매개체로 한국형 business networking platform을 완성시키는 것을 꿈꾸고 있습니다.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ layout: "post"
title: "Amazon Web Services, Capistrano 그리고 리멤버"
author: "Jaden"
date: "2015-10-14"
categories:
- "develop"

tags:
- "autoscaling"
- "aws"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ layout: "post"
title: "Tom과 Jaden의 첫 페어 프로그래밍 도전기"
author: "tom"
date: "2015-11-18"
categories:
- "develop"

---

이 글은 처음으로 페어 프로그래밍(Pair programming)을 시도해본 두 사람의 이야기입니다. 둘 다 처음 진행해본 페어 프로그래밍인 만큼 매우 잘 이해하고 진행한 것도 아니며 최적의 방식으로 진행하지도 못했습니다. 하지만 1주일간 진행해보며 페어 프로그래밍을 처음 접해본 사람의 입장에서 진행한 방법과 느낀 점들을 적어보았습니다. 페어 프로그래밍을 시도해보고 싶으나 시도해보지 못한 분들에게 도움이 되는 글이었으면 좋겠습니다.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ layout: "post"
title: "리멤버의 안드로이드 6.0 M버전 대응기"
author: "rfrost"
date: "2015-11-25"
categories:
- "develop"

---

2015년 10월 20일, 넥서스 5x 출시를 시작으로 안드로이드 6.0 마시멜로우(이하 M버전)가 정식으로 시장에 풀렸습니다. M버전은 고객의 입장에서는 체감할만한 큰 변화가 없지만, 개발자들에게는 매우 많은 변화가 있던 업데이트 였습니다. 그만큼 구글에서는 정식으로 출시하기 전부터 3차례에 걸쳐 프리뷰를 발표하면서 많은 개발자들이 변화에 대응할 수 있는 시간을 주었습니다. (심지어 targetSdkVersion을 23으로 올리지 않아도 M버전 기기에서 앱이 잘 돌아갑니다. 권장되는 방법은 아닙니다.)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ layout: "post"
title: "Electron으로 웹 앱 만들듯 데스크톱 앱 만들기"
author: "tom"
date: "2015-12-04"
categories:
- "develop"

---

이번에 출시된 리멤버 데스크톱 앱은 Electron을 이용하여 개발되었습니다. 이 글에서는 HTML, CSS, JavaScript만을 이용하여 Windows, Mac, Linux 등 크로스 플랫폼으로 데스크톱 앱을 만들 수 있게 해주는 Electron에 대하여 이야기해 보려고 합니다. 세 가지 플랫폼 중 가장 많이 사용하시게 될 것 같은 Windows를 기준으로 작성했습니다. 이 글이 독자분들에게 Electron에 대하여 접할 좋은 기회가 되고 프로젝트 도입 여부에 대한 결정에 도움이 되는 글이 되었으면 좋겠습니다.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ layout: "post"
title: "안정적인 서비스 운영을 위한 서버 모니터링 #1"
author: "sid"
date: "2015-12-17"
categories:
- "develop"

---

### **0\. Background**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ layout: "post"
title: "'처음' Windows 설치 파일을 '배포'하는 개발자들을 위하여"
author: "tom"
date: "2015-12-17"
categories:
- "develop"

---

이번에 리멤버 Windows 데스크톱 버전을 개발하면서 처음으로 exe 파일로 설치 파일을 만들고 웹에 배포해 보았습니다. 이 글에서는 처음으로 설치 파일을 웹에 배포하는 과정 그리고 예상하지 못했던 난관에 대하여 설명해보려 합니다.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ layout: "post"
title: "안정적인 서비스 운영을 위한 서버 모니터링 #2"
author: "sid"
date: "2015-12-22"
categories:
- "develop"

---

### **0\. Background**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ layout: "post"
title: "RDS MySQL에서 RDS Aurora로 DB이전 다운타임 최소화 하기"
author: "devyrlee"
date: "2016-01-01"
categories:
- "develop"

---

얼마 전 저희 [리멤버](http://rememberapp.co.kr)의 DB서버 이전이 있었습니다. 기존엔 AWS RDS에서 MySQL을 사용하고 있었으나 AuroraDB로 서버 이전을 하였고, 손쉽게(?) 작업을 마무리 할 수 있었습니다. 이전을 할 때 데이터 소실없이 이전 하는 것이 첫 번째로 중요했고, 두 번째로 중요했던 건 서비스의 다운타임을 최소화 하는 것 이었습니다. 첫 번째로 중요했던 데이터의 소실 없이 이전 하는건 철저한 검증을 통해 확인과 복원을 하면 되었지만, 두번째 중요했던 다운타임 최소화 문제는 조금 난감했습니다. DB이전과 함께 여러가지 밀려있던 작업을 위해 주말 새벽 5시간의 서비스 다운타임을 이용자들에게 공지했고, 저희는 이 시간 안에 예정된 모든 작업을 끝내야 했습니다. 결과적으로 공지 했던 시간 보다 2시간을 단축해 3시간만에 모든 작업을 끝낼 수 있었습니다. DB이전 작업엔 거의 시간이 들지 않았으니까요.
Expand Down
3 changes: 1 addition & 2 deletions _posts/2016-03-11-안드로이드에-flux-적용하기.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ layout: "post"
title: "안드로이드에 Flux 적용하기. Flux는 정말 새로운 것인가?"
author: "rfrost"
date: "2016-03-11"
categories:
- "develop"

---

[![flux](/images/fDdKUa7aKL.png)](https://blog.dramancompany.com/wp-content/uploads/2016/03/flux.png)
Expand Down
3 changes: 1 addition & 2 deletions _posts/2016-03-16-realm-데이터베이스.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ layout: "post"
title: "Realm 데이터베이스, 제대로 알고 안드로이드에서 사용하기"
author: "rfrost"
date: "2016-03-16"
categories:
- "develop"

---

\* 아래 글은 Realm-Java 0.87.5 버전을 기준으로 작성되었습니다. 현재는 0.88.0이 나왔으며, 그에따라 약간 다른 내용이 있을 수 있습니다. [Changelog](https://github.com/realm/realm-java/blob/master/CHANGELOG.md)를 참조하시면서 글을 보신다면, 혼동하지 않고 볼 수 있습니다.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ layout: "post"
title: "개발그룹은 어떻게 일을 하는가? #1"
author: "tom"
date: "2016-03-16"
categories:
- "develop"

tags:
- "방법론"
- "스크럼"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ layout: "post"
title: "Rails Engine을 이용한 Zeus 프로젝트"
author: "sid"
date: "2016-03-18"
categories:
- "develop"

---

### 1\. Problem
Expand Down
3 changes: 1 addition & 2 deletions _posts/2016-04-27-crop.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ layout: "post"
title: "리멤버 앱의 명함인식 기능"
author: "jade"
date: "2016-04-27"
categories:
- "develop"

---

안녕하세요. 이번 포스팅에서는 리멤버 앱에 포함된 명함인식 기능에 관한 내용을 소개하려 합니다. 아래에서 그 내용을 간략히 소개해 드리려 합니다.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ layout: "post"
title: "드라마의 Pair Programming과 Code Review 도입 후기"
author: "sid"
date: "2016-05-25"
categories:
- "develop"

---

작년 11월에 Tom님과 Jaden님이 처음으로 페어 프로그래밍을 진행하고 도전기를 남겨주셨는데요,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ layout: "post"
title: "안드로이드에 테스트 도입하기"
author: "rfrost"
date: "2016-08-04"
categories:
- "develop"

---

좋은 소프트웨어를 만들기 위해서는 테스트 자동화가 중요합니다. 꼼꼼하고 정확한 자동화 테스트는 QA 비용을 줄이고, 제품의 질을 높입니다. 리멤버의 백엔드는 오래 전부터 TDD를 적용하였습니다. 하지만 클라이언트는 View단과 직접 엮여있기 때문에 겪는 테스트의 어려움과, 빠르게 처리해야 할 비즈니스 요구사항에 밀려, 테스트 자동화를 하지 못하고 있었습니다.
Expand Down
3 changes: 1 addition & 2 deletions _posts/2016-08-08-드라마에서-1년의-성장기.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ layout: "post"
title: "드라마에서 1년의 성장기"
author: "rfrost"
date: "2016-08-08"
categories:
- "develop"

---

2015년 7월에 입사하여 드라마앤컴퍼니에 온지 이제 1년이 지났습니다. 어느 분야든 정체를 겪다가 한번에 올라가는 순간이 있습니다. 저는 120만명 이상이 사용하는 리멤버 서비스의 안드로이드 앱을 혼자 개발하면서 한번에 올라가는 성장을 경험하고 있습니다. 개발 능력도 많이 성장하였지만, 근본적인 것들을 많이 배웁니다. 그리고 배운 것들 중 의미있는 것들을 나누려고 합니다.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ layout: "post"
title: "Ruby 코드 성능 최적화 (feat. ruby-prof, Benchmark)"
author: "tom"
date: "2016-11-28"
categories:
- "develop"

tags:
- "benchmark"
- "rails"
Expand Down
3 changes: 1 addition & 2 deletions _posts/2017-03-21-아름다운-모델-구조를-찾아서.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ layout: "post"
title: "아름다운 모델 구조를 찾아서"
author: "rfrost"
date: "2017-03-21"
categories:
- "develop"

---

어떤 소프트웨어든 OOP 기반이라면 모델 구조를 설계하는 것부터 시작합니다. 모델이라 함은 소프트웨어를 Object-Oriented로 만들기 위해 현실에 존재하는 개념을 묶은 객체를 의미합니다. 모델은 소프트웨어를 구성하는 작으면서도 근본적인 단위이기 때문에 처음 정의하는 것에 따라 구현방향과 성능에 영향을 미칩니다. 따라서 상황에 적절한 모델을 설계하고 활용하는 것이 중요합니다.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ layout: "post"
title: "AWS Code Deploy를 통한 배포 자동화"
author: "tom"
date: "2017-04-17"
categories:
- "develop"

tags:
- "aws"
- "code-deploy"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ layout: "post"
title: "빅데이터 프레임워크를 활용한 데이터 인프라 구축"
author: "jo.kim"
date: "2017-08-29"
categories:
- "develop"

tags:
- "airflow"
- "hadoop"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ layout: "post"
title: "Firebase Remote Config로 배포없이 운영하기"
author: "rfrost"
date: "2018-04-09"
categories:
- "develop"

---

라이브로 운영하는 서비스는 항상 운영이슈가 존재합니다. 운영이슈는 사용자의 요구를 최대한 실시간으로 대응하여 불편함을 줄이고 만족도를 높이는 것을 의미합니다. 예를 들어 CS, 공지사항 부터 장애 모니터링 및 대응, 피드백 수집 후 개선까지도 모두 운영이슈로 볼 수 있습니다. 이 때 운영팀에서 가장 중요하게 생각하는 것은 실시간 입니다. 운영팀은 공지사항, 장애 등 이슈가 있을 때 원하는 시간에 바로바로 대응할 수 있는 시스템을 원합니다.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ layout: "post"
title: "Fabric Branch로 사용자 행동 분석하기"
author: "rfrost"
date: "2018-04-20"
categories:
- "develop"

---

# Fabric Branch 사용 배경
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ layout: "post"
title: "리멤버 지원자분들이 묻는 질문 Top 4"
author: "tom"
date: "2019-03-12"
categories:
- "develop"

---

안녕하세요 정말 오랜만에 쓰는 글입니다. 글이 안올라와서 "이 회사 망한거 아니야?"라는 생각을 갖으셨을수도 있겠지만 그런건 아니고 지난 기간동안 리멤버는 큰 성장을 만들어내는데 정말 많이 바빴습니다. 핑계지만 바쁘다는 이유로 글을 거의 쓰지 못했습니다^^;
Expand Down
3 changes: 1 addition & 2 deletions _posts/2019-03-18-드라마-qa팀이-하는-일.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ layout: "post"
title: "리멤버 QA팀이 하는 일"
author: "sumin"
date: "2019-03-18"
categories:
- "develop"

---

안녕하세요. 드라마앤컴퍼니 QA팀 곽수민입니다. 이번 포스팅에서 드라마의 QA팀은 어떠한 업무를 하고 있는지 소개하려 합니다. 
Expand Down
3 changes: 1 addition & 2 deletions _posts/2019-03-21-opencv로-실시간-명함-인식하기.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ layout: "post"
title: "리멤버는 어떻게 명함을 정확히 인식할까? : OpenCV 이미지 프로세싱"
author: "sm.im"
date: "2019-03-21"
categories:
- "develop"

tags:
- "android"
- "camera"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ layout: "post"
title: "AWS로 서버 없이 웹 서비스 운영하기 - 1"
author: "qkraudghgh"
date: "2019-09-05"
categories:
- "develop"

tags:
- "aws"
- "code-deploy"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ layout: "post"
title: "모바일 UI 테스트 자동화 구축하기"
author: "sumin"
date: "2019-09-05"
categories:
- "develop"

tags:
- "appium"
- "automation-test"
Expand Down
3 changes: 1 addition & 2 deletions _posts/2020-11-16-java-spring-ruby-on-rails.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ layout: "post"
title: "Java&Spring 개발자가 Ruby on Rails 를 해보고 마주친 생각들"
author: "hb.lee"
date: "2020-11-16"
categories:
- "develop"

tags:
- "backend"
- "java"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ layout: "post"
title: "[인터뷰] “6개월 전의 코드가 부끄럽고 아쉬웠어요.”"
author: "tom"
date: "2020-11-30"
categories:
- "develop"

tags:
- "rails"
- "react"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ layout: "post"
title: "리멤버 서버/웹 팀은 어떻게 일을 하는가?"
author: "tom"
date: "2020-12-21"
categories:
- "develop"

tags:
- "aws"
- "pr"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ layout: "post"
title: "웹 퍼포먼스 개선을 위한 Lighthouse CI 도입기"
author: "jiseop.han"
date: "2021-04-21"
categories:
- "develop"

---

안녕하세요. 리멤버의 웹 프론트엔드 개발을 하고 있는 한지섭입니다.
Expand Down
3 changes: 1 addition & 2 deletions _posts/2021-06-15-awsgameday2021.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ layout: "post"
title: "🏆 AWS 대회에서 1등 했습니다!"
author: "tom"
date: "2021-06-15"
categories:
- "develop"

tags:
- "alb"
- "aws"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ layout: "post"
title: "나우 위젯 개발을 통해서 알아보는 리멤버 앱팀의 일 하는 방식"
author: "pyeongho"
date: "2021-08-02"
categories:
- "develop"

tags:
- "android"
- "now"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ layout: "post"
title: "리멤버의 온보딩 과정을 소개합니다"
author: "s.sunyoung"
date: "2021-08-30"
categories:
- "develop"

---

안녕하세요! 리멤버에서 Platform Crew에 속해있는 서버 개발자 신선영입니다.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ layout: "post"
title: "병렬테스트로 Rspec 테스트 속도 줄이기"
author: "sj.sa"
date: "2021-10-25"
categories:
- "develop"

tags:
- "rails"
- "ruby"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ layout: "post"
title: "CODE GURU REVIEWER를 사용하여 코드리뷰 받기"
author: "sj.sa"
date: "2021-11-08"
categories:
- "develop"

tags:
- "aws"
- "code-review"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ layout: "post"
title: "리멤버에서 Pull Request 편리하게 사용하는 법"
author: "sj.sa"
date: "2021-11-17"
categories:
- "develop"

---

여러 사람이 협업을 하다 보면 코드에 변경 사항에 대한 코드 리뷰를 받기 위하여 Pull Request를 생성하곤 합니다. 리멤버에서는 리뷰어가 좀 더 쉽게 리뷰를 진행할 수 있도록 Pull Request에 작업 내용, 고민됐던 부분, 희망 리뷰 완료일 등 다양한 정보를 적고 있습니다. 이런 코드 리뷰 프로세스를 더 잘 정착시키고 효율적으로 진행할 수 있도록 리멤버의 서버 개발자들이 고민하고 적용했던 몇 가지 방법에 대해 공유하고자 합니다.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ layout: "post"
title: "디자인팀 입사자가 바라본 드라마앤컴퍼니"
author: "wr.kwon"
date: "2021-11-29"
categories:
- "design"

tags:
- "드라마앤컴퍼니"
- "디자인"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ layout: "post"
title: "리멤버의 타코 문화를 소개합니다"
author: "s.sunyoung"
date: "2021-12-01"
categories:
- "culture"

---

안녕하세요! 리멤버에서 Platform Crew에 속해있는 서버 개발자 신선영입니다.
Expand Down
Loading

0 comments on commit dd374c0

Please sign in to comment.