Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escape special characters +-&|!(){}[]^"~*?:\ - e.g. \+ \* \!
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
How to find a job or a project idea for developing on TON?

This is not strictly a programming question, but it is related to the TON development ecosystem. If I am a lone developer interested in TON blockchain, how can I find a company to work for or a great idea to implement?


This question was imported from Telegram Chat: https://t.me/tondev/125096

  
  
Posted 12 months ago
Votes Newest

Answers


Regarding the project ideas, there's TON Footsteps initiative with some ideas and bounties set for them: https://github.com/ton-society/ton-footsteps

Also it's usually a good idea to make projects that "scratch your own itch". Do you feel a need for something in the TON ecosystem? If you do, that might me a great starting point.

Regarding the jobs, there's a Careers page on https://jobs.ton.org/

Probably not all the companies use it, so you might also check out projects on ton.app and reach out to some of them to see if they have any open positions.

  
  
Posted 12 months ago
2K Views
1 Answer
12 months ago
12 months ago
Tags