
Firebase vs WebSocket
https://ably.com/topic/firebase-vs-websocket Firebase vs WebSocket: Differences and how they work together We compare Firebase and WebSocket, two popular realtime technologies. Discover their advantages and disadvantages, use cases, and how they work together. ably.com This article is a comparison between Firebase and WebSocket, two of the most commonly used technologies for building realtime fe..
- [====== Development ======]/Etc
- · 2023. 9. 26.
채팅 시스템 설계
https://velog.io/@jay/software-architecture-chat 채팅 시스템 설계 가상 면접 사례로 배우는 대규모 시스템 설계 기초 챕터 12 스터디 velog.io
- [====== Development ======]/Etc
- · 2023. 9. 26.
안드로이드 다국적(?) 앱 만들어 보기 (feat 카카오 번역 API, python 활용)
https://billcorea.tistory.com/37 안드로이드 다국적(?) 앱 만들어 보기 (feat 카카오 번역 API, python 활용) 앱을 만들어 등록하는 동안 하고 싶은 것 중에서 한가지는 여러나라의 언어로 배포를 해 보는 것이였다. 예전에는 그걸 하나 하나 번역을 해 가면서 등록을 했던 것을 카카오 번역 API 호출하여 billcorea.tistory.com
- [====== Development ======]/Android
- · 2023. 9. 26.
파이썬에서 설정값 관리하기
출처 : https://mingrammer.com/ways-to-manage-the-configuration-in-python/ 파이썬에서 설정값 관리하기 서버를 개발하다보면 항상 마주치는 문제가 있는데 바로 설정값 (Configuration)을 어떻게 관리하느냐이다. 비단, 서버 애플리케이션 뿐만 아니라 설 mingrammer.com 파이썬에서 설정값 관리하기 Mar 5, 2017 00:00 · 3291 words · 7 minute readCONFIGURATION MANAGEMENT 1. 빌트인 데이터 구조를 사용한 설정 2. 외부 파일을 통한 설정 3. 환경 변수를 사용한 설정 4. 동적 로딩을 통한 설정 서버를 개발하다보면 항상 마주치는 문제가 있는데 바로 설정값 (Configuration)을 어..
- [====== Development ======]/Python
- · 2023. 9. 22.