Close

OpenAPI API, Swagger

OpenAPI (formerly known as Swagger) is a specification for building APIs (Application Programming Interfaces) that defines a standard, language-agnostic interface to describe RESTful web services, allowing for automated generation of documentation, client libraries, and simplifying the process of designing, documenting, and consuming APIs.

Innovating at Scale: Pinterest’s Journey to a Unified Key-Value Storage System

Innovating at Scale: Pinterest's Journey to a Unified Key-Value Storage System

Pinterest’s engineering team embarked on a complex, two-year migration project to consolidate over 500 key-value use cases into a single storage system. This ambitious move aimed to reduce system complexity, lower operational overhead, and improve performance, all while managing over 4 petabytes of data and handling hundreds of millions of […]

Devamını Oku

Pizza Hut Battaniyeleri Kapışıldı.

Pizza Hut' ın sınırlı üretim battaniyesi

Pizza Hut’ ın dev bir pizza şeklinde yaptığı yaklaşık yedi kilogramlık battaniyeler büyük ilgi görmüş. Karantinada girdiğimiz kış mevsiminde afiyet olsun diyelim.

Devamını Oku

OpenAI Unveils Beta Version of Its Python SDK, Paving the Way for Enhanced API Access

OpenAI Unveils Beta Version of Its Python SDK, Paving the Way for Enhanced API Access

OpenAI has announced the Beta release of its Python SDK, a significant move aimed at improving access to the OpenAI API for Python developers. This library simplifies the process for Python applications to communicate with the OpenAI API. It offers pre-defined classes for API resources and ensures compatibility across different […]

Devamını Oku

Harnessing the Power of SciPy: Your Gateway to Scientific Computing in Python

Harnessing the Power of SciPy: Your Gateway to Scientific Computing in Python

Python has emerged as a frontrunner thanks to its extensive library range that facilitates various scientific and technical computations in the dynamic world of data science and computational science. One such library that stands out is SciPy, a free and open-source Python library used for high-level analyses. Introduction to SciPy […]

Devamını Oku

Swagger: Empowering Developers with Interactive API Documentation

Swagger allows you to describe the structure of your APIs so that machines can read them. The ability of APIs to express their design is the root of all awesomeness. Why is it so great? We can automatically build beautiful and interactive API documentation by reading your API’s structure. We […]

Devamını Oku

Design Microservice Architectures the Right Way

Design Microservice Architectures the Right Way

Michael Bryzek highlights specific key decisions that very directly impact the quality and maintainability of a microservice architecture, covering infrastructure, continuous deployment, communication, event streaming, language choice and more, all to ensure that teams and systems remain productive and scale.

Devamını Oku

REST vs. SOAP – What is the difference?

REST vs. SOAP - What is the difference?

REST API has no official standard because it is an architectural style. SOAP API, on the other hand, has an official standard because it is a protocol. REST APIs use multiple standards like HTTP, JSON, URL, and XML, while SOAP APIs are primarily based on HTTP and XML. REST allows more data formats, whereas SOAP only allows XML. Coupled with […]

Devamını Oku

Kod İncelemede 10 Kusurlu Hareket

Extreme Programming Values

12 Mayıs 2018 tarihinde Nişantaşı Üniversitesi’nde düzenlenen Developer Summit İstanbul’da Lemi Orhan Ergin’in sunduğu Kod İncelemede 10 Kusurlu Hareket oturumu.

Devamını Oku