From Tesseract to ChatGPT, then DeepSeek, and finally Google Gemini. Read the engineering story behind how we built a GDPR-compliant CV parser for Odoo, overcoming technical bottlenecks, rising API costs, and legal hurdles along the way.
Author: DERICK TEMFACK
Hi, I'm Derick. I am a Software Engineer and DevOps pro. I specialize in turning complex business needs into automated workflows using Python, Odoo, and Go. I write engineering case studies here—sharing the architectural decisions and real-world code behind the solutions I build.
Sometimes on your WordPress site, you don’t want to have the default login form anymore. You might want your users to log in with social login or an external identity provider. In that case, you need to remove the username…
Owncloud is a set of collaboratory tools that allow users to store their files, share them and easily collaborate on the same data. It’s an open-source project, so you can download and deploy it on your server without paying anything….
NextCloud is your cloud infrastructure under your control. It’s very easy to deploy it in your own Linux server with docker.
When I try to use aws-sdk in React-Native app, I faced to JavaScript heap out of memory when trying to run my application. I passed almost five days searching over the internet to find a solution to my problem. I remarked that this problem was general and most people have it.
Keycloak is a powerful open-source SSO solution sponsored by Red Hat. You can quickly deploy it in your Linux server with docker
In the previous tutorial, we created all the migrations files and the corresponding model that respect our UML design. In this tutorial, we’ll only work on models by adding fillable and Eloquent relationships. The fillable attributes are the fields of…
The majority of applications present on the internet offer the possibility to upload files into their system and download most of them. In this piece of a blog post, we’ll explain how to handle file upload/download in Laravel Framework. If…
A blog can be considered an online journal where someone can write his thought. Nowadays, blogs are more usual and there are many free and commercial blogging systems out there with the purpose to put a blog system online without…
When someone is working with Odoo, one of the inevitable operations to perform is to create contact/customers in the ERP system. While creating a new contact, we need to enter the city, state, zip, and country of the contact like…