Close

(35) Bulut teknolojileri, Cloud

Essentially the cloud is, in fact, the Internet. In simple terms, the ‘cloud‘ is the ability to host a software platform or service from a remote location that can be freely accessed and used anywhere via Internet access.

Swagger: How to Create an API Documentation

Swagger: How to Create an API Documentation

Creating API documentation with Swagger involves the following steps: By following these steps, you can create API documentation with Swagger that is easy to use and provides all the information developers need to interact with your API. Good documentation is crucial for any REST API. Swagger is a tool that […]

Devamını Oku

What is a smart city?

What is a smart city?

A smart city is a concept that refers to integrating technology and data to improve the quality of life for citizens, increase efficiency and sustainability, and enhance the overall management of a city. The goal of a smart city is to use technology and data to make urban areas more […]

Devamını Oku

Zuul: Edge Service in the Cloud

Zuul

Zuul is an edge service that proxies request to multiple backing services. It provides a unified “front door” to your system, allowing a browser, mobile app, or user interface to consume services from multiple hosts without managing cross-origin resource sharing (CORS) and authentication. Mar 2, 2016 The official site is https://github.com/Netflix/zuul.  […]

Devamını Oku

TFTP Nedir?

TFTP Nedir?

Trivial File Transfer Protocol (TFTP) 1980 yılında tanımlanmış, FTP’ nin temel fonksiyonel şekli olarak ifade edilen basit bir dosya transfer protokolüdür. Basit yapısından dolayı kullanılması esnasında çok az bellek tüketilmektedir. Bu özelliğinden dolayı, yeterli yığın bellek cihazı (mass storage device) olmayan yönlendirici (router) bilgisayarların önyüklemesinde kullanılırdı. Halen ağ üzerinde bulunan […]

Devamını Oku

Introducing Reverse Proxy Servers

Reverse proxy server

Provides a brief introduction to reverse proxy servers and how they work. A reverse proxy is a type of proxy server that sits in front of backend servers and forwards client requests to those servers. Reverse proxies help increase scalability, performance, resilience, and security. Here are some of the benefits […]

Devamını Oku