Skip to main content
  • Home
  • Blog
  • Contact
bits and beebs
  • Home
  • Blog
  • Contact

Blog

All blog categories
  • A screenshot of the terminal output of the lintspec CLI tool, showing diagnostics related to missing documentation in a Solidity source file.

    Announcing lintspec

    2025-02-26

    Lintspec is a command-line utility (linter) that checks the completeness and validity of NatSpec doc-comments in Solidity code. It is focused on speed and ergonomics and aims to improve the user experience over existing solutions.

    rustsoliditytoolingannouncement
    Read more
  • A view of four shipping containers which show some signs of rust.

    Rust for AWS Lambda, the Docker Way

    2024-11-22

    In this short article, we go over a setup to distribute AWS Lambda endpoints written in the Rust programming language through Docker images instead of a zipped binary. This technique leverages the power of Cargo Lambda and multi-stage Docker builds.

    rustdockeraws lambdawebdevtutorial
    Read more
  • A paper calendar book with a pen and a delicate green plant laid on top of it

    Localized Calendar Component with Svelte and TailwindCSS

    2024-08-01

    Let's create a localized monthly calendar component together, using Svelte and TailwindCSS with minimal dependencies. To achieve this result, we explore the internationalization APIs of JavaScript and use some clever maths to generate a simple markup. After detailing each piece of the puzzle, we put everything together into a simple but customizable demo which can serve as the basis for your calendar needs.

    sveltetailwindjavascriptwebdevtutorial
    Read more
  • A picture of molten metal exiting the spout of a foundry into a vat

    Diff-Testing Solidity with Rust and Foundry

    2024-06-16

    Differential testing allows to compare implementations and is especially useful in Solidity, where optimizations are frequently made by replacing code with low-level YUL instructions. By leveraging the fast startup times and low footprint of Rust binaries via FFI, Foundry allows to efficiently integrate diff testing in Solidity projects.

    rustsolidityfoundrytestingtutorial
    Read more

Mastodon Github RSS Atom

© 2025 Valentin Bersier. No cookies are used by this website =)