본문 바로가기
  • AI (Artificial Intelligence)

All633

Case Styles: Camel, Pascal, Snake, and Kebab Case Ref. medium.com/better-programming/string-case-styles-camel-pascal-snake-and-kebab-case-981407998841 The most popular ways to combine words into a single string TLDR; camelCase PascalCase snake_case kebab-case Removing spaces between words In programming, we often remove the spaces between words because programs of different sorts reserve the space (‘ ’) character for special purposes. Because t.. 2020. 12. 22.
Sonatype - Nexus Ref. www.sonatype.com/solutions/developers 아래 내용은 좀 오래된 내용으로 없어진 링크도 제법있고, 달라진 것도 있다. 다만 저장소 관리자로 "Nexus Repository OSS" 를 왜 사용하는지에 대한 개념을 이해 할 수 있다. 가장 중요한 내용은 사설 저장소가 왜 필요하는 가이다. 아래와 같은 내용들이 있던데 나는 회사에서 개발한 라이브러리를 공유하지 않고 사용, 관리 하기 위함이다. 사설 리포지토리(Nexus Repository)가 필요한 이유 ​· 회사/단체의 화이트 리스트로 인해 외부 리포지토리에 접속하기 어려운 경우 프록시 역할. · 특히나 비상시 외부 인터넷이 느리거나 리포지토리가 다운되는 등 여러 상황에서도 빠르게 받을 수 있다. · 현재 메이븐에 올라.. 2020. 12. 21.
QA Testing — What is DEV, SIT, UAT & PROD? Ref. medium.com/@buttertechn/qa-testing-what-is-dev-sit-uat-prod-ac97965ce4f Testing can ensure the quality of app delivered to end user. Different parties share different responsibilities on testing. At app vendor side, software developers, QA engineers and project managers have to work together to clearly define the technical specifications and the corresponding testing protocols. At client si.. 2020. 12. 21.
About IBM Voice Gateway Ref. www.ibm.com/support/knowledgecenter/SS4U29/about.html IBM® Voice Gateway enables direct voice interactions over a telephone with a cognitive self-service agent or the ability to transcribe a phone call between a caller and agent so that the conversation can be processed with analytics for real-time agent feedback. Voice Gateway orchestrates Watson services and integrates them with a public .. 2020. 12. 7.
Introducing Workflow API Ref. medium.com/pixboost/introducing-workflow-api-f0ed964ba9a1 Hey there, It’s been a while since our last post. However, we didn’t chill out but worked hard to deliver a new feature. And today we are happy to announce that now Pixboost supports workflows API. What is it? There are things that you could do manually. For instance, you can login to Pixboost and clear the image cache for the specif.. 2020. 12. 7.
[dCRYPTO] Ethereum 2.0에 대해서 자세히 알아보자 Ref. medium.com/@donekim/dcrypto-ethereum-2-0%EC%97%90-%EB%8C%80%ED%95%B4%EC%84%9C-%EC%9E%90%EC%84%B8%ED%9E%88-%EC%95%8C%EC%95%84%EB%B3%B4%EC%9E%90-faq%EC%A0%95%EB%A6%AC-156fe0d84459#:~:text=%EC%9D%B4%EB%8D%94%EB%A6%AC%EC%9B%80%202.0%EC%9D%80%20Eth2,%EA%B1%B0%EC%B9%98%EB%A9%B0%20%EC%B6%9C%EC%8B%9C%EB%90%A0%20%EC%98%88%EC%A0%95%EC%9E%85%EB%8B%88%EB%8B%A4. 오늘은 이더리움 2.0에 대해서 궁금해하실 분들을 위해서 이더리움 2.0에.. 2020. 12. 2.
The fourth industrial revolution in agriculture Ref. www.strategy-business.com/article/The-fourth-industrial-revolution-in-agriculture?gko=75733 For agribusinesses, implementing new technologies requires focusing on four critical capabilities. A version of this article appeared in the Spring 2020 issue of strategy+business. Do all cows’ faces look the same to you? They don’t to systems powered by artificial intelligence (AI). Bovine facial re.. 2020. 11. 30.
Industry 4.0 in Agriculture: Focus on IoT aspects Ref. ec.europa.eu/growth/tools-databases/dem/monitor/sites/default/files/DTM_Agriculture%204.0%20IoT%20v1.pdf 이제 진짜 농업의 시대가 올것이다. "좋은푸드가 사람을 건강하게 만든다." 2020. 11. 30.
같은 듯 다른 사용자경험(UX)과 고객경험(CX) Ref. https://uxd-trend.tistory.com/37 http://uxmas.com/2013/ux-vs-cx http://www.slideshare.net/nielsa/user-experience-vs-customer-experience-samesame-but-different 2013년에 개념이 잡혔는데.. 관심이 없다가 이제야 확인하네요. 감사합니다. "UX 디자이너입니다." "UX 리서치가 필요합니다." 이 블로그를 방문하시는 분들이라면 이 말은 들어보셨겠지요? 그렇다면, "회사에서 CX를 담당하고 있습니다." 이런 말은 얼마나 자주 들어보셨고 이해하고 계신가요? UX(User Experience)와 CX(Customer Experience) 간 의미 차이는 대상을 지칭하는 User와.. 2020. 11. 30.
Sequence Diagram Ref. plantuml.com/sequence-diagram Download link (쓸만합니다): plantuml.com/guide Basic examples The sequence -> is used to draw a message between two participants. Participants do not have to be explicitly declared.To have a dotted arrow, you use -->It is also possible to use Alice: Authentication Response Alice -> Bob: Another authentication Request Alice Foo2 : To boundary Foo1 -> Foo3 : To contro.. 2020. 11. 26.
A Quick Introduction to UML Sequence Diagrams ref. www.tracemodeler.com/articles/a_quick_introduction_to_uml_sequence_diagrams/ This UML sequence diagram tutorial introduces the commonly used elements of UML sequence diagrams and explains how to use them. All diagrams in this guide were created with Trace Modeler, an easy-to-use and smart editor for UML sequence diagrams developed by the author. Check out the 30 sec demo to see how easy it .. 2020. 11. 26.
Azure에서 은행 시스템 클라우드 변환 Ref. docs.microsoft.com/ko-kr/azure/architecture/example-scenario/banking/banking-system-cloud-transformation 이 문서에서는 Microsoft CSE (상업적 소프트웨어 엔지니어링) 팀이 은행 고객을 위한 솔루션을 구축 하는 데 사용 하는 프로세스 및 구성 요소를 요약 합니다. 익명의 편의를 위해이 문서는 고객을 Contoso Bank로 지칭 합니다. 이는 금융 트랜잭션 시스템 중 하나를 현대화 하는 데 필요한 주요 FSI.EXE (금융 서비스 업계) 조직입니다. Contoso Bank는 시뮬레이션 된 응용 프로그램과 실제 응용 프로그램 및 기존 워크 로드를 사용 하 여 확장성 및 성능을 위한 솔루션 인프라의 반응을 모.. 2020. 11. 23.
Optimize Delivery of Trending, Personalized News Using Amazon Kinesis and Related Services Ref. aws.amazon.com/blogs/big-data/optimize-delivery-of-trending-personalized-news-using-amazon-kinesis-and-related-services/ This is a guest post by Yukinori Koide, the head of development for the Newspass department at Gunosy. Gunosy, in their own words: Gunosy is a news curation application that covers a wide range of topics, such as entertainment, sports, politics, and gourmet news. The appl.. 2020. 11. 23.
Level Up Your Games with Amazon Aurora Ref. aws.amazon.com/blogs/database/level-up-your-games-with-amazon-aurora/ Dhruv Thukral and Yahav Biran are solutions architects at Amazon Web Services. Amazon Aurora is a relational database that combines the speed and reliability of high-end commercial databases with the simplicity and cost-effectiveness of open-source databases. Amazon Aurora offers two types of modes: provisioned and server.. 2020. 11. 23.
How To Install Python 3 On Ubuntu 18.04 Or 20.04 Ref. phoenixnap.com/kb/how-to-install-python-3-ubuntu Introduction Python is a popular programming language often used to write scripts for operating systems. It’s versatile enough for use in web development and app design. In this tutorial you will learn how to install Python 3.8 on Ubuntu 18.04 or Ubuntu 20.04. Prerequisites A system running Ubuntu 18.04 or Ubuntu 20.04 A user account with sud.. 2020. 11. 6.
Kubernetes for Prometheus Dashboard Ref. github.com/starsliao/Prometheus/tree/master/kubernetes 【中文版本】2020.10.03更新,kubernetes资源全面展示!包含K8S整体资源总览、微服务资源明细、Pod资源明细及K8S网络带宽,优化重要指标展示。kube-state-metrics部署:#kube-state-metrics部署在ops-monit命名空间 kubectl create namespace ops-monit cd kube-state-metrics kubectl apply -f . Kubernetes for Prometheus Dashboard 使用: https://grafana.com/grafana/dashboards/13105 截图 整体资源总览 微服务资源明细 Pod资源明细 K8S网络带宽 2020. 11. 6.
Ubuntu Linux install OpenSSH server Ref. www.cyberciti.biz/faq/ubuntu-linux-install-openssh-server/ Ubuntu Linux install OpenSSH server - nixCraft Ubuntu Linux install OpenSSH server - Learn how to install and configure sshd server for secure remote login when using ssh client from macOS, BSD/Unix. www.cyberciti.biz How do I install OpenSSH server on Ubuntu Linux? Introduction: sshd (OpenSSH Daemon or server) is the daemon program.. 2020. 11. 6.
Webhooks - Facebook Ref. developers.facebook.com/docs/whatsapp/api/webhooks?locale=ko_KR Webhooks는 사용자가 정의한 HTTP 콜백으로, 특정 이벤트가 발생하면 트리거됩니다. 트리거 이벤트가 발생할 때마다 WhatsApp Business API 클라이언트는 이벤트를 확인하고, 데이터를 수집하고, 즉시 앱 설정에 지정된 Webhook URL로 알림(HTTP 요청)을 전송하여 전송된 메시지의 상태를 업데이트하거나 언제 메시지를 수신했는지 알립니다. 이 문서에서 다루는 내용은 다음과 같습니다. 요구 사항 알림 설정 구성 샘플 테스트 앱 알림 Webhook의 형식 알림 오류 고객이 메시지를 전송하면 WhatsApp Business API 클라이언트는 다음 문서에서 설명하는.. 2020. 10. 19.