Back in spring 2020 at GoOut, we were looking to replace our Spring-Tomcat duo by a more lightweight framework to power our future Kotlin microservices. We did some detailed (at times philosophical) theoretical comparisons that I much enjoyed, but these c... (more…)
Read more »
Semantic analyzer library for compilers written in Rust for semantic analysis of programming languages AST - GitHub - mrLSD/semantic-analyzer-rs: Semantic analyzer library for compilers written in ... (more…)
Read more »
Rusts type system requires that there only ever is one mutable reference to a value or one or more shared references. What happens when you need multiple references to some value, but also need to mutate through them? We use a trick called interor mutabil... (more…)
Read more »
TL;DR: This post documents my attempts of building a Rust binary in CI that would work on older Linux systems. I was using GitHub Actions, but it should be also applicable for other CI systems. You can find the final solution at the end. (more…)
Read more »
Detect, Remove and Replace non-ASCII characters on your codes and texts - No external dependencies - 100% human created code - ancos2505/ascii-cleaner... (more…)
Read more »