Skip to content
El
  • X
  • Github
  • About him
STOP Using unwrap and expect in Rust when building high performance services like RPC servers and APIs.
Category Back-end Blockchain EN Internet RUST System Web3

STOP Using unwrap and expect in Rust when building high performance services like RPC servers and APIs.

6 min read Published March 31, 2024
The New Syntax of Cairo 1 Smart Contracts — From tag v1.0.0-alpha.6 to v2.1.0-rc0 of starknet-compile
Category Blockchain EN RUST Starknet ZKP

The New Syntax of Cairo 1 Smart Contracts — From tag v1.0.0-alpha.6 to v2.1.0-rc0 of starknet-compile

It’s 2023, and Cairo is becoming increasingly popular for writing Layer 2 smart contracts. In many articles from basecampers before June 2023, to install Cairo, you were advised to use the tag v1.0.0-alpha.6 but …

3 min read Published July 19, 2023
Building Stark-Z, a Z-Transform Dapp on Starknet in Cairo
Category Blockchain Starknet Web3 ZKP

Building Stark-Z, a Z-Transform Dapp on Starknet in Cairo

I implemented a distributed application to calculate the Z-transform on Starknet. Starknet is the network that revolutionizes the way we use blockchains since it allows to increase the distribution of computing power as well as confidentiality on the blockchain thanks to zero knowledge proof.

6 min read Published April 9, 2023
Deterministic RSA keys from mnemonic seed, key to privacy on blockchains
Category Blockchain RUST Web3

Deterministic RSA keys from mnemonic seed, key to privacy on blockchains

Privacy on the blockchain is a big deal for the decentralization of personal and corporate data as more people and companies are trying to adopt blockchain. Keeping private RSA keys on a centralized server is giving your data ownership to that centralized entity, but it is also a failure point.

5 min read Published December 12, 2022
Learn WebAssembly now :  key to high performance front-end in Web3
Category Blockchain RUST System Web3

Learn WebAssembly now : key to high performance front-end in Web3

1 min read Published October 4, 2022
Cheat program for RSA encryption in your RUST code
Category Blockchain EN RUST System

Cheat program for RSA encryption in your RUST code

3 min read Published September 29, 2022
Fixing trailing characters issue in RUST when trim() or trim_end() do not work
Category EN RUST System

Fixing trailing characters issue in RUST when trim() or trim_end() do not work

1 min read Published August 30, 2022
The back-end architecture for a growing and modern application in a remote collaborative team
Category Back-end EN

The back-end architecture for a growing and modern application in a remote collaborative team

4 min read Published March 14, 2021
Go to the previous page 1 2

© 2025 El - All is maths