I'm writing my own layout for the CV (that I'd like to convert into a public class), and I'm trying to have a two-column layout like the following:
where for each section the summary on the left side is a minipage, and the content another one, but wider.
As soon as I added more work experiences, I realized that LaTeX tried to put on a new minipage. I have made some search and the community suggests I should use flowfram, but I tried to take inspiration from other classes, where I saw some workaround using tabular.
The pros of flowfram is its easiness, but I would like to put each section's title with the content (well, as you can see not exactly. I place a little space above). Tabular seems to be the answer, but it sounds like the web in the old 90's.
So here is the question: which of the two I should use? Are there any other ways to accomplish that neatly?

