본문 바로가기

카테고리 없음

2020-06-21 12시 개발자 글 모음 | "Customizing Authenti" 외 2개 이야기

[Python] 매직 메서드를 이용한 객체 간의 diff 구하기 by 이승천 about Python

  • 이번 포스팅에서는 파이썬(Python)의 __dict__ 를 통해 이를 간단하게 구현해 볼 예정이다
  • tuple ) ) : return dest diffs = list ( ) for order_attr
  • items ( ) : dest_value = source


2020년 6월 3주차 회고 by 남경호

  • 오랜만에 적는만큼 이번 회고에서는 그동안 있었던 일들에 대해 간략하게 정리도 해보고 앞으로의 계획과 지난 일주일간 배웠던 개발관련 내용을 정리하는 방식으로 회고의 방식을 좀 바꿔서 적어보려고 한다
  • 새로운 회사에 적응하고 얼마나 바쁘게 일하느냐에 따라 공부와 운동 계획이 달라질 것 같다
  • CHANGE는 사용하지 않고 일주일간 배운 기술들을 정리하는 것과 소소한 일상 얘기를 하면 좋을 것 같아서 회고 방식을 조금 바꿔볼까 한다


Customizing Authentication Error Message for Firebase in ReactJS by 손지민 about Firebase

  • I am printing out the message for debugging so that the error can be printed out in Google Chrome Dev Tool’s console window
  • One of the ways that we can do is to create a custom utility function that handles the message
  • make sure to always add a way to check any error message then add generic error message like I did in the case block above or handle a common message if end up using the conditional statement instead