Close

Aylık Arşiv: Şubat 2019

The Thompson and Ritchie Story

Ken Thompson, Dennis Ritchie

Bell Labs colleagues Ken Thompson and Dennis Ritchie developed UNIX, a multi-tasking, multi-user operating system alternative to the batch processing systems that dominated the computer industry. Learn more about Thompson: https://www.invent.org/inductees/ken-… and Ritchie: https://www.invent.org/inductees/denn… Dennis Ricthie’s Life Dennis MacAlistair Ritchie was born on September 9, 1941, in Bronxville, New York. […]

Devamını Oku

Basic in-store mobility

Basic in-store mobility

Being able to offer the same level of customer service in-store as consumers get online is the challenge of retailers today, often called “store digitalization”. Click & Collect, endless catalogue, home delivery, recommended products, 1-click payment are services that need to be offered in-store. In-store mobility is one means among […]

Devamını Oku

Feign makes writing java http clients easier

Feign makes writing java http clients easier

Feign is a Java to HTTP client binder inspired by Retrofit, JAXRS-2.0, and WebSocket. Feign’s first goal was reducing the complexity of binding Denominator uniformly to HTTP APIs regardless of ReSTfulness. Why Feign and not X? Feign uses tools like Jersey and CXF to write java clients for ReST or SOAP services. Furthermore, Feign allows you […]

Devamını Oku

Navigating the World of NumPy

Navigating the World of NumPy

NumPy NumPy is a fundamental package for scientific computing with Python. It supports large, multi-dimensional arrays and has an extensive collection of high-level math functions that can operate on those arrays. Through NumPy, you can leverage n-dimensional array objects, C, C++, and Fortran program-based integration tools, and functions for performing […]

Devamını Oku