[도서] IoT 비즈니스 모델 혁명

2016-04-04 KENNETH 0

[도서] IoT 비즈니스 모델 혁명 분야별 신상품 – 국내도서 – 컴퓨터와 인터넷 [도서]IoT 비즈니스 모델 혁명 고바야시 아키히토 저/김응수,이두원 공역 | 북스타 | 2016년 04월 판매가 14,400원 (10%할인) | YES포인트 160원(1%지급) 사물을 네트워크로 연결한다는 ‘IoT 기술’은 알기 쉬울지 몰라도 거기에서부터 어떤 가치를 창출해 낼 것인가 하는 ‘IoT 애플리케이션’의 관점에서는 아직 기업들은 고전을 면치 못하고 있다. 그것은 해외에서도 Source: [도서] IoT 비즈니스 모델 혁명

[도서] 네티 인 액션

2016-04-04 KENNETH 0

[도서] 네티 인 액션 분야별 신상품 – 국내도서 – 컴퓨터와 인터넷 [도서]네티 인 액션 노먼 마우러,마빈 알렌 울프탈 공저/최민석 역 | 위키북스 | 2016년 04월 판매가 22,500원 (10%할인) | YES포인트 1,250원(5%지급) 이벤트 : 예약하고 빨리 받자! IT 도서 예약판매 알림 네티는 복잡한 네트워킹, 멀티스레드, 동시성을 관리하는 자바 기반 네트워킹 프레임워크로서, 반복적인 저수준 코드를 내부로 감춤으로써 비즈니스 논리를 분리하고 쉽게 재사용할 수 있게 해준다. 네티를 도입하면 Source: [도서] 네티 인 액션

[도서] 언플러그드 놀이

2016-04-04 KENNETH 0

[도서] 언플러그드 놀이 분야별 신상품 – 국내도서 – 컴퓨터와 인터넷 [도서]언플러그드 놀이 홍지연,신갑천 글 | 영진닷컴 | 2016년 04월 판매가 11,700원 (10%할인) | YES포인트 650원(5%지급) 첫 소프트웨어 교육의 시작 컴퓨터 과학과 원리를 배우고 컴퓨팅 사고력을 키우는 언플러그드 놀이! 이 책은 처음 SW 교육을 시작하는 아이들을 위한 언플러그드 놀이 교육 책입니다. 소프트웨어 교육이 무엇 Source: [도서] 언플러그드 놀이

No Image

Introducing Full Emoji Support in NGINX and NGINX Plus Configuration ?

2016-04-01 KENNETH 0

Introducing Full Emoji Support in NGINX and NGINX Plus Configuration ? Here at NGINX we strive to support the latest technologies, development best practices, and DevOps principles. It is well known that the use of emoji has grown significantly in the last several years. Most Internet users utilize them in place of standard emoticons and many individuals can now have full, meaningful conversations without using any conventional ASCII letters. NGINX has become the most appealing web server for the latest generation of developers, and the recent announcement of support for JavaScript in NGINX configuration files has increased our usage among these young, up-and-coming technologists. To increase our appeal to the younger generation of DevOps and web developers, we are introducing full support for emoji in NGINX configuration files. You can now use emoji in the comments, variable values, regular expressions, [ more… ]

Maximizing Python Performance with NGINX, Part I: Web Serving and Caching

2016-04-01 KENNETH 0

Maximizing Python Performance with NGINX, Part I: Web Serving and Caching Introduction – How NGINX is Used with Python Python is famous for being easy and fun to use, for making software development easier, and for runtime performance that is said to exceed other scripted languages. (Though the latest version of PHP, PHP 7, may give Python a run for its money.) Everyone wants their website and application to run faster. Also, every website with growing traffic or sharp traffic spikes is vulnerable to performance problems and downtime, often occurring at the worst – that is, busiest – times. Also, nearly all websites suffer performance problems and downtime, whether traffic volume is growing steadily or they experience sharp spikes in usage. That’s where NGINX and NGINX Plus come in. They improve website performance in three different ways: As a web server – NGINX was originally developed to solve the C10K problem – that is, [ more… ]