No Image

Announcing Windows 10 Insider Preview Build 17741

2018-08-18 KENNETH 0

Announcing Windows 10 Insider Preview Build 17741 Hello Windows Insiders! Today, we are releasing Windows 10 Insider Preview Build 17741 (RS5) to Windows Insiders in the Fast ring. What’s New in Build 17741 An easier way to get to Your Phone app Android phone users, check it out and keep the feedback coming. Your Phone app is intended for Windows insiders, we brought it first to you because we need you to help us test and perfect this app! Build 17723+ is highly recommended for the best experience. Your Phone app is also live for Insiders who are in Skip Ahead running 19H1 builds. Coming today for Build 17741, we’ve added a new entry point to Your Phone app. Notice a desktop pin? It’ll take you directly to Your Phone app – for quicker access to your phone’s content. Or [ more… ]

No Image

Windows 10 SDK Preview Build 17733 available now!

2018-08-17 KENNETH 0

Windows 10 SDK Preview Build 17733 available now! Today, we released a new Windows 10 Preview Build of the SDK to be used in conjunction with Windows 10 Insider Preview (Build 17733 or greater). The Preview SDK Build 17733 contains bug fixes and under development changes to the API surface area. The Preview SDK can be downloaded from developer section on Windows Insider. For feedback and updates to the known issues, please see the developer forum. For new developer feature requests, head over to our Windows Platform UserVoice. Things to note: This build works in conjunction with previously released SDKs and Visual Studio 2017. You can install this SDK and still also continue to submit your apps that target Windows 10 build 1803 or earlier to the Store. The Windows SDK will now formally only be supported by Visual Studio 2017 and greater. You can download [ more… ]

No Image

Announcing Windows 10 Insider Preview Build 18219

2018-08-17 KENNETH 0

Announcing Windows 10 Insider Preview Build 18219 Hello Windows Insiders! Today, we are releasing Windows 10 Insider Preview Build 18219 (19H1) to Windows Insiders who have opted in to Skip Ahead. What’s new in Build 18219 Narrator Improvements We have made the following changes and improvements: Reliability: We have made improvements in Narrator reliability. Scan Mode: Reading and navigating while in Scan Mode has been improved. Selecting text in Scan Mode has also been improved. Selecting forward in Edge has some known issues that we are actively investigating. QuickStart: The link in settings to relaunch the QuickStart should now reliably be working and will launch from the very first Welcome page. The QuickStart should also more reliably take focus when Narrator is launched, which means Narrator should start reading it automatically. Providing Feedback: The keystroke to provide feedback has changed. [ more… ]

Amazon ElastiCache(Redis)를 이용한 채팅 애플리케이션 구성 방법

2018-08-16 KENNETH 0

Amazon ElastiCache(Redis)를 이용한 채팅 애플리케이션 구성 방법 이 글에서는 Redis를 활용하는 채팅 애플리케이션에 대한 개념 및 아키텍처를 살펴 볼 예정입니다. 또한, 채팅 클라이언트와 서버에 대한 자세한 구성방법 그리고 사용자 AWS에 채팅 예제 애플리케이션을 배포하는 방법에 대해서 이야기를 나누어 보겠습니다. 사전 지식 채팅 애플리케이션을 작성하기 위해서는, 클라이언트가 채팅방 안에 속해있는 다른 참여자들에게 메시지를 전달하기 위한 통신 채널이 필요합니다. 이러한 통신 방법은 Publish-Suscribe 패턴(일명, PubSub)으로 보통 구성하게 됩니다. 이 경우, 메시지는 중앙에 있는 토픽 채널로 전달되게 됩니다. 해당 토픽에 관심이 있는 참여자는 채널에 사전 등록을 하고, 갱신되는 내용에 대해서 알림을 받게 됩니다. 이 패턴을 통하여, 메시지 계시자와 메시지 수신자 사이를 분리할 수 있어, 계시자에 대한 정보 없이, 메시지 수신자의 크기는 늘어나거나 줄어들 수 있게 됩니다. PubSub은 백엔드 서버에 구성되어 있으며, 클라이언트는 WebSockets을 통하여, 연결합니다. WebSocket은 영속적인 TCP 연결로, 클라이언트와 서버간에 양방향 데이터 스트림 전송을 지원하는 채널을 제공합니다. 한개의 서버로 구성된 단일 서버 [ more… ]

AWS Glue를 이용한 파티션 데이터 처리

2018-08-16 KENNETH 0

AWS Glue를 이용한 파티션 데이터 처리 AWS Glue는 Hive 스타일 파티션으로 구성된 데이터 세트 처리에 향상된 기능을 제공합니다. AWS Glue 크롤러는 Amazon S3에 저장된 데이터의 파티션을 자동으로 구별합니다. AWS Glue ETL(추출, 변환, 로드) 라이브러리는 DynamicFrames로 작업할 때 기본적으로 파티션을 지원하며, DynamicFrames는 스키마를 지정하지 않더라도 분산된 데이터 콜렉션을 나타냅니다. DynamicFrames를 생성할 때 S3를 호출하지 않더라도 서술자를 통해 파티션을 필터링할 수 있습니다. 또한 DynamicFrames를 Aparche Spark DataFrames로 변환하지 않고 파티셔닝 된 디렉토리에 직접 쓰는 기능이 추가되었습니다. 파티셔닝은 다양한 빅데이터 시스템에서 효율적으로 쿼리가 가능하도록 데이터 세트를 구성하는데 중요한 기술입니다. 데이터는 하나 이상 컬럼의 고유값에 기반하여 계층적인(hierarchical) 디렉토리 구조로 구성됩니다. 예를 들어, Amazon S3에 애플리케이션 로그를 날짜(연, 월, 일) 기준으로 파티션을 나눌 수 있습니다. 이 경우 하루 동안의 로그 데이터는 s3://my_bucket/logs/year=2018/month=01/day=23/ 과 같은 프리픽스 아래에 저장 됩니다. Amazon Athena, Amazon Redshift Spectrum, AWS Glue와 같은 서비스들은 이렇게 파티션 된 데이터를 이용하여 S3에 불필요한 호출을 [ more… ]