Julien AupartinGeek CultureSimple and clean version control for your documentsIt is very important to track the changes in every document of a project, in order for all the contributors to be in sync. In this article…Aug 16, 20211Aug 16, 20211
Julien AupartinWebtipsBack-end or Front-end : Which framework to choose?This question popped into my mind a few days back, during a discussion about projects I’m working on. As a full-stack developer, I’ve had…Jun 21, 2021Jun 21, 2021
Julien AupartinGeek CultureDebug your Laravel Sail Applications with xDebugLaravel, with version 8, introduces a very practical wrapper for a docker environment: Laravel Sail. I personally find it way easier to use…May 10, 20213May 10, 20213
Julien AupartinWebtipsShould you use UUID?When starting a new project, you might want to ask yourself : “How am I gonna index the objects I store in my database?”Apr 9, 2021Apr 9, 2021
Julien AupartinWebtips7 tips for VueJS developersAlmost a year ago, I started a GitHub repository named “ Today I Learned”. It’s a place where I put little tricks I learned while…Mar 8, 2021Mar 8, 2021
Julien AupartKeep your data with youToday, who would imagine working with colleagues, from home, with the tools we had 10 years ago ? I mean non-collaborative software…Feb 3, 2021Feb 3, 2021
Julien AupartinWebtipsEasy collaborative editor with tiptap and ProseMirrorA month ago, I wrote a small tutorial introducing tiptap collaborative Editor. Since then, I have made two libraries out of it. Though it…Oct 28, 2020Oct 28, 2020
Julien AupartinWebtipsForm input elements and v-model in VueJS slotsIn this article I’ll share with you the solutions I’ve found to a small issue I’ve encountered: using form input elements and the v-model…Oct 5, 20201Oct 5, 20201
Julien AupartinWebtipsA powerful collaborative editor with VueJSIn this article, I’m going to take you on an adventure with me. Let’s implement the real-time collaborative text editor using tiptap and…Sep 21, 20201Sep 21, 20201
Julien AupartinWebtipsFunctional programming and recursive calls for displaying tree structuresIn this article, I will show you a simple JavaScript algorithm to build a tree, using functional programming.Sep 7, 2020Sep 7, 2020