Ffberrezinfberrez.hashnode.dev·Sep 17, 2021 · 2 min readrust: a first connection to postgresThe first example of code I wrote is a basic connection to postgres. It is a nice exercise because it learns you how to interact with a config file, to handle errors, to import crates and to organize the file structure. Here is my current structure: ...00
Ffberrezinfberrez.hashnode.dev·Sep 13, 2021 · 2 min readrust on vim: a beginner configI recently started to learn rust. Learning a new programming language is a good exercise to get an other point of view, an other way of thinking. For two years now, I mainly write my programs in javascript by using nodejs. As you know, the lack off ...00
Ffberrezinfberrez.hashnode.dev·Aug 25, 2021 · 3 min readGet disciplined with Javascript (or the simplest guide for eslint)In my opinion, the worst point of javascript is the lack of formatting. There isn't a specific rule included in the language that allow us to format the code. Therefore, when you work in a team, it is not easy to have the same way of writing. And whe...00