How the UWP Community Toolkit helps Windows developers easily create well-designed and user-friendly apps

2017-03-25 KENNETH 0

How the UWP Community Toolkit helps Windows developers easily create well-designed and user-friendly apps In August 2016, we introduced the open-source UWP Community Toolkit. It simplifies app development and enables developers to collaborate and contribute new capabilities on top of the Windows SDK for Windows 10. Developers can leverage the UWP Community Toolkit to build UWP apps for any Windows 10 device, including PC, mobile, Xbox, the Internet of Things and Hololens. We recently caught up with two developers who have used the toolkit to help create their apps. Hermit Dave developed the Daily Mail Online app for Windows. It’s the official Windows app for the Daily Mail, a British newspaper. David Bottiau is a member of the Github organization, UWP Squad. He developed a Windows 10 app for TVShow Time, a site that helps you track your favorite TV [ more… ]

CSS Custom Properties in Microsoft Edge

2017-03-25 KENNETH 0

CSS Custom Properties in Microsoft Edge Beginning with EdgeHTML 15 in the Windows 10 Creators Update, Microsoft Edge introduces support for CSS Custom Properties, a new primitive value type to fully cascade variables across CSS properties. You can preview CSS Custom Properties in Windows Insider Preview builds beginning with EdgeHTML 15.15061. Check out our Custom Properties Pooch demo to see them in action! Check out our Custom Properties Pooch demo to see CSS Custom Properties in action! What are CSS Custom Properties? SASS/LESS and other pre-processors have been offering variables in CSS for years, which is one of the reasons why, in an informal poll, ~75% of polled web developers incorporate these tools in their day to day workflow. However, the biggest downfall of these tools is that they are effectively a “find & replace” of the specified value. This [ more… ]

NGINX Plus for the IoT: Load Balancing MQTT

2017-03-24 KENNETH 0

NGINX Plus for the IoT: Load Balancing MQTT When it comes to the busiest websites on the Internet, NGINX and NGINX Plus dominate the market. In fact, NGINX powers over 50% of the top 1000, top 10,000, and top 100,000 sites. Its ability to handle over 1 million concurrent connections on a single server has driven its adoption by “hyperscale” sites and apps such as Airbnb, Netflix, and Uber. Although NGINX Plus is most commonly known as a web server, HTTP reverse proxy, and load balancer, it is also a fully featured application delivery controller (ADC) with support for TCP and UDP applications. Its event‑driven architecture and all of the other attributes that have made it successful for HTTP use cases are equally applicable to the Internet of Things (IoT). In this article we show how NGINX Plus can be used to load balance MQTT traffic. MQTT [ more… ]

IAM 정책 요약 기능 출시! JSON 문법의 복잡한 정책을 손쉽게 이해하기

2017-03-24 KENNETH 0

IAM 정책 요약 기능 출시! JSON 문법의 복잡한 정책을 손쉽게 이해하기 오늘 부터 IAM 콘솔에 정책 요약(Policy Summary)기능을 추가하여, AWS IAM 정책 사용 권한을 보다 쉽게 ​​이해할 수 있습니다. JSON 문서를 보는 대신 AWS 서비스, 작업, 리소스 및 각 정책 조건을 요약 한 테이블을 보실 수 있습니다. 본 정책 요약 기능은 정책 정보 페이지 또는 개별 IAM 사용자 페이지 Permissions 탭에서 찾을 수 있습니다. 이 글에서는 정책 요약 기능과 세부 사항을 소개합니다. 정책 요약 기능 사용하기 다음 스크린 샷은 정책 요약 예제를 보여줍니다. 이 표에는 각 서비스가 부여한 접근 수준, 자원 및 조건을 한 눈에 볼 수 있습니다. 정책 요약의 각 열은 다음과 같이 정의됩니다. Service – 정책에 정의된 Amazon 서비스. 각 서비스 이름을 클릭하면 해당 서비스에 부여 된 특정 작업을 볼 수 있습니다. Access level – 정책의 각 서비스에 대해 정의 된 작업 (자세한 내용은 아래에 나와 있습니다). Resource [ more… ]

Project Rome for Android Update: Now with App Services Support

2017-03-24 KENNETH 0

Project Rome for Android Update: Now with App Services Support Project Rome developers have had a month to play with Project Rome for Android SDK (Android SDK), and we hope you are as excited about its capabilities as we are! In this month’s release, we are thrilled to bring you support for app services. Before, we offered the ability to launch a URI from an Android device onto a Windows device. However, the SDK was limited to sending a URI. With the introduction of app services, now you can easily message between Android and Windows devices. What are App Services? In short, app services allow your app to provide services that can be interacted with from other applications. This enables an Android application to invoke an app service on a Windows application to perform tasks behind the scenes. This blog [ more… ]