Stacy Roll

Stacy Roll @stacy-roll

About: I love rust code & tech books 🦀

Location:
USA
Joined:
Oct 15, 2023

Stacy Roll
articles - 19 total

How to get the Ctrl + C event in rust? 🔭🔮

If you are on a linux distro and you want to obtain the Ctrl + C event before the process ends in...

Learn More 3 0Jan 23 '24

How to get the keys without pressing enter in rust ⌨️

The standard rust library does not support getting keyboard events in raw mode to capture keys...

Learn More 6 3Dec 27 '23

How cybercriminals steal your passwords by listening to your keyboard 🕵️‍♀️ 💁‍♀️

Cybercriminals often don't have our passwords or tokens after a brute force decryption, but rather...

Learn More 3 1Dec 2 '23

A counter that listen keyboard events 🕹️

How to make a dynamic number counter so that when you press the up arrow, a number is added and when...

Learn More 7 0Nov 27 '23

Ping-Pong rust: a project for your first dev-job

If you're looking for your first job as a Rust developer and are considering a project for your...

Learn More 2 0Nov 15 '23

How to get Ctrl + S, Ctrl + C in my rust app

If you are on a GNU/Linux operating system, regardless of its distribution, and you are also...

Learn More 6 1Nov 13 '23

Queues in rust: enqueue and dequeue 👉

In C, queues are elements that we can easily handle with pointers. In Rust, we have VecDeque included...

Learn More 1 0Nov 1 '23

How to get the F1, F2, F3 ... keys in Rust ? 💬

If you're using a GNU/Linux operating system and want to develop a system that requires the F1, F2,...

Learn More 2 0Oct 31 '23

Logic of a menu greater than 2 options in rust 🧠

Making a menu and matching functions is easy logic. Now when we have several options to match we need...

Learn More 1 0Oct 30 '23

Let's build a Dynamic Calculator! 📟

Add a keyboard mannager for users inputs: cargo add k_board Add calculator logic inside the...

Learn More 1 0Oct 29 '23

A counter that listen keyboard

How to make a dynamic number counter so that when you press the up arrow, a number is added and when...

Learn More 0 0Oct 28 '23

Dynamic HTTP API for web & OS dev 🧢

Today we'll be writing a working web API using an extremely simple HTTP library controlable from the...

Learn More 6 0Oct 27 '23

How to get the console in raw mode in rust 🖤

Rust by default does not have a console management in pure raw mode. If you are looking for a way to...

Learn More 1 0Oct 25 '23

Comparison between k_board and termion 🦀⌨️

In this article, I'm going to compare the efficiency of two powerful keyboard handlers in the Rust...

Learn More 2 0Oct 23 '23

How to make a dynamic menu in rust 📃

In this article I am going to show you how to make a dynamic menu in Rust. First of all, let's add a...

Learn More 0 0Oct 22 '23

Technical test for rust junior dev 🤔

A week ago, I gave a technical test to a junior candidate who was applying to our company as a rust...

Learn More 1 2Oct 21 '23

How to get the hex code of a key from my keyboard ? 👓

If you are studying your keyboard's behavior and want to know the hexadecimal value of the key event...

Learn More 1 0Oct 20 '23

Why Rust is the Smart Choice for New Developers

When it comes to selecting a programming language for your next project, the choices can be...

Learn More 0 0Oct 15 '23

Why I use k_board instead of termion 💻

I used to use Termion for managing my dynamic menus, but the truth is that the crate's weight was too...

Learn More 0 0Oct 15 '23