본문 바로가기

카테고리 없음

2020-04-07 08시 개발자 글 모음 | "[인터뷰] 다이브여행의 모든 것 - " 외 10개 이야기

회사의 성장을 가로막는 핵심 요소 - 경쟁사에 대한 질문 보다 '너 제대로 하고 있니' 라는 질문이 뼈아프다 by 이승훈

  • 시장의 파이를 더 더 더 크게 만들어 나갈 수 있는 우군과도 같은 것이라 생각한다
  • 우리 회사가 엄청 대단하지는 않은데 (또는 독야청청 할 정도의 엄청난 고성장 traffic 을 찍고 있지는 못한데)
  • 그 이상의 이상의 이상을 해야만 달성할 수 있는 지점을 '당연히 성취해야 할 미래'로 상정해 놓고


Windows - 메모리 현황 확인 by 최흥배 about Windows

  • online game server programmer
  • Visual Studio


[HackerRank] Minimum Absolute Difference in an Array (Python) by 장동현 about Python

  • find and print the minimum absolute difference between any two elements in the array
  • It should return an integer that represents the minimum absolute difference between any pair of elements
  • 2))) arr_list = [abs(permu[0] - permu[1]) for permu in my_permutations] return min(arr_list) if __name__ == '__main__': fptr = open(os


200405_TIL by 홍영란


    200406_TIL by 홍영란


      200407_TIL by 홍영란

      • return ( < div className = "login" > < GoogleLogin clientId = { GOOGLE_CLIENT_ID } render = { renderProps => ( < Button id = "google-login-button" onClick = { renderProps
      • disabled } > < img src = { google_logo_2 } className = "google-logo" / > Sign in with Google < / Button > ) } onSuccess = { function ( result ) { console
      • setState ( { needSignUp : true } ) ; } else if ( response


      [JPA] 다양한 연관관계 매핑 by 민동휘 about Java,JPA

      • 회원 엔티티 @Entity public class Member { @Id @GeneratedValue @Column(name = "MEMBER_ID") private Long id; private String username; @ManyToOne @JoinColumn(name = "TEAM_ID") private Team team; public void setTeam(Team team) { this
      • add(this); } } } 팀 엔티티 @Entity public class Team { @Id @GeneratedValue @Column(name = "TEAM_ID") private Long id; private String name; @OneToMany(mappedBy = "team") private List members = new ArrayList<>(); public void addMember(Member member) { this
      • 회원 엔티티 @Entity public class Member { @Id @GeneratedValue @Column(name = "MEMBER_ID") private Long id; private String username; @OneToMany(mappedBy = "member") private List emberProducts = new ArrayList<>();


      랜덤 접근이 가능한 deque 자료구조를 chunk로 구현하면 어떤 이점이 있을까요? by 조경완

      • 그 다음에 확장이 일어나기 직전까지 계속 뒤에다 추가해 보겠습니다
      • k+1번째 확장이 일어났을 때 우/좌 값을 a(k+1)이라 하면 아래가 성립합니다
      • 앞이나 뒤에 추가하는 연산의 amortized 상수가 생각보다 많이 줄었다는 것을 알 수 있어요


      SSM Agent vs. ssh 3탄 by 최재훈 about AWS

      • No open inbound ports and no need to manage bastion hosts or SSH keys
      • Leaving inbound SSH ports and remote PowerShell ports open on your instances greatly increases the risk of entities running unauthorized or malicious commands on the instances
      • Session Manager helps you improve your security posture by letting you close these inbound ports


      퇴사하고 노는 중… by 진재명

      • 2020년 1월 회고


      [인터뷰] 다이브여행의 모든 것 - 글 by 문미희 by 김나솔

      • 스키 등 다양한 운동을 좋아하고 즐기면서 다이빙을 대상으로 한 컨텐츠가 부족하고 전세계 다이버들을 위한 정보를 쉽고 편하게 제공해주는 곳이 없을까 하다가 오픈한 플랫폼이 바로 다이브비엔비이다
      • 스쿠버다이버들의 취향에 맞는 여행지를 추천하고 최척화된 항공권과 리조트를 검색하고 패캐지 상품을 찾는데 필요한 정보를 한번에 다 볼 수 있도록 함은 물론이고 여행 계획 및 일정관리를 더욱 쉽게 만들 최적의 솔루션을 제공한다
      • 문화공간이라고도 볼 수 있는 jj클래스에서는 차도 마시고 아이들과 미술수업을 하거나 영어클래스를 하거나 핸드메이드 작업을 할 수도 있으며 바깥에서는 음악공연과 작품 전시 및 누구나 좋아하는 바비큐 파티도 계획중이다