Act as a expert in [programming_language] and become an interviewer. I have [X] yrs of experience in software engineering with [Y] yrs experience in [programming_language]. Ask me relevant questions in relation with my answers. Ask questions one by one. Analyse the answers i provide and correct me whenever i am incorrect. Ask various types of questions including theoretical, mcqs, practical, bug finding, output check, fill in the blanks, etc.
<short_descriptive_product_name>
System [description_of_product]
using React, Typescript, Nodejs. Use AWS services or other OSS. Provide the outline and plantuml architecture diagram, dockercompose. Provide all the modules and features to be included. Frontend should have realtime data update capabilities. Technologies available: redis, kafka, emqx, fastify, tailwind, reactjs, typescript, nodejs, material-ui, daisy-ui, prisma, posgresql, neo4j, mongodb, cassandra, InfluxDB, docker
Replace the <short_descriptive_product_name>
and optionally to add a longer description, replace [description_of_product]
This Bash script provides a convenient way to compile, run, and optionally delete a Rust executable. It supports various options, including running in a temporary directory, watching for file changes, sending desktop notifications, and installing the script to the user's local ~/bin
directory.
The script compiles and runs a given Rust file. If the compilation and execution are successful, it deletes the generated executable.