blog
-
Technologies1 December 2024
REST API vs. SOAP: Differences, advantages and best practices
In the world of integration and communication between applications, APIs (Application Programming Interfaces) play a central role. Among the many standards available, REST and SOAP…
Technologies -
Technologies1 December 2024
The 5 best tools for testing and debugging your Webhooks
RequestBin RequestBin is one of the most popular tools for testing webhooks. It allows you to create a temporary URL where you can send HTTP…
Technologies -
Developer24 November 2024
How to remove the Help tab from the top of the administrator dashboard
Developer -
Glossary6 November 2024
Webhook: When Internet becomes the messenger
What is a Webhook? A Webhook is a bit like that ultra-reactive colleague who sends you a text message as soon as there’s the slightest…
Glossary -
Developer24 October 2024
Creating a layout template with Gutenberg
Gutenberg offers an intuitive drag-and-drop content creation interface, enabling real-time customization. By defining block templates for your CPT, you guide users in structuring their content,…
Developer Gutenberg -
Glossary30 September 2024
HTTP: The protocol used to transfer hypertext documents over the web.
Do you remember the last time you clicked on a link without giving it much thought? Behind that simple gesture lies a technological ballet orchestrated…
Glossary -
Glossary1 September 2024
HTML: The standard markup language used to create web pages
Ce n’est pas le sigle d’un club de danse moderne, mais bel et bien le HyperText Markup Language. Sans lui, le web serait aussi vide…
Glossary -
Glossary1 September 2024
HTTPS: A secure version of HTTP using SSL/TLS to encrypt data
In a world where our lives take place online, data security is not an option, it’s a necessity. Imagine your personal information being as vulnerable…
Glossary -
Glossary1 September 2024
Introduction to CSS : Style your website
What is CSS? Definition CSS (Cascading Style Sheets) is a style sheet language used for describing the presentation of a document written in HTML or…
Glossary -
Glossary1 September 2024
HTTP statuses: the art of web communication
Qu’est-ce qu’un statut HTTP? Définition Un statut HTTP est un code renvoyé par un serveur web en réponse à une requête effectuée par un client…
Glossary -
Glossary31 August 2024
Understanding URL redirects
Have you ever found yourself on a 404 page and felt like you were lost in the web’s Bermuda Triangle? Don’t panic, we’re going to…
Glossary -
Glossary31 August 2024
JavaScript : The essential web language
Why is JavaScript Essential? Client-side Execution JavaScript is a bit like the magician behind the curtain. On the client side, it runs directly in your…
Glossary -
Developer27 August 2024
Simplify content creation with WordPress shortcodes
What is a shortcode? A shortcode is a small piece of code that you can insert into the content of your WordPress site to add…
Developer -
Developer21 August 2024
Customize the WordPress back-office menu
Customizing the WordPress back-office menu is a crucial step in improving the user experience for both administrators and customers. After all, your customers don’t need…
Developer -
Glossary17 August 2024
Simplified text formatting with Markdown
What is Markdown? Markdown was invented by John Gruber in 2004. This computer genius decided that editors had had enough of juggling HTML tags that…
Glossary -
Developer26 July 2024
Optimize your plugins: WordPress database version management
Effectively managing the database version is crucial for any WordPress plugin developer. Whether it’s to add new features or improve performance, updating the underlying data…
Developer -
Developer26 July 2024
Automate the compilation of your WordPress plugin with Gulp
Developing WordPress plugins can be tedious, especially when it comes to managing CSS, JavaScript and other resources. Fortunately, there are tools like Gulp that can…
Developer -
Glossary26 July 2024
All about web cookies: what you need to know
Web cookies are like the invisible pizza toppings of the Internet: you don’t always see them, but they’re essential for a tasty, personalized online experience.…
Glossary