[도서] 자바 기반의 마이크로서비스 이해와 아키텍처 구축하기

2018-10-04 KENNETH 0

[도서] 자바 기반의 마이크로서비스 이해와 아키텍처 구축하기 분야별 신상품 – 국내도서 – 컴퓨터와 인터넷 [도서]자바 기반의 마이크로서비스 이해와 아키텍처 구축하기 박성훈 저 | 제이펍 | 2018년 10월 판매가 19,800원 (10%할인) | YES포인트 1,100원(5%지급) 이벤트 : 주목 IT 신간&예약판매 사은품 이벤트 마이크로서비스 아키텍처의 개념 이해와 구현을 위한 핵심 가이드! 마이크로서비스, 도메인 주도 설계, 데브옵스, 자바, 스프링부트, 스프링클라우드, 도커 등 각각의 주제에 관한 이론 및 기술적인 내용을 다루 Source: [도서] 자바 기반의 마이크로서비스 이해와 아키텍처 구축하기

[도서] C++ 템플릿 가이드 2/e

2018-10-04 KENNETH 0

[도서] C++ 템플릿 가이드 2/e 분야별 신상품 – 국내도서 – 컴퓨터와 인터넷 [도서]C++ 템플릿 가이드 2/e 다비드 반데부르드,니콜라이 M. 요수티스,더글라스 그레고르 공저/한정애 역 | 에이콘출판사 | 2018년 10월 판매가 45,000원 (10%할인) | YES포인트 2,500원(5%지급) 이벤트 : 주목 IT 신간&예약판매 사은품 이벤트 템플릿은 C++의 가장 강력한 기능 중 하나이지만 제대로 이해하는 사람도 적고, 잘 사용하는 사람도 드물다. 이 책에서는 확실한 가이드를 통해 템플릿의 기초에서부터 C++11, C++14, C++17의 최신 기술을 총망라한 Source: [도서] C++ 템플릿 가이드 2/e

No Image

MySQL : InnoDB Transparent Tablespace Encryption

2018-10-04 KENNETH 0

MySQL : InnoDB Transparent Tablespace Encryption From MySQL 5.7.11, encryption is supported for InnoDB (file-per-table) tablespaces. This is called Transparent Tablespace Encryption or sometimes referred as Encryption at Rest. This blog post aims to give the internal details of InnoDB Tablespace Encryption. Keyring Plugin : Why What How ?… Source: MySQL : InnoDB Transparent Tablespace Encryption

Not All Software Load Balancers Are Created Equal

2018-10-04 KENNETH 0

Not All Software Load Balancers Are Created Equal According to findings by InformationWeek and Interop ITX, 50% of organizations have implemented DevOps methodologies or plan to implement them soon. But DevOps methodologies require solutions that deliver the agility and flexibility required to rapidly achieve scale and high feature velocity. In a recent blog, NGINX CEO Gus Robertson described how load balancers are a critical component in DevOps tooling, but only if they’re the right kind: hardware‑based load balancers are in fact roadblocks to agile development. A software approach is mandatory. But not all software‑based load balancers are created equal. Broadly speaking, there are two varieties: Software appliances that run on virtual machines (VMs), such as F5’s BIG‑IP Virtual Edition (VE) or Citrix’s ADC (formerly NetScaler) Virtual Appliance. These are typically not binaries but are packaged as a full‑fledged VM or [ more… ]

Securing Applications in Microsoft Azure App Service with NGINX Plus

2018-10-04 KENNETH 0

Securing Applications in Microsoft Azure App Service with NGINX Plus table.nginx-blog, table.nginx-blog th, table.nginx-blog td { border: 2px solid black; border-collapse: collapse; } table.nginx-blog { width: 100%; } table.nginx-blog th { background-color: #d3d3d3; align: left; padding-left: 5px; padding-right: 5px; padding-bottom: 2px; padding-top: 2px; line-height: 120%; } table.nginx-blog td { padding-left: 5px; padding-right: 5px; padding-bottom: 2px; padding-top: 5px; line-height: 120%; } table.nginx-blog td.center { text-align: center; padding-bottom: 2px; padding-top: 5px; line-height: 120%; } The rise of cloud computing – and Platform as a Service (PaaS) and Container as a Service (CaaS) offerings in particular – is changing the way companies deploy and operate their business applications. One of the most important challenges when designing cloud applications is choosing fully managed cloud services that reduce costs and time‑consuming operational tasks without compromising security. This blog post shows you how to host applications on Microsoft [ more… ]