Developer - Sales Engineer - French Market

Work with me

About/
Work with me

My technical knowledge, my business background, as well as my ability to communicate effectively with both technical and non-technical stakeholders, make me an ideal candidate in a pre-sales organization.

I have experience collaborating with developers to design and implement solutions, I also work with C-level executives to identify and prioritize projects. I am confident in my ability to excel in a role that involves bridging the gap between technical products and decision-makers. Learn more

I have a deep understanding of web technologies and how they work, and I am always eager to learn more and stay up-to-date with the latest developments in the field. My technical knowledge and expertise, combined with my ability to communicate effectively with technical and non-technical stakeholders, make me an ideal fit for a role in technical sales or sales engineering.

I have experience working with developers to design and implement solutions, and I collaborate with business leaders to identify and prioritize projects. I am confident in my ability to evolve in a role that involves bridging the gap between technical products and decision makers.

I am passionate about the technical aspects of the web and I am eager to apply my knowledge and skills to help drive the success of an organization through technical sales or sales engineering. I am open to discussing opportunities and exploring potential collaborations.

My latest projects / achievements

Discover my latest projects. Mostly web development projects


Contact me / Ask me a question

Do you have a question about an article I wrote or a talk I gave? Are you looking to work with me? Let's chat

My latest articles / on development


Setup basic CI/CD with Github Action and Node.js /
DevOps Fundamentals

Set up the app npm init -y Install Express, Mocha, and Chai (for the tests). Here, we install chai@4.3.10 as it handles CommonJS imports, while version 5 does not. npm install express npm install mocha chai@4.3.10 supertest --save-dev Create th...

How to get started with Kubernetes /
Create a cluster and deploy an app with K3s

Install K3s To install K3S, you need at least 2 VMs. In my case, I decided to use Debian VMs on Proxmox. The first VM will be the master node, and the second will be the worker node. The master node orchestrates the cluster and distributes the ...

How to enable Wake On Lan ( WOL ) with Proxmox ? /
save some electricity

In the Proxmox terminal: Install ethtool run apt install ethtool -y List the IP Addresses ip addr Search for your network card; in my case: 2: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master vmbr0 state UP group d...

How to setup WireGuard VPN with Docker /
quick and easy

Setting Up WireGuard with Docker Compose You can deploy WireGuard easily using Docker Compose. Below is an example of a docker-compose.yml file. Modify it to suit your needs. This configuration creates a WireGuard container that listens on UDP ...

Compress your images /
Are your images compressed ?

Additionally, compressing images can have a significant impact on your website’s egress costs and the environment. Reducing the overall size of a website means less data is transferred, which lowers bandwidth costs and energy usage. Websites th...