Build your own BioLink page
Cooming soon: How to build your own BioLink Page with an static code generator zola
and free hosing on Github Pages.
Cooming soon: How to build your own BioLink Page with an static code generator zola
and free hosing on Github Pages.
As a developer, I am constantly discovering new repositories. I am always glad if they offer a devcontainer to spin up the dev environment. What is a devcontainer, you may ask? The Dev Containers extension for Visual Studio Code lets you use a docker container as a full-featured development environment.
Github actions are a great way to automate your development workflow. In this post, we will explore how to set up a simple Github action for a Rust project. Useful Github actions Check code formatting rustfmt: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable -
Still using Postman or Insomnia for API testing? Both are powerful tools for API testing, but they have drawbacks. Being standalone apps, they require constant window switching, which disrupts workflow, and lack integration with code editors, making consistency between API requests and codebase challenging. For this reason, developers are switching
For developers working with embedded systems, the new Rust crate, scd4x, offers a powerful tool to interface with SCD4x series CO2 sensors. This crate provides a streamlined way to access sensor data, making it easier to integrate environmental monitoring capabilities into your projects. With support for both SCD40 and SCD41