Filter Down by Tags
Click on a tag filter by it-
Rust
-
Rust Language
-
Build
-
Build Tools
-
Cargo-make
-
Build System
-
Conrod
-
Cursive
-
Open-source
-
Alexandre Bury
-
Data
-
Dotenv-linter
-
Python
-
Ruby
-
Testing
-
Anonymizers
-
Api
-
Applications
-
Authorization
-
AWS
-
Blog
-
Build.rs
-
Character Encoding
-
Character Properties
-
Chat
-
Compiler
-
Concurrency
-
Contents
-
Crates
-
Create
-
Dev
-
Developed
-
Development Tools
-
Diesel
-
Docs
-
Docs.rs
-
Dotenv
-
Dragoș Tiselice
-
Driver
-
Embedded
-
Extension
-
Fakers
-
FFI
-
Flexible
-
Futures-rs
-
Gabriel Dubé
-
Gamedev
-
Game Development
-
Git
-
Go
All Resources
Showing the most recent resources.
The latest one is from
2021-02-08.
-
Read an article on how to use the GitHub Actions Evrone wrote to run rubocop, brakeman, reek, fasterer, hadolint, and dotenv-linter linters on your project.Article Added by elizabethlvova // evrone.com // 23 days ago
-
Fakers, anonymizers, and obfuscators — there are various free and open-source data anonymization tools that have been around for a long time and work pretty well, so why did we create a new one?
We also wanted a tool that was flexible about how the anonymization itself takes place, ideally allowing the use of templates to populate field contents.
Read more about Datanymizer: https://evrone.com/datanymizerArticle Added by evronecom // evrone.com // 30 days ago -
What are the key changes in dotenv-linter v3.0.0 release?
We have developed dotenv-linter — a useful tool for checking .env files. It helps to find problems in .env files that you might miss at first, but which later may result in incorrect work of applications.
Here's an overview of the key changes made in this release: https://evrone.com/dotenv-linter-v300Article Added by evronecom // evrone.com // 30 days ago -
We have developed dotenv-linter — a useful tool for checking .env files. It helps to find problems in .env files that you might miss at first, but which later may result in incorrect work of applications. We made the tool universal, it can be connected to any project regardless of the programming language.Article Added by mgrachev // dotenv-linter.github.io // about 1 month ago
-
Datanymizer is an open-source, GDPR-compliant, privacy-preserving data anonymization tool flexible about how the anonymization takes place.Article Added by elizabethlvova // evrone.com // about 1 month ago
-
Notes on the experience of porting a small chatbot HTTP API from Python to Rust using the Rocket web framework.Article Added by davidmytton // blog.console.dev // about 1 month ago
-
Using process isolation to prevent fail points from `fail` to spreading across multiple testsArticle Added by cyplo // blog.cyplo.dev // 2 months ago
-
oso cofounder/CTO Sam Scott led a talk at the recent Seattle Rust meetup on building a runtime reflection system for Rust. Watch the 40-minute video below to learn about:
How we are building a declarative policy language (Polar) with type/object semantics in Rust. What we did in the oso Rust library itself to make it behave more dynamically. And the various approaches we tried and (failed at) along the way.Tutorial Added by ssglaser // www.osohq.com // 3 months ago -
Article Added by ssglaser // www.osohq.com // 4 months ago
-
Being object-oriented, Go and RUST are superlatives of C++ and Java. Both are arguably good and have respective use cases. Know the operational dynamics of RUST vs. GO here.Article Added by konstant // www.konstantinfo.com // 6 months ago
-
Platform-agnostic driver for the CCS811 indoor air quality sensor written in RustArticle Added by eldruin // blog.eldruin.com // 6 months ago
-
We sat down with Steve to hear from him first-hand about his professional activities at the moment, the design success of Rust, a little about the "full-stack" development hype, and overcoming burnouts.Article Added by RickNln // evrone.com // 7 months ago
-
The first chapter of the series:
Rust for a Pythonista: Why, when, and how?
It covers reasoning for using Rust, possible use cases, building a Rust crate from the ground up, adding Python bindings, usability, CI & packaging.Article Added by Stranger6667 // dygalo.dev // 7 months ago -
Recently, we reached a limitation in one of our services that led us to transition that service from Node.js to Rust. This post goes into some of the details that caused the need to change languages, as well as some of the decisions we made along the way.Article Added by Frenchcooc // blog.bearer.sh // 8 months ago
-
A handy browser extension to search Rust docs and crates, etc in the address bar instantly!
Features
- Search Primitive Types and Modules
- Search Structs, Traits and EnumsTool Added by bifidy // chrome.google.com // 10 months ago -
The gist of it is, as far as I can tell, there should be some way to not have to write Ok(...) for the happy path in functions which return Result. He specifically is advocating for a throws keyword that would go a bit beyond just this basic change, but the problem he’s mainly trying to fix is having to type Ok(...) so often.Article Added by StanBright // timidger.github.io // 11 months ago
-
Rust is a multi-paradigm, general-purpose programming language, backed by the IT giant Mozilla. It combines functional and procedural programming paradigms with a type-based object system. Our software development company, Evrone, has extensive experience in Rust programming. We use Rust in embedded systems and other performance-critical code.
Full report https://evrone.com/why-hire-rust-developers-your-project
https://evrone.com/rustTutorial Added by evtauri // evrone.com // about 1 year ago -
Rust can be a language well-suited for building microservices as it offers a practical and safe alternative to C.Article Added by packtpartner // docs.google.com // over 1 year ago
-
A liveVideo introduction to Rust.Tutorial Added by vonlatinski // mng.bz // almost 2 years ago
-
A book that introduces the Rust programming language by exploring numerous systems programming concepts and techniques.Book Added by vonlatinski // mng.bz // almost 2 years ago
-
There are more than 2,500 programming languages in existence today. Where do all these languages come from? Learn more about the fourth generation with Go, Rust, Kotlin and Elixir.Article Added by AnneLaure13 // www.welcometothejungle.co // almost 2 years ago
-
Learning to use Dodrio virtual DOM on a simple memory game for kids.
The images are funny cartoon characters from the alphabet.
The cards grid is only 4x4.Tutorial Added by LucianoBestia // github.com // almost 2 years ago -
Article on how, given a lot of example data, auto-generate granular unit tests.Article Added by cyplo // blog.cyplo.net // about 2 years ago
-
In-depth explanation of Rust lifetimes. Walks the reader starting from the motivation behind the lifetimes and finishing with the compiler-level details. Uses specific examples to develop a high-level intuition, but also presents the formal rules that can be used as a reference.Tutorial Added by nearmax // medium.com // about 2 years ago
-
Part 2 in a series about writing serverless applications in Rust with AWS lambdaArticle Added by softprops // link.medium.com // over 2 years ago
-
Update Added by ozkriff // imgur.com // over 2 years ago
-
Tutorial Added by sagiegurari // medium.com // almost 3 years ago
-
Tutorial Added by sagiegurari // medium.com // almost 3 years ago
-
Tutorial Added by sagiegurari // medium.com // almost 3 years ago
-
Tutorial Added by sagiegurari // medium.com // almost 3 years ago