The people behind Windows 11: Listening, solving problems and designing with purpose

2021-08-06 KENNETH 0

The people behind Windows 11: Listening, solving problems and designing with purpose As a kid, Charles Taylor was always interested in tech – though he didn’t know exactly what that meant, beyond translating to a job related to computer science. Growing up in Littleton, North Carolina – an actual little town with less than 700 people – he went to school with the same group of about 60 kids through high school graduation. He would be one of the first in his family to attend college. Taylor went to Duke University. He took classes in computer science, visual and media studies and information science, trying to get a feel for a future career. He questioned whether it was the right fit. Then a work-study program at a Duke University medical center connected him with a mentor, an IT chief who [ more… ]

[도서] 손쉬운 로블록스 게임 코딩

2021-08-06 KENNETH 0

[도서] 손쉬운 로블록스 게임 코딩 분야별 신상품 – 국내도서 – 컴퓨터와 인터넷 [도서]손쉬운 로블록스 게임 코딩 잰더 브룸보 저/조경빈 역 | 에이콘출판사 | 2021년 08월 판매가 22,500원 (10%할인) | YES포인트 1,250원(5%지급) 로블록스(Roblox)는 다른 일반적인 게임과 달리 개발자와 플레이어 모두를 위한 글로벌 가상 플랫폼이다. 매일 1억 5천만 명 이상의 활성 사용자를 보유하고 있는 로블록스는 루아(Lua) 프로그래밍 언어를 사용해 개 Source: [도서] 손쉬운 로블록스 게임 코딩

No Image

USN-5032-1: Docker vulnerabilities

2021-08-05 KENNETH 0

USN-5032-1: Docker vulnerabilities Several vulnerabilities were fixed in Docker. This update provides a new upstream version that fixed them. Source: USN-5032-1: Docker vulnerabilities

AWS Lambda 기반 서버리스 앱에서 데이터 스토리지 선택하기

2021-08-05 KENNETH 0

AWS Lambda 기반 서버리스 앱에서 데이터 스토리지 선택하기 AWS Lambda는 서버리스 애플리케이션을 지원하는 온디맨드 컴퓨팅 서비스입니다. Lambda 함수는 임시로 함수가 호출될 때 짧은 시간 동안만 실행 환경이 존재합니다. 그런데, 대부분 컴퓨팅 작업은 다양한 목적을 위해 외부 데이터에 접근해야합니다. 미디어 파일을 읽거나, 임시 파일을 저장하거나 데이터 분석을 위한 로그 파일 등을 접속할 때도 있습니다. Lambda 함수를 개발할 때, 웹 애플리케이션 개발자의 요구 사항을 충족하는 다양한 스토리지 옵션을 제공합니다. 이 글에서는 다양한 옵션 간의 차이점을 설명하고, 여러분이 선택하는 데 도움이 되는 길잡이가 되고자 합니다. (이 글은 Happy Path 웹 애플리케이션 시리즈를 기반으로 하며, Github 저장소에서 샘플 코드를 다운로드할 수 있습니다.) 1. Amazon S3 – 객체 스토리지 사용하기 Amazon S3는 탄력적으로 확장되는 무제한 객체 스토리지 서비스입니다.  이 서비스는 구조화되지 않은 데이터를 저장하는 데 이상적입니다. 즉, 이미지 또는 미디어, 로그 파일 및 센서 데이터와 같은 이진 데이터가 포함됩니다. 기억해야 할 S3 객체 스토리지의 특성은 [ more… ]

No Image

Ditching the Script: Learning How to Live Stream at NGINX

2021-08-05 KENNETH 0

Ditching the Script: Learning How to Live Stream at NGINX If you regularly browse the Internet today (and I’m guessing you do), chances are you have live streamed something. More than likely, you have streamed a lot of somethings. It feels like everything is “going live” today. Once more of a gaming phenomenon on platforms like Twitch, live streaming is fast becoming a normal part of daily life – whether you’re watching your favorite team play, enjoying a live concert, joining a morning workout, or even attending school. If you subscribe to the NGINX YouTube channel, you’ve probably noticed that we have started live streaming content along with our on‑demand tutorials and product content. In this post, I want to share a little bit more about why we’re trying this new format and share more about our experience with learning to [ more… ]