@@ -80,6 +80,11 @@ const tools = [
8080 description :
8181 "Simply the best tool to organize projects, ideas, meetings, ..." ,
8282 } ,
83+ {
84+ name : "Standard Notes" ,
85+ link : "https://standardnotes.com/" ,
86+ description : "A secure note taking app." ,
87+ } ,
8388 {
8489 name : "Pomotroid" ,
8590 link : "https://splode.github.io/pomotroid/" ,
@@ -122,9 +127,9 @@ const tools = [
122127 description : "Organize conversations, communities, servers, ..." ,
123128 } ,
124129 {
125- name : "Mailspring " ,
126- link : "https://getmailspring.com /" ,
127- description : "Beautiful email client." ,
130+ name : "Thunderbird " ,
131+ link : "https://www.thunderbird.net/fr /" ,
132+ description : "Customizable email client." ,
128133 } ,
129134 {
130135 name : "Signal" ,
@@ -193,8 +198,8 @@ const tools = [
193198 anchor : "design" ,
194199 items : [
195200 {
196- name : "Adobe XD " ,
197- link : "https://www.adobe .com/products/xd.html " ,
201+ name : "Figma " ,
202+ link : "https://www.figma .com/" ,
198203 description : "Excellent for creation and prototyping." ,
199204 } ,
200205 {
@@ -240,6 +245,11 @@ const tools = [
240245 description :
241246 "Allow you to use windows and linux at the same time. Best of both worlds." ,
242247 } ,
248+ {
249+ name : "Docker" ,
250+ link : "https://www.docker.com/" ,
251+ description : "Accelerate the way to build apps." ,
252+ } ,
243253 {
244254 name : "TablePlus" ,
245255 link : "https://www.tableplus.io/" ,
@@ -378,6 +388,11 @@ const tools = [
378388 link : "https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-wsl" ,
379389 description : "Develop a project on WSL using VSCode." ,
380390 } ,
391+ {
392+ name : "Docker" ,
393+ link : "https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-docker" ,
394+ description : "Create a complete development environment." ,
395+ } ,
381396 {
382397 name : "Vetur" ,
383398 link : "https://marketplace.visualstudio.com/items?itemName=octref.vetur" ,
@@ -399,11 +414,6 @@ const tools = [
399414 link : "https://www.javascript.com/" ,
400415 description : "Dynamize websites" ,
401416 } ,
402- {
403- name : "Typescript" ,
404- link : "https://www.typescriptlang.org/" ,
405- description : "Create stable apps with types" ,
406- } ,
407417 {
408418 name : "PHP" ,
409419 link : "https://www.php.net/" ,
@@ -428,7 +438,12 @@ const tools = [
428438 {
429439 name : "Symfony" ,
430440 link : "https://symfony.com/" ,
431- description : "To create websites with a string PHP backend." ,
441+ description : "To create websites with a strong PHP backend." ,
442+ } ,
443+ {
444+ name : "Laravel" ,
445+ link : "https://laravel.com/" ,
446+ description : "A very pleasant backend framework." ,
432447 } ,
433448 {
434449 name : "VueJS" ,
0 commit comments