No Image

MySQL 8.0: Making User Management DDLs Atomic

2016-09-26 KENNETH 0

MySQL 8.0: Making User Management DDLs Atomic With MySQL 8.0, we are bringing in an important change in the way user management DDLs are executed. Background User management DDLs cover following user management actions: Creating user/role (CREATE USER [IF NOT EXISTS] / CREATE ROLE [IF NOT EXISTS]) Altering user account properties (ALTER USER [IF EXISTS]) Dropping user/role from database (DROP USER [IF EXISTS] / DROP ROLE [IF EXISTS]) Granting/Revoking privileges to/from a user/role (GRANT/REVOKE) Each of these administrative action can handle multiple entities as a part of single command.… Source: MySQL 8.0: Making User Management DDLs Atomic

The Boss Update & Add-Ons are coming to Minecraft Oct. 18

2016-09-25 KENNETH 0

The Boss Update & Add-Ons are coming to Minecraft Oct. 18 MINECON is here and we’re excited to bring you more details about the next big update for Minecraft: Windows 10 Edition Beta, Minecraft: Pocket Edition, and Minecraft: Gear VR Edition, releasing on Oct. 18. As we mentioned a few weeks ago, the Boss Update is bringing boss battles to these versions of Minecraft for the first time. Also arriving in the Boss Update will be the first iteration of Add-Ons. With Add-Ons, you’ll be able to experiment with remixing components of entities or characters in the game.  Worlds you create with Add-Ons can be shared with others directly or uploaded to your Realms and accessed anytime, anywhere. For even more details about Add-Ons and a handy FAQ, check here! In addition to new gameplay features and the ability for [ more… ]

API Gateway 업데이트 – 간편한 API 개발을 위한 신규 통합 기능

2016-09-24 KENNETH 0

API Gateway 업데이트 – 간편한 API 개발을 위한 신규 통합 기능 Amazon API Gateway는 손쉽게 확장성 높은 애플리케이션 백엔드를 만들고 실행할 수 있을 뿐만 아니라 사용량 제어 등의 기능을 통해 API 서비스를 서드파티 개발자에게 제공함으로서 생태계를 만들 수 있습니다. 본 서비스에 이용되는 몇 가지 용어에 대해 한번 살펴 보겠습니다. 엔드포인트(Endpoint) – API Gateway에서 접근하기 위한 URL 주소로서, GET, PUT 및 POST 같은 HTTP 호출을 할 수 있습니다. 리소스(Resource) – 엔드포인트 내에서 상징적으로 존재하는 각 이름 항목으로 계층 구조로 표시됩니다. 동작(Behavior) – 애플리케이션 코드가 HTTP 응답을 받기 위해 엔드포인트와 리소스로 보내는 HTTP 메소드 같은 행동 통합(Integration) – API Gateway에 엔드포인트, 리소스, 및 HTTP 메소드를 연결 오늘 이러한 통합 모델(Intergration Model)에 새로운 기능 몇 가지를 추가하여, 기존 애플리케이션을 새로운 API 엔트포인트로 이전할 때 도움을 줄 수 있게 되었습니다. 경로 변수 처리(Catch-all Path Variables) – 일반 경로 내에 들어 있는 모든 경로와 동작을 [ more… ]

What’s New in NGINX Plus R10?

2016-09-24 KENNETH 0

What’s New in NGINX Plus R10? td { padding-right: 10px; } This post is adapted from a webinar by Owen Garrett, Head of Products at NGINX, Inc. Table of Contents 0:00 Introduction 0:34 NGINX Plus R9 Recap 2:34 NGINX Plus R10 New Features 3:01 ModSecurity WAF 6:03 Why ModSecurity? 7:12 ModSecurity 101 8:49 Comprehensive Protection for Critical Apps and Data 9:37 NGINX Plus with ModSecurity WAF Details 12:44 Why NGINX Plus with ModSecurity WAF? 13:58 Native JWT Support 14:38 NGINX Plus for Authentication 16:18 Use Case 1 – Single Sign‑On(SSO) 17:29 Use Case 2 – API Gateway 18:07 Why NGINX Plus for OpenID? 19:56 “Dual‑Stack” RSA‑ECC Certificates 20:26 RSA vs. ECC 22:45 Network Features 23:04 Transparent Proxy 26:27 What Is nginScript? 27:38 nginScript in NGINX Plus R10 30:17 Additional Features 33:53 Additional Features (Continued) 34:50 Summary 0:00 Introduction Owen Garrett: Thank you for joining this presentation on the new features in NGINX Plus R10. My name is [ more… ]

Background Audio and Cross Platform Development with Xamarin (App Dev on Xbox series)

2016-09-24 KENNETH 0

Background Audio and Cross Platform Development with Xamarin (App Dev on Xbox series) We are back with yet another app, Backdrop, an open source sample media app developed to showcase a cross-device music experience. In this blog post, we will dive deep into the new background model in the Universal Windows Platform, and specifically focus on how to enable your application to continue playing audio in the background  across Windows 10 devices, including Xbox One, delivering a stellar customer experience. In addition, we will show you how we built Backdrop to be a cross platform application by using Xamarin to share code between Windows 10 and AppleTV. The source code for the application is available on GitHub right now so make sure to check it out. If you missed the previous blog post from last week on Unity interop and [ more… ]