@jondot on code

@jondot on code

Follow
home
Tag

Programming Blogs

#programming-blogs

More content

Read more stories on Hashnode


Articles with this tag

Building CLI Apps in Rust — What You Should Consider

Apr 27, 202316 min read

This is part guide, part post about what you should consider before building a new CLI app in Rust. Before jumping into a cargo new and hitting it,...

Building CLI Apps in Rust — What You Should Consider

Compile Time Feature Flags in Rust: Why, How, When?

Dec 14, 20227 min read

The ability to pick compile time features in Rust can allow you to improve the performance, size, maintainability, safety, and portability of your...

Compile Time Feature Flags in Rust: Why, How, When?

Running Rust tasks with xtask and xtaskops

Oct 31, 20226 min read

Pop quiz: how do you run your daily tasks? If you have a moderately large React project or a project in Go, or any other kind of language, you...

Running Rust tasks with xtask and xtaskops

How to do code coverage in Rust

Jul 9, 20226 min read

Now that we have source based coverage in Rust, we're going to look at how to do the following: Run coverage locally Integrate with IDE for inline...

How to do code coverage in Rust

Principles of Effective Work

Apr 6, 202213 min read

Spectral is a DevSecOps startup which I founded, that was born directly into COVID times (Spectral has since been acquired by Check Point 🎉). When I...

Principles of Effective Work