SyncTree Wikipedia Part 1. - Most Frequently Used Blocks TOP 5!

For those of you starting Backend development with SyncTree, We have chosen 5 blocks which is the most frequently used.
COMMUNITY
July 24, 2023
SyncTree User Tips - Most Frequently Used Blocks TOP 5

For those of you starting Backend development with SyncTree, We have chosen 5 blocks which is the most frequently used.

1. Variable

A variable is a space (memory) with a name (variable name) that stores a specific value.

  1. 'Create / Set to' BlockThis block is the combination of 'Create' Block and 'Set to' Block. Create a variable and assign a value to the variable.

  1. 'Fetch' Block: Get and contral the header and body data of a specific Transfer blcokset. The value of the Fetch enters the ID of the transfer blockset to call

See more details on Manual 👉

2. Transfer + Protocol Block set

Generally, 'Transfer' block and 'Protocol' block are used together. After declaring communication with the external API with the 'Transfer' block, define the data transmission method with the 'Protocol' block.

  1. 'Transfer' Block: It is used when communicating with an external service (API) or getting its value.

  1. 'Protocol' Block: It is used when defining a data transmission method (protocol) with an external API.

See more details on Manual 👉

3. HashMap

HashMap is a data structure consisting of Key, the unique address value of the data, and Value

  1. 'Get HashMap Variable' Block: It is used bring the entire HashMap, or the Value of a specific Key.

Practicing in 'SyncTree Backend School - Kindergarten cource' - 06. Let's create Plus API! 👉

3-1. HashMap + Pair Block Set

Pair block used for Key/Value mapping in HashMap.

  1. 'Document Pair' Block: The function is the same as the Pair block, and additional information(datatype, description, required) is used to create an API Document.

See more details on Manual 👉

4. Helper

This block is useful when developing with SyncTree, a block coding method.

  1. 'Code Section' Block: Section the blockset. Blocksets grouped into code sections can be copied at once with Ctrl + C, etc. This block can be folded or unfolded.

  1. 'Comment statements' Block: Record comments or annotate specific blockset. A note can be left in the Comment area, and clicking the comment in the Flag menu goes to the corresponding location, so it can be used as a bookmark.

See more details on Manual 👉

5. Logic

A conditional statement is a statement that performs a calculation or response that depends on the result of a given conditional expression.

  1. 'If' Block: It is a block set that implements a conditional statement by combining an if statement with logic and comparison operation blocks. It has an intuitive block structure.

See more details on Manual 👉

So far, I have introduced the 5 most frequently used blocks when developing with SyncTree. Perhaps the blocks used vary greatly depending on the purpose and scope of development. If you are curious about how to use other blocks in SyncTree, please refer to the manual 👉

Keywords
Related Posts
TECH

Building Back-end for Startups in an hour with No-code!🚀

For Startups, Solo entrepreneur, We introduce how to finish building a Back-end within an hour!
April 7, 2023
NEWS

[Use Case - National Agricultural Cooperative Federation] Building Backend Infra for public data portal platform

Establishment of the 'Backend environment' service required to build a public data portal linkage platform of NACF
January 3, 2024
TECH

05 Security issue of No-code Solutions? We Solved This Way!

SyncTree allows you to quickly and easily build a highly secure backend with Nocode.