Siloed (@_concdev) 's Twitter Profile
Siloed

@_concdev

software engineer

ID: 1580122683404075008

calendar_today12-10-2022 09:06:38

8 Tweet

1 Followers

68 Following

Sebastian Sigl (@sesigl) 's Twitter Profile Photo

I interviewed over 50 back-end engineers in the last 2 years. I created a Notion based "Learn Backend Development Pack" that contains a learning path to become a backend dev based on free resources. Retweet and reply with "free" and I'll DM it to you. (need to follow)

I interviewed over 50 back-end engineers in the last 2 years.

I created a Notion based "Learn Backend Development Pack" that contains a learning path to become a backend dev based on free resources.

Retweet and reply with "free" and I'll DM it to you.

(need to follow)
0xJustUzair | BuildBear.io (@0xjustuzair) 's Twitter Profile Photo

🧡 6/8 πŸ‘‰ Events & Errors πŸ“’πŸš« Events are vital in Cairo. Declare an enum with #[derive(starknet::Event)] and add all the event structs to it. For indexed data, use #[key]. Emit events with self.emit(EventName) 🎀. To revert with an error message, use the assert! macro.

🧡 6/8

πŸ‘‰ Events & Errors πŸ“’πŸš«

Events are vital in Cairo. 
Declare an enum with #[derive(starknet::Event)] and add all the event structs to it. 

For indexed data, use #[key]. 

Emit events with self.emit(EventName) 🎀.

To revert with an error message, use the assert! macro.