Xbox holiday deals start today at the Microsoft Store

2019-11-15 KENNETH 0

Xbox holiday deals start today at the Microsoft Store Today at X019, our annual global celebration of all things Xbox, we unveiled an extensive set of deals for the holidays. I’m excited to be here at the London flagship Microsoft Store for the unveil, surrounded by games and gamers. I’ve got the holiday spirit and there is no better place to get your holiday shopping started than the Microsoft Store. You can get started right now and save up to 70% off amazing games during the X019 Xbox Flash Sale,* including Gears 5 Ultimate. But hurry – these deals are only good for the next 24 hours – starting now! At X019, we also announced the Xbox Black Friday deals and get ready to save big! These deals will be available Nov. 24 – Dec. 2 in the US. Some [ more… ]

AWS CloudFormation 스택으로 기존 리소스 가져오기 기능 출시 (서울 리전 포함)

2019-11-15 KENNETH 0

AWS CloudFormation 스택으로 기존 리소스 가져오기 기능 출시 (서울 리전 포함) AWS CloudFormation을 사용하면 손쉬운 코드 파일로 전체 인프라를 구성할 수 있습니다. 이러한 방식으로 인프라를 코드로 취급(Infra as a code)하고 버전 관리 하에 배포하거나 배포 전에 팀과 아키텍처 변경을 검토하는 등 소프트웨어 개발 모범 사례를 적용할 수 있습니다. 콘솔 또는 AWS 명령줄 인터페이스(CLI)를 사용하여 처음 생성된 AWS 리소스를 CloudFormation을 사용하여 관리해야 할 경우가 있습니다. 예를 들어, 여러분이나 다른 팀이 마이그레이션의 초기 단계에서 IAM 역할, 가상 사설 클라우드 또는 RDS 데이터베이스를 생성한 경우 이들을 최종 애플리케이션과 동일한 스택에 포함하기 위해 많은 시간을 할애해야 할 수 있습니다. 이런 경우 CloudFormation을 사용하여 처음부터 리소스를 다시 생성한 후 원래 리소스에서 구성과 데이터를 마이그레이션하는 경우가 종종 있습니다. 이제 고객이 이러한 단계를 더 쉽게 완료할 수 있도록 기존 리소스를 CloudFormation 스택으로 가져올 수 있습니다. DeletionPolicy를 Retain으로 설정해 리소스를 삭제하지 않고 스택에서 제거하는 것은 기존에도 가능했습니다. 이 [ more… ]

AWS 블로깅 15주년!

2019-11-15 KENNETH 0

AWS 블로깅 15주년! 제가 AWS 블로그에 첫 게시물(Welcome)을 작성한 것은 오늘부터 정확하게 15년 전이었습니다. 첫번째 글 이후로 이렇게 변화무쌍한 세상에서 경력으로 이어질 줄은 당시 전혀 몰랐습니다. 이 글에서는 본 블로그가 어떻게 시작되었는지에 대한 스토리를 전하고, 제가 가장 좋아하는 게시물이 무엇인지 그리고 실제 글을 작성하고 블로깅하는 방식에 대해 공유하기에는 지금이 좋은 시점인 것 같습니다. 배경 스토리 1999년경 저는 Microsoft의 Visual Basic 팀에 소속되어 있었습니다. XML은 완전히 새로운 기술이었고 Dave Winer는 막 RSS를 언급하기 시작할 때였습니다. VB6, XML 및 RSS의 교차에 흥미를 느낀 저는 사이드 프로젝트로 Headline Viewer라는 작은 앱을 제작했습니다. 저는 다운로드 가능하도록 앱을 게시했고, 사람들은 앱을 마음에 들어했으며, 콘텐츠 소유자들은 앱에 포함할 RSS 피드를 저에게 보내기 시작했습니다. 피드 목록은 큰 인기를 얻었고, 사람들은 앱을 원하는 만큼 피드 목록을 원하게 되었습니다. 저 또한 이 시기에 초기 블로그를 서버 고장으로 유실한 후 저의 세 번째 개인 블로그를 시작했습니다. Aaron Swartz를 비롯한 다른 [ more… ]

Announcing Windows Community Toolkit v6.0

2019-11-14 KENNETH 0

Announcing Windows Community Toolkit v6.0 We’re thrilled to announce today the next update to the Windows Community Toolkit, version 6.0, made possible with help and contributions from our developer community. This release brings ARM64 support to the toolkit as well as an update to XAML Islands for .NET Core 3 support. In addition, we have new features like the EyeDropper control and new Win32 notification helpers. We also have an update to our preview of Microsoft Graph enabled XAML controls. See more details on these features below. XAML Islands brings UWP to WPF, WinForms, and Win32 XAML Islands enables a developer to enhance the look, feel, and functionality of an existing WPF, Windows Forms, or C++ Win32 application and make use of the latest Windows 10 UI features that are only available via UWP controls like inking: This release improves [ more… ]

No Image

Hash join in MySQL 8

2019-11-14 KENNETH 0

Hash join in MySQL 8 For a long time, the only algorithm for executing a join in MySQL has been variations of the nested loop algorithm. With the release of MySQL 8.0.18, the server can now execute joins using hash join. This blog post will have a look at how it works, when it is used, and how it compares to the old join algorithms in MySQL in terms of performance.… Facebook Twitter LinkedIn Source: Hash join in MySQL 8