Other articles


  1. AgayonTodo

    For years, I have used myTinyTodo to manage my to-do lists. It is super light, fast and easy to use. At some point, I struggled to update it to use my up-to-date version of PHP. Last year, I wanted to explore other languages than Python. I decided to start a small project to replace myTinyTodo. As I wanted to explore Go and React, I created two projects to build my to-do list system.

    The project fulfills my needs for now. The IU is not perfect, and it lacks a lot of functionalities of MyTinyTodo but I don't really need them for now.

    Development

    I named the project AgayonTodo. The repositories can be found here:

    The Javascript frontend relies on React and calls the API to display the data. I used the create-react-app tool to build the whole thing and followed the main tutorial. Even if I had to download the whole internet of dependencies, it is pretty efficient. I used the Bulma CSS Framework because I wanted to try something else than Bootstrap. It can be used without Javascript, which could be helpful in some of my other projects.

    The Go backend service relies on gorm, an ORM in Go. The service only provides a small CRUD API and some small tools because I don't need much at the moment. I did not want to do all the SQL requests by myself, especially if I want to add access control in the future. I thought it would be better to learn how to use that popular library.

    Continue reading
  2. Opus helps you to find a job

    Finding a job may be a time and energy-consuming task. Opus is a program written to help people to send their application more easily. It can be used to generate personalized cover letter. I began to write it several years ago and I took the time to enhance it with the aim to help other people.

    Continue reading
  3. Opus le bouchon un peu plus loin...

    ... et devient compatible avec Windows. Précédement sur ce site, je vous ai présenté le logiciel Opus. Il s'agit d'un système de publipostage permettant d'automatiser la recherche d'emploi. Ayant reçu des demandes pour le porter sous windows, j'ai réalisé un portage sous forme d'un fichier exécutable auto-extractible. Pour les plus néophytes, on clique et ça se lance.

    Continue reading

links

social