[도서] 구글 애널리틱스 완벽 가이드

2017-12-08 KENNETH 0

[도서] 구글 애널리틱스 완벽 가이드 분야별 신상품 – 국내도서 – 컴퓨터와 인터넷 [도서]구글 애널리틱스 완벽 가이드 페라스 알루,쉬라즈 아시프,에릭 페트먼 공저/김정인 역 | 위키북스 | 2017년 12월 판매가 36,000원 (10%할인) | YES포인트 2,000원(5%지급) 이벤트 : 주목 IT 신간&예약판매 사은품 이벤트 구글 애널리틱스 도구와 보고에 대해 처음부터 끝까지 다룬 완벽한 안내서! 『구글 애널리틱스 완벽 가이드』는 세계에서 가장 널리 사용되고 있는 분석 도구를 종합적으로 소개하는 필수 안내서다. 이 책은 측정 Source: [도서] 구글 애널리틱스 완벽 가이드

AWS Cloud9 정식 출시 – 클라우드 기반 통합 개발 환경(IDE)

2017-12-08 KENNETH 0

AWS Cloud9 정식 출시 – 클라우드 기반 통합 개발 환경(IDE) 프로그래밍을 시작할 때 무엇보다 개발 도구가 중요합니다. 단순히 메모장으로는 할 수 없고, 다양한 기능을 가진 코드 편집기와 테스트 파이프라인이 개발 생산성을 높입니다. 처음에 Vim을 배우고 시스템과 복잡한 프로그램을 번갈아 사용할 수 있었던 것이 아직도 기억납니다. 당시 새 PC에 컴파일러와 종속 라이브러리를 설치하는 데, 얼마나 많은 시간이 걸렸는지 기억합니다. 각각 버전을 맞추고, 신규 개발자가 프로젝트에 합류하도록 문서를 작성하는 데 많은 노력을 쏟기도 합니다. 이런 문제를 해결하기 위해, 오늘 웹 브라우저에서 코드 작성, 실행 및 디버깅 모두를 가능케 하는 통합 개발 환경(IDE)인 AWS Cloud9을 출시합니다. Cloud9은 주요 프로그래밍 언어(Javascript, Python, PHP, etc.)에 대한 필수 개발 도구을 미리 배포됩니다. 따라서, 다양한 컴파일러와 도구 체인을 직접 다룰 필요가 없습니다. Cloud9은 또한 서버리스 애플리케이션 작업을 위한 완벽한 환경을 제공하므로 로컬 및 원격 테스팅 또는 디버깅을 빠르게 전환할 수 있습니다. 인기 오픈 소스인 Ace Editor와 c9.io [ more… ]

nginMesh: NGINX as a Proxy in an Istio Service Mesh

2017-12-08 KENNETH 0

nginMesh: NGINX as a Proxy in an Istio Service Mesh td { padding-right: 10px; } This post is adapted from a presentation at nginx.conf 2017 by A.J. Hunyady, Senior Director of Product Management at NGINX, Inc. You can view the complete presentation, Deploying NGINX Proxy in an Istio Service Mesh, on YouTube. Also see the press release announcing nginMesh and Ed Robinson’s conference talk on NGINX open source projects. td { padding-right: 10px; } Table of Contents 0:54 Agenda 1:32 Modern Apps 4:29 Cloud-Native Apps 7:52 The Services Mesh 9:37 What is Istio? 12:20 Istio with NGINX 14:25 Demo of Istio and NGINX in action 31:48 nginMesh Roadmap 34:00 Q&A Good afternoon, everyone. My name is A.J. Hunyady. I’m going to give a talk on NGINX proxy used within Istio service mesh. I’m the product owner and I’ll be joined [ more… ]

No Image

RHSA-2017:3401-1: Critical: chromium-browser security update

2017-12-08 KENNETH 0

RHSA-2017:3401-1: Critical: chromium-browser security update Red Hat Enterprise Linux: An update for chromium-browser is now available for Red Hat Enterprise Linux 6 Supplementary. Red Hat Product Security has rated this update as having a security impact of Critical. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section. CVE-2017-15407, CVE-2017-15408, CVE-2017-15409, CVE-2017-15410, CVE-2017-15411, CVE-2017-15412, CVE-2017-15413, CVE-2017-15415, CVE-2017-15416, CVE-2017-15417, CVE-2017-15418, CVE-2017-15419, CVE-2017-15420, CVE-2017-15422, CVE-2017-15423, CVE-2017-15424, CVE-2017-15425, CVE-2017-15426, CVE-2017-15427 Source: RHSA-2017:3401-1: Critical: chromium-browser security update

Building a great touchpad experience for the web with Pointer Events

2017-12-08 KENNETH 0

Building a great touchpad experience for the web with Pointer Events Most web pages don’t fit on one screen, so good scrolling behavior is an integral part of a good web browser. It’s so crucial to the user experience that we have spent a lot of time optimizing page scrolling, with great results. Since launching Microsoft Edge, we’ve optimized most scrolling experiences — scrolling via touchscreens, page and content scrollbars. One particular focus in previous releases has been improving touchpads, specifically precision touchpads (PTPs), to provide a smooth, fluid, intuitive experience by default. In this post, we’re introducing a new optimization coming in EdgeHTML 17 to allow developers to customize scrolling behaviors and gestures with Precision Touch Pads, without impacting scrolling performance: PTP Pointer Events. Background Precision touchpads are high-end touchpads that ship in Surface devices (Surface Pro 2 and [ more… ]