Our great sponsors
-
ripgrep
ripgrep recursively searches directories for a regex pattern while respecting your gitignore
Its fairly obvious to find really good projects in Rust using github, if nothing else, look for the number of stars on each repo, and one might stumble on "ripgrep"which is nicely done by the legendary burntsushi
-
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
You can make a game too.
-
Here is the project: https://github.com/burn-rs/burn
-
I’d suggest trying the rustlings exercises.
-
Link to my project: https://github.com/trane-project/trane
-
I second that. There's this list for inspiration https://github.com/matu3ba/awesome-cli-rust
-
Mergify
Updating dependencies is time-consuming.. Solutions like Dependabot or Renovate update but don't merge dependencies. You need to do it manually while it could be fully automated! Add a Merge Queue to your workflow and stop caring about PR management & merging. Try Mergify for free.
-
Sadly, I am too young for punchcards, however I have ported cobol to webasm ( https://github.com/wmealing/cob-webber ) and working on a gnucobo-mode for emacs ( https://github.com/wmealing/gnucobol-mode )
-
Sadly, I am too young for punchcards, however I have ported cobol to webasm ( https://github.com/wmealing/cob-webber ) and working on a gnucobo-mode for emacs ( https://github.com/wmealing/gnucobol-mode )
-
If your'e more into a tutorial with a book https://www.zero2prod.com/ is really good. You gonna build a newsletter service. With all the good stuff in backend development.