Skip to content

The blog

Writing on the web & tech

Hands-on articles about DevOps, Kubernetes, performance, WordPress and the tools I use as a Solution Engineer.

Docker & K8 · 29 Oct 2023 · 3 min

Docker Default Bridge Network

A Deep Dive with Examples for Developers

What is the Docker Default Bridge Network? When you install Docker, a default bridge network named “bridge” is automatically created. This…

Read article
Operations Hub · 25 Oct 2023 · 6 min

Enrich a contact data in HubSpot using an email

with the People Data Labs API

Concept The concept is pretty simple, in a WorkFlow you send the person email address to the PeopleDataLabs’ API. If there’s a match in th…

Read article
Operations Hub · 9 Oct 2023 · 4 min

Authenticate your users in HubSpot when they login in your app

Integrating HubSpot's Visitor Identification API: A Step-by-Step Guide

Demo In the upcoming video, we’ll start by explaining the fundamental concept behind the Visitor Identification API. Then, we’ll walk you…

Read article
Operations Hub · 6 Oct 2023 · 12 min

Easy owners rotation in HubSpot with Operations Hub

Out of office management made easy

Quick explanation In this video, I dive into a game-changing solution for efficient user assignment management in HubSpot. Discover how my custom code…

Read article
Operations Hub · 5 Oct 2023 · 4 min

Detect language used in a HubSpot property

with Operations Hub

Demo How language detect works in HubSpot ? Text_LanguageDetect is a PHP library renowned for its language detection capabilities. Although natively d…

Read article
Operations Hub · 2 Oct 2023 · 3 min

Use any module within Operations Hub custom code

empower you to work with a wider range of libraries.

What is HubSpot-OperationHub-cca-compiler? HubSpot-OperationHub-cca-compiler is a local development tool that provides a framework for working on your…

Read article
Operations Hub · 19 Sep 2023 · 3 min

Enrich a company’s data in HubSpot using a domain name

with People Data Labs API

Concept PeopleDataLabs API key You need to get an API key on the PeopleDataLabs website’s. You need to set the peopleDataLabsAPI key in the secr…

Read article
Operations Hub · 14 Sep 2023 · 2 min

Find the first name in an Email address

with HubSpot Operations Hub

The idea is to split an email by a delimiter if one exists, then search in a huge first names list for a match. Take a look at this video to see the l…

Read article
Operations Hub · 12 Sep 2023 · 3 min

Add deal suffix in HubSpot with Operations Hub

with custom numbers

The logic we want to create As you can see the deal is renamed based on the existing deals Prerequisites HubSpot and Operations Hub Basic JavaScript k…

Read article
Operations Hub · 29 Aug 2023 · 7 min

HubSpot Operations Hub enrichir

avec l'API SIREN

Enrichir son CRM HubSpot en se basant sur le SIRET Le registre du commerce à beaucoup d’informations sur vos clients, le SIRET peut vous aider à…

Read article
Operations Hub · 23 Aug 2023 · 4 min

Set a sentiment analysis for HubSpot Service Hub

use the power of AI

Sentiment analysis demo The fastest way to understand what you can achieve with this automation is to watch this short video. The concept / schema The…

Read article
Operations Hub · 18 Aug 2023 · 8 min

Write you first HubSpot operation hub custom code

step by step

Write your first Custom Coded Action In this article I’m will guide you and how to create your first Custom Coded Action. If you are not a devel…

Read article