Git Product home page Git Product logo

Hello, I'm Franck, a developer focused on Blockchain technologies and Rust, with a background on C & Assembly industrial computing, PHP backend development, and expertise in 2D/3D graphics.

Check out my repositories for insights into gas optimization strategies, EVM, and advanced Solidity practices.

▰ 🦀 Rust Enthousiast ▰ 🔗 Blockchain Developper ▰ 🚀 Optimisation Addict Solana Fan ▰ 🧙‍♂️ Lawful Neutral


Activities and Interests

✍️ Blog posts

▶ Contributor to CoinsBench, where blockchain developers share their stories, experiences & ideas.

🇬🇧 Optimization on Ethereum: Make a Difference ... 🇫🇷 Optimisation sur Ethereum : Faites la différence ...
🇬🇧 Solana / Ethereum: Function Visibility 🇫🇷 Solana / Ethereum : Visibilité des fonctions
🇬🇧 PoW, PoS, PoH: A Simple Guide to Blockchain Consensus Mechanisms 🇫🇷 PoW, PoS, PoH : Guide des consensus
🇫🇷 M4 le langage de traitement de macros 🇫🇷 PHP : Typage des paramètres de fonctions

Ethereum

▶ I am deeply interesting about the Ethereum blockchain and Solidity language, with a keen focus on optimizing gas costs—a pivotal challenge in the development of smart contracts.

▶ For an in-depth understanding, I continually educate myself.

Optimization on Ethereum: Make a Difference ... Optimisation sur Ethereum : Faites la différence ...
🦀 Select0r tool Gas Optimization Pannel With ...
EVM Technical walkthrough Advanced Solidity : Gas Optimisation
Cheap Contract Deployment Through Clones  Truffle Project Deployment (Vercel+Goerli)
 Test coverage of a Truffle project with HardHat  Alyra, l'école blockchain - Mémoire RS5000
🦀 Rust NFT API (fork)

Solana

▶ Engaging in comprehensive bootcamps to unravel Solana's intricacies, covering architecture, key concepts, and empowering developers to craft smart contracts.

▶ I actively follow Solana, an invaluable resource offering accessible coding tutorials, guiding me through the journey of building exciting projects on the Solana blockchain.

✍️ Solana / Ethereum: Function Visibility ABF : Anchor Build Fixer
 60 days of Solana (RareSkills Courses)  Solana learning (Calyptus Courses)
 Solana Foudation Tutorials  Token Metadata with Token Extensions on Solana
 Solana Bootcamp  Solana Bytes

🦀 Rust

▶ Rust is the language I've been waiting for all along.

Select0r 🎓 The complete RUST programming course
🦀 Advent of Code 2023 🦀 WASM Game of Life
🔘 Rust NFT API (fork) 🦀 Working with Strings in Rust

🖥️ Technologies & Tools

▶ Some of the tools & technologies I have used during my professional career.

                              3DS Max  


🎓 Certificates

 Alyra : Blockchain Developper   Advanced Solidity: Understanding & Optimizing Gas Costs
  Advanced Solidity: Yul and Assembly  The Complete Rust Programming Course

➡️ Links

EmailLinkedInGitHubMediumCoinsBenchTumblrdiigo


Laugharne's Projects

abf_anchor_build_fixer icon abf_anchor_build_fixer

The first build with Anchor can be challenging, especially for those who are not familiar with Rust compilations and Anchor environnement. This script which overlays Anchor calls (cli commands), tries to automaticaly fix the build issues you are most likely to encounter as best as it can.

advanced_solidity_gas_optimisation icon advanced_solidity_gas_optimisation

Advanced Solidity; Understanding and Optimizing Gas Costs. This course helps you understand where every last bit of gas is coming from and the gotchas that can make transactions surprisingly expensive.

advent_code_2022 icon advent_code_2022

Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like.

advent_of_code_2023 icon advent_of_code_2023

Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like.

alyra_dapp_deploy icon alyra_dapp_deploy

