본문 바로가기

카테고리 없음

2021-01-01 16시 개발자 글 모음 | " 2020 " 외 5개 이야기

스택은 낯설어서 by 김정윤

  • public class Main { public static void print_num ( int num ) { if ( num == 0 ) return ; print_num ( num - 1 ) ; System
  • println ( num ) ; } public static void main ( String args [ ] ) { print_num ( 3 ) ; } }
  • println ( num ) ; } public static void main ( String args [ ] ) { print_num ( 3 ) ; } }


로딩속도가 가장 빠른 안드로이드 이미지 피커 라이브러리 Pickle!! by 옥수환 about Android

  • 글 목록 글 목록 월 선택 2021년 1월 (1) 2020년 12월 (7) 2020년 11월 (2) 2020년 10월 (6) 2020년 9월 (2) 2020년 8월 (3) 2020년 7월 (7) 2020년 6월 (26) 2020년 5월 (6) 2020년 4월 (5) 2020년 3월 (3) 2020년 2월 (3) 2020년 1월 (6) 2019년 12월 (5) 2019년 11월 (6) 2019년 10월 (8) 2019년 9월 (3) 2019년 8월 (6) 2019년 7월 (6) 2019년 6월 (5) 2019년 5월 (10) 2019년 4월 (5) 2019년 3월 (8) 2019년 2월 (10) 2019년 1월 (4) 2018년 12월 (3) 2018년 11월 (6) 2018년 10월 (13) 2018년 9월 (8) 2018년 8월 (7) 2018년 7월 (4) 2018년 6월 (7) 2018년 5월 (2) 2018년 4월 (5) 2018년 3월 (7) 2018년 1월 (5) 2017년 12월 (2) 2017년 11월 (3) 2017년 10월 (5)


Emacs에서 magit 최적화하기 by 김석범 about Git


    2020년에 있었던 일 by 강명훈


      [번역] Pinterest의 역설 by 박미정

      • I translated The Pinterest Paradox: Cupcakes and Toxicity by Francoise Brougher who is former Pinterest COO and contributed a lot of revenue
      • It talks about the discrimination and exclusion she has experienced in Pinterest
      • I hope that women with normal abilities are not discriminated and women with outstanding abilities get the credit enough


      2020 by 이건

      • 2019년에는 알고리즘 문제도 정리하고 기술 글도 쓰고 무엇보다 많이 썼는데 2020년 초에는 같이 블로그 글을 쓰는 모임이 있어서 하다가 그 이후에는 흐지부지 생각날 때만 몇몇 글자 적고 있다
      • 그런데 github 프로젝트중에 public api를 한글로 알려주는 프로젝트가 하나도 없어서 public-apis라는 기존의 외국 프로젝트를 포크받아서 매일 한땀한땀 번역을 하고 이모지들은 넣는 작업을 진행했다
      • 그리고 2020년 이루지 못했던 목표들을 21년에는 조금 더 열심히 살아서 이루어서 계속 성장하는 한 해가 되었으면 한다