Tweets

You blocked @NiyaziCapar

Are you sure you want to view these Tweets? Viewing Tweets won't unblock @NiyaziCapar

  1. 18 hours ago

    "Netflix is a service registry. It provides a REST API for managing service-instance registration and for querying available instances.

    Undo
  2. 18 hours ago

    There are two main service discovery patterns: client-side discovery and server-side discovery."

    Undo
  3. Retweeted
    Aug 10

    Sevr bir antlaşma değil sadece adi ve kirli bir belgedir, Zira Padişah kesinlikle imzalamamıştır...

    Undo
  4. Aug 10

    "There are several binary formats to choose from. If you are using Thrift RPC, you can use binary Thrift. If you get to pick the message format, popular options include ProtocolBuffers and Apache Avro."

    Show this thread
    Undo
  5. Aug 10

    "Consequently, you might want to consider using a binary format"

    Show this thread
    Undo
  6. Aug 10

    "A downside of using a text-based message format is that the messages tend to be verbose."

    Show this thread
    Undo
  7. Aug 10

    "There are two main kinds of message formats: text and binary. Examples of text-based formats include JSON and XML."

    Show this thread
    Undo
  8. Aug 10

    "Even if you are writing your in a single language today, it’s likely that you will use other languages in the future."

    Show this thread
    Undo
  9. Aug 10

    "If you are using a messaging system or REST, you get to pick your message format."

    Show this thread
    Undo
  10. Aug 10

    "Thrift also gives you a choice of transport protocols including raw TCP and HTTP. Raw TCP is likely to be more efficient than HTTP. However, HTTP is firewall-friendly, browser-friendly, and human-friendly."

    Show this thread
    Undo
  11. Aug 10

    "Thrift supports various message formats: JSON, binary, and compact binary."

    Show this thread
    Undo
  12. Aug 10

    "You use the Thrift compiler to generate client-side stubs and server-side skeletons. The compiler generates code for a variety of languages including C++, Java, Python, PHP, Ruby, Erlang, and Node.js."

    Show this thread
    Undo
  13. Aug 10

    Apache Thrift is an interesting alternative to REST. It is a framework for writing cross language RPC clients and servers. Thrift provides a C-style IDL for defining your APIs."

    Show this thread
    Undo
  14. Aug 10

    "Others, such as RAML, require you to use a separate specification such as JSON Schema. As well as describing APIs, IDLs typically have tools that generate client stubs and server skeletons from an interface definition."

    Show this thread
    Undo
  15. Aug 10

    "Some IDLs, such as Swagger, allow you to define the format of request and response messages."

    Show this thread
    Undo
  16. Aug 10

    " • It directly supports request/response-style communication. • HTTP is, of course, firewall-friendly. • It doesn’t require an intermediate broker, which simplifies the system’s architecture. "

    Show this thread
    Undo
  17. Aug 10

    "• HTTP is simple and familiar. • You can test an HTTP API from within a browser using an extension such as Postman,or from the command line using curl (assuming JSON or some other text format is used)."

    Show this thread
    Undo
  18. Aug 10

    "There are numerous benefits to using a protocol that is based on HTTP: "

    Show this thread
    Undo
  19. Aug 10

    "A taxi-hailing application uses interaction"

    Show this thread
    Undo
  20. Aug 10

    "Today it is fashionable to develop APIs in the RESTful style. REST is an IPC mechanism that (almost always) uses HTTP."

    Show this thread
    Undo

Loading seems to be taking a while.

Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.