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

All633

REST API Design: Filtering, Sorting, and Pagination Ref. https://www.moesif.com/blog/technical/api-design/REST-API-Design-Filtering-Sorting-and-Pagination/ API design is becoming a core pillar of API product strategy regardless if the API is public or used internally. Good API design improves the overall Developer Experience (DX) for any API program and can improve performance and long term maintainability. However, there is no standard or offici.. 2020. 8. 6.
Why edge computing? Ref. https://www.ibm.com/cloud/what-is-edge-computing The explosive growth and increasing computing power of IoT devices has resulted in unprecedented volumes of data. And data volumes will continue to grow as 5G networks increase the number of connected mobile devices. In the past, the promise of cloud and AI was to automate and speed innovation by driving actionable insight from data. But the .. 2020. 8. 5.
What Are SMEs? Ref. https://www.thebalancesmb.com/sme-small-to-medium-enterprise-definition-2947962 Updated June 29, 2020 A small- to mid-size enterprise (SME) is a business with revenues, assets, or numbers of employees that fall below a certain level. The criteria for determining an SME varies between countries and sometimes between industries. Here are some examples of what SMEs are, the role they play in t.. 2020. 8. 5.
Edge Computing Market worth $15.7 billion by 2025 - Exclusive Report by MarketsandMarkets™ Ref. https://www.prnewswire.com/news-releases/edge-computing-market-worth-15-7-billion-by-2025--exclusive-report-by-marketsandmarkets-301105552.html CHICAGO, Aug. 4, 2020 /PRNewswire/ -- According to a new market research report "Edge Computing Market by Component (Hardware, Platform, and Services), Application (Smart Cities, IIoT, Content Delivery, Remote Monitoring, AR and VR), Organization Si.. 2020. 8. 5.
Object.keys, values, entries Ref. https://javascript.info/keys-values-entries Let’s step away from the individual data structures and talk about the iterations over them. In the previous chapter we saw methods map.keys(), map.values(), map.entries(). These methods are generic, there is a common agreement to use them for data structures. If we ever create a data structure of our own, we should implement them too. They are su.. 2020. 8. 5.
UK Government and IBM sign public cloud agreement to accelerate innovation across public sector UK Government and IBM sign public cloud agreement to accelerate innovation across public sector Ref. https://uk.newsroom.ibm.com/2020-07-29-UK-Government-and-IBM-sign-public-cloud-agreement-to-accelerate-innovation-across-public-sectorctor?social_post=3531137048&linkId=95392176 Collaboration intended to enable government to design new cloud-based citizen services London, 29th July 2020 - Crown C.. 2020. 8. 4.
마음가짐 안녕하세요 로샤스입니다. 요 근래에 개인 개발을 할겸 다시 블로그를 관리하기 시작했습니다. 꾸준하게 관리해야 하지만 심적으로 많이 지쳐서 기분이 좋았다, 나빴다. 변덕스럽기도 하고 우울증인가 싶기도 합니다. 불행인지 다행인지 모르게 다시 RnD 분야를 맡게 되었습니다. 이게 RnD이면서도 기존의 타사 시스템과 통합을 하는 과정이기도 합니다. Ecosystem이라 말할 수 도 있겠네요. 그러다보니 눈치는 많이 보이지만 공부 할 시간도 많이 생기고 회의도 많습니다. 아직 영어가 많이 부족해서 하루는 영어가 잘 들렸다가 다른 날은 잘 들리지 않고 회의 할 때도 혼자 뻘 짓, 뻘 소리 하는 듯 하기도 합니다. 한국서는 가만있으면 중간은 가기에 정말 가만있으면 되는데 여기는 말을 안하면 바보로 보는 것 같아서 없.. 2020. 8. 4.
What's the Difference Between AI, Machine Learning, and Deep Learning? Ref. https://blogs.oracle.com/bigdata/difference-ai-machine-learning-deep-learning#:~:text=AI%2C%20machine%20learning%2C%20and%20deep%20learning%20%2D%20these%20terms%20overlap,human%20behavior%20in%20some%20way.&text=Deep%20learning%2C%20meanwhile%2C%20is%20a,to%20solve%20more%20complex%20problems. Peter Jeffcock BIG DATA PRODUCT MARKETING AI, machine learning, and deep learning - these terms o.. 2020. 8. 4.
관심가는 내용들이 많아요 개인적으로 알고 싶은 것들 여기로 가져오고 싶은데.. 아무래도 저작권 문제 때문에. 링크로 저장. Ref. http://magazine.contenta.co/# 2020. 7. 29.
AI, ML, and DL: How not to get them mixed Ref. https://towardsdatascience.com/understanding-the-difference-between-ai-ml-and-dl-cceb63252a6c Understanding difference between Artificial Intelligence, Machine Learning and Deep Learning I am pretty sure most of us might be familiar with the term “ Artificial Intelligence”, as it has been a major focus in some of the famous Hollywood movies like “The Matrix”, “The Terminator” , “Interstella.. 2020. 7. 29.
10 Best Machine Learning Certification for 2020 Posted in Machine Learning, Certification Ref. https://hackr.io/blog/machine-learning-certifications Table of Contents With Machine Learning being a popular field of AI, the demand for ML engineers is exponentially increasing as companies want to implement and make ML a pivot feature in their products. The profession is much in demand and is making in the list of top jobs. Top 10 Machine Learnin.. 2020. 7. 29.
org.apache.log4j Class Level org.apache.log4j.Level All Implemented Interfaces:SerializableDirect Known Subclasses:UtilLoggingLevel public class Levelextends Priorityimplements Serializable Defines the minimum set of levels recognized by the system, that is OFF, FATAL, ERROR, WARN, INFODEBUG and ALL. The Level class may be subclassed to define a larger level set. Author:Ceki GülcüSee Also:Serialized Form Field S.. 2019. 12. 18.
프록시를 통해 Docker 컨테이너 로그를 CloudWatch Logs에 푸시하려면 어떻게 해야 합니까? 문제 프록시를 통해 Docker 컨테이너 로그를 Amazon CloudWatch에 게시하려고 합니다. 게시할 수 있습니까? 간략한 설명 프록시를 사용하여 Docker 컨테이너 로그를 CloudWatch에 푸시할 수 있습니다. 이 단계는 Docker 인스턴스와 인터넷에 바인딩된 트래픽 간에 추가 보안 계층을 추가합니다. ​해결 방법 시작하기 전에 특정 사용 사례에 대해 필요한 기본 Docker 인프라를 설정해야 합니다. 이 예제 해결 방법에서 인프라에는 다음 사항이 포함됩니다. Docker 컨테이너 인스턴스로 작동하는 프라이빗 서브넷의 일부인 Amazon EC2(Amazon Elastic Compute Cloud) 인스턴스 프록시 인스턴스로 작동하는 퍼블릭 서브넷의 일부인 EC2 인스턴스 프라이빗 서브넷의.. 2019. 12. 18.
Microsoft REST API Guidelines Microsoft REST API Guidelines Working Group NameNameName Dave Campbell (CTO C+E) Rick Rashid (CTO ASG) John Shewchuk (Technical Fellow, TED HQ) Mark Russinovich (CTO Azure) Steve Lucco (Technical Fellow, DevDiv) Murali Krishnaprasad (Azure App Plat) Rob Howard (ASG) Peter Torr (OSG) Chris Mullins (ASG) Document editors: John Gossman (C+E), Chris Mullins (ASG), Gareth Jones (ASG), Rob Dolin (C+E).. 2019. 11. 14.
뷰 (View) 의 개념 & 특징 뷰 ( View ) 란? 허용된 데이터를 제한적으로 보여주기 위해서 하나 이상의 테이블에서부터 유도된 가상 테이블 입니다. 특징 1. 뷰가 정의된 기본테이블이 변경 되면, 뷰도 자동적으로 변경 됩니다. 2. 외부 스키마는 뷰와 기본 테이블 정의로 구성됩니다. 3. 뷰에 대한 검색은 기본테이블과 거의 동일하지만 삽입, 삭제, 갱신은 제약을 받게 됩니다. 4. DBA 는 보안측면에서 뷰를 활용할수 있습니다. 5. 뷰는 CREATE문에 의해 정의 되며 SYSVIEW에 저장됩니다. 6. 한번 정의된 뷰는 변경할수 없으며, 삭제한 후에 다시 생성해야 합니다. 7. 뷰의 정의는 ALTER 문을 이용하여 변경할수 없습니다. 8. 뷰를 제거 할때에는 DROP 문을 사용합니다. 장점 1. 논리적 독립성을 제공합니다. 2.. 2019. 10. 30.
The Advantages of a Microservice Approach to Modern Commerce 오!! 여기 있는 것 중에 사용해 MSA로 가려면. Kafka, Pubsub, Redis 역시 생각이 거의 비슷해.. AUGUST 5, 2019 BY SEAN WILCOX FacebookTwitterEmailLinkedIn Retail IT professionals are under tremendous pressure. On one hand, competition from Amazon and evolving consumer behaviors are requiring the rapid delivery of complex, convergent, and immersive online and in-store shopping features. On the other hand, rising order volumes.. 2019. 10. 22.
Cache Control 안다, Cache를 사용하면 빠르다. 근데 꺼림직해.. 왠지 Sync가 맞지 않았을까 해서. 그래서 TTL(max-age)가 존재하겠지? 근데.. 어디다 이 것을 저장할까? 니가 저장해 나는 규칙을 줄게?? 나는 이러한 상상을 펼친다. 학생 때는 물어볼 수도 있고 사수가 있다면 조언도 구하는데 이젠 없다. 내가 정한다. 그래서 잘 못 정해서 잘 못 되면 흠.. 애매한 위치 애매한 나이.. 뭔가 더 클리어 하게 이해하기 위해 가방끈도 길게하고 이것저것 읽어서 지식도 늘렸는데 더 몰라 ㅋㅋ https://www.imperva.com/learn/performance/cache-control/ What is the Cache-Control Header Cache-control is an HTTP header u.. 2019. 10. 18.
Cache for web 아래 출처를 표시해 두었습니다. REST API 서비스를 보다 쾌적한 환경으로 만들기 위해 제가 이해하고 있는 Cache 환경과 사람들의 생각을 비교하고 싶었는데 덕분에 빠른 catch up을 할 수 있었습니다. 들어가기 앞서 사실 오늘의 주된 포스팅의 목적은 이전 포스팅 주제인 [ http Header 정리 ] (클릭) 다음으로 이어지는 [ HTTP 헤더를 통한 캐싱 ]이 주된 목적이었는데 이참에 기초 캐싱처리에 대한 여러 내용을 정리하고 넘어 가려고 한다. 요즘 많은 앱, 웹 사용시 사용자들은 조금만 싸이트가 느려도 스트레스를 받는다고 한다. 이러한 고객 니즈에 의해 싸이트를 빠르게 만들기 위해 개발자들은 정말 많은 노력을 한다. - 코드 압축 (Javascript를 minify 하던지 gzip으로 .. 2019. 10. 18.