Skip to content

Instantly share code, notes, and snippets.

View ilterpehlivan's full-sized avatar

ilter pehlivan ilterpehlivan

View GitHub Profile
https://media.licdn.com/dms/image/D4E22AQH8JG-8Gh6FBw/feedshare-shrink_800/0/1699980315203?e=1703116800&v=beta&t=MNb-yZ8cis4aXZ0w9mFisnVP0ukvYyYGM_6QE4KujMc
http://httpbin.org/#/
We couldn’t find that file to show.
1. Diagrams: Turn python code into cloud system architecture diagrams
2. Mermaid: Generation of diagram and flowchart from the text in a similar manner as markdown
3. ASCII editor: ASCII charts and diagrams editor allows to create text diagrams for emails, README files, text specifications, etc.
4. PlantUML: it is an open-source tool allowing users to create diagrams from plain text language
5. Markmap: Visualize your Markdown as mindmaps. It supports the VS code plugin
graph LR
Service -->|Fetch Records|F(repository) -->|Query records limit 100| C[(Database)] -->|"Records[]"|F
F -. Async:trigger .->R(Service Collector) -->|Prepare and Add to response|R -->|Response Ready|Service
linkStyle 1,2 stroke-width:2px,fill:none,stroke:red;
@ilterpehlivan
ilterpehlivan / Main.java
Created June 6, 2020 03:45
Loadbalancedmono signaltype issue
package org.example;
import io.rsocket.Payload;
import io.rsocket.RSocket;
import io.rsocket.SocketAcceptor;
import io.rsocket.client.LoadBalancedRSocketMono;
import io.rsocket.client.filter.RSocketSupplier;
import io.rsocket.core.RSocketConnector;
import io.rsocket.core.RSocketServer;
import io.rsocket.frame.decoder.PayloadDecoder;
# Merchant Search
The `merchant_search` endpoint returns [`Merchant`](#merchant-properties) related data for merchants that match your search.
## Search merchants
> Example Merchant Search Request