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

[SyncTree Dynamic URL feature introduction retrospective] Part 1. Routing, How Exactly Do You Know?

I'll share with you what I've learned about 'routing' topic, so that other developers reading this won't have to go in circles like me
July 4, 2023
COMMUNITY

[Nocode & AI Development Competition: Syncathon Season 2] 3rd Place Winner - AI Travel Guide

Today, we're going to introduce the 3rd Place Winner's service of Syncathon, <AI Travel Guide>
July 19, 2023
TECH

How To Add ChatGPT & Dalle2 to Your Bubble Website in 5 min by No-Code!

Just follow how to add ChatGPT & Dalle2 to your Website in 5 min by No-code. You can add and connect any idea you wish
March 16, 2023