Skip to content

Commit 9d24ddb

Browse files
committed
add
1 parent 01faaf2 commit 9d24ddb

1 file changed

Lines changed: 54 additions & 0 deletions

File tree

pages/rust-at-work.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ description:
99

1010
Live online conversation about the use of Rust at Work.
1111

12+
Trying to understand how people use Rust at their companies.
13+
1214
## Planned events
1315

1416
| When | event | who | register |
@@ -17,4 +19,56 @@ Live online conversation about the use of Rust at Work.
1719
| 2025.05.27 | [Rust at Work at Eureka Labs](https://rust.code-maven.com/rust-at-work-eureka-labs) | Eli Shalom & Igal Tabachnik | [register](https://www.meetup.com/code-mavens/events/307673680/) |
1820

1921

22+
## Process
23+
24+
* We schedule an event and let anyone register and attend the online event.
25+
* During the event the audience can ask questions in the chat room that can enhance the whole conversation.
26+
27+
28+
## Topics (not all of them might be relevant to you)
29+
30+
* Please introduce yourself.
31+
* Please introduce the company you work for. The products and services of your company.
32+
33+
* What was your entry point to Rust?
34+
* Why do you use Rust?
35+
* How did you introduce Rust to this company?
36+
* Are you porting some software from some other language?
37+
* Why?
38+
* From which language?
39+
* What is the process?
40+
* Are you writing a greenfield process in Rust?
41+
* What were the alternatives?
42+
* Why did you pick Rust?
43+
44+
* How do you select your dependencies?
45+
* Do you have a well defined process maybe even a selected team to accept new dependencies or is it up to the individual developer to add a new dependency?
46+
* How much can you rely on open source crates?
47+
* How do you interact with the wider Rust community?
48+
* How do you ensure that the crates you rely on directly and all their dependencies are secure and well maintained?
49+
* How do you fix issue in dependencies?
50+
* Locally?
51+
* Is it easy to have your changes accepted upstream?
52+
* Do you allocate time to your developers to contribute to open source projects?
53+
* Have you experienced with sponsoring certain open source Rust (or other) developers or bug bounties?
54+
55+
* What is your branching and development process?
56+
* Branches and pull-request?
57+
* Code-reviews?
58+
* Pair-programming?
59+
60+
* Are you looking for Rust developers? What is the hiring process?
61+
* Is it easy/difficult to find Rust developers?
62+
* What can people do to increase their chances to get picked and maybe even hired by your company?
63+
* Time-travel: What would be the answer if someone has the time to plan 1-2 years ahead?
64+
65+
* What would you recommend to other engineering decision makers, CTOs, VP R&Ds, VP of Engineering, tech founders, etc. how to evaluate the feasibility of Rust for their projects and goals?
66+
* How to adopt rust?
67+
* What is the ROI switching to rust? How can we measure it?
68+
69+
* How do you evaluate the decision to switch to / use Rust?
70+
* What are the parts of the Rust ecosystem that you found less than perfect? What do you miss from the language or from the ecosystem?
71+
* What is your experience using AI tools to write Rust code? How do you think will impact the market share of programming languages?
72+
73+
2074

0 commit comments

Comments
 (0)