A Truffle Project Deployment to Vercel and Goerli Network repository. In this project, we explore the seamless deployment of Ethereum smart contracts developed using Truffle to the Goerli test network and host a front-end application on Vercel for easy interaction.

cheap_contract_deployment_through_clones icon cheap_contract_deployment_through_clones

This section highlights some existing smart contract families that could benefit from using clone features, such as Uniswap and Argent. It emphasizes the cost-effectiveness and scalability advantages offered by clone features.

coverage_hh icon coverage_hh

This project demonstrates a way to proceed to a test coverage of a Truffle project with HardHat !

diffie_hellman icon diffie_hellman

Cette section explore les techniques de chiffrement en cryptographie, mettant en lumière l'algorithme de César, le chiffrement par substitution, et les défis liés à l'échange sécurisé de clés.

evm_technical_walkthrough icon evm_technical_walkthrough

In this video, Dragan Rakita will take a technical walkthrough of the Ethereum Virtual Machine. He'll start by discussing the inputs and database of the EVM, and then move on to the host and interpreter. We will also cover the EVM diagram, how the interpreter works, the interpreter code, opcodes, CREATE & CREATE2, call opcodes, logs, gas, traces...

gas_optimization_panel icon gas_optimization_panel

In this panel, you will learn how to approach gas optimizations in a more efficient way. This includes ways to learn about gas optimization, how to advertise yourself as a gas optimizer, and the tooling and resources available.

github-actions icon github-actions

Automate your development pipeline with GitHub Actions for your Truffle Project. Effortlessly run tests, deploy contracts, and maintain code quality – all with the power of seamless integration.

how_nasa_writes_space_proof_code icon how_nasa_writes_space_proof_code

Learn about the importance of writing reliable and safe code for production environments, particularly in scenarios involving extreme safety measures. We explore NASA's set of rules known as the "Power of 10" that are derived from their experience in developing software for space missions.

keynote__ebpf_-_everything_you_need_to_know_in_5_minutes icon keynote__ebpf_-_everything_you_need_to_know_in_5_minutes

eBPF has become the key technology for infrastructure software. This session tells you everything you need to know about eBPF in 5 minutes. Why eBPF matters and why it exists. What it can do. What it can’t do. Who uses it for what. And finally, what the future holds.

m4_le_langage_de_traitement_de_macros icon m4_le_langage_de_traitement_de_macros

Un processeur de macros est un outil de remplacement de texte. Sa principale utilisation est de réutiliser des canevas de texte, typiquement dans les applications de programmation mais aussi dans les éditeurs de texte.

optimal_function_names icon optimal_function_names

L'optimisation des coûts en gas est un enjeu clé dans le développement de contrats intelligents sur la blockchain Ethereum, chaque opération effectuée sur Ethereum ayant un coût en gas. Cet article sera aussi l'occasion de fournir du contenu aux lecteurs francophones (🇫🇷).

optimal_function_names_en icon optimal_function_names_en

Optimizing gas costs is a key challenge in the development of smart contracts on the Ethereum blockchain, as every operation carried out on Ethereum incurs a gas cost.

pow_pos_poh icon pow_pos_poh

Les mécanismes de consensus permettent de se mettre d'accord sur une version commune et unique des données partagées par une blockchain, et ce, malgré la possible présence de nœuds défaillants ou malveillants. Le solde et l'état du réseau doivent être synchronisés sur la majorité des nœuds pour éviter les problèmes de double dépense.

proc-macro-workshop icon proc-macro-workshop

Learn to write Rust procedural macros  [Rust Latam conference, Montevideo Uruguay, March 2019]

rust-101-for-solana icon rust-101-for-solana

Based on the Introduction to Rust Programming lesson, this walkthrough quickly gets you up to speed on how you can get started building fearlessly using Rust on Solana.

rust_combinators icon rust_combinators

Combinators are higher-order functions that can combine or transform functions, enabling more abstract and concise code.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.