_

~/Blog

cat ~/articles/latest.md
ls -la ~/articles
Emailnator CLI - L'outil ultime pour gérer des emails temporaires directement depuis ton terminal

Emailnator CLI - L'outil ultime pour gérer des emails temporaires directement depuis ton terminal

Tu as déjà eu besoin de créer une adresse email temporaire à la volée pour t’inscrire sur un site, recevoir un code de confirmation, ou tester un service ? Tu cherches une manière simple et rapide de gérer tes emails sans même ouvrir un navigateur ? ...

4 min
#emailnator#cli#email+1
DuckDuckGO Chat CLI - L'interaction avec l'IA en ligne de commande

DuckDuckGO Chat CLI - L'interaction avec l'IA en ligne de commande

Dans un monde où l’intelligence artificielle devient omniprésente, il est presque impossible de passer à côté. Si tu es comme moi, passionné par la ligne de commande, tu sais que manipuler une interface graphique, c’est bien, mais parfois, rien ne va...

4 min
#duckduckgo#cli#AI+1
10 Bibliothèques golang indispensables à connaître pour les développeurs Go

10 Bibliothèques golang indispensables à connaître pour les développeurs Go

Allez, prends ta tasse de café et installe-toi bien, car on va parler des 10 bibliothèques Go indispensables que tout développeur Go devrait connaître. Que tu développes des applications web, des micro-services, du mobile, ou que tu cherches à renfor...

4 min
#golang#developers#bestpackages
Deno 2.0 : Le futur de JavaScript, plus près de Node.js que jamais

Deno 2.0 : Le futur de JavaScript, plus près de Node.js que jamais

Salut à toi, développeur curieux ou confirmé ! Si tu suis l'actualité des runtimes JavaScript, tu as sûrement entendu parler de Deno, cette alternative prometteuse à Node.js qui vise à corriger quelques-unes des frustrations liées à son aîné. Eh bien...

4 min
#actu#Deno#JavaScript+1
Hono : Le framework web ultrarapide et léger pour tous tes projets JavaScript !

Hono : Le framework web ultrarapide et léger pour tous tes projets JavaScript !

Quand tu développes une API ou une application web, tu cherches une solution à la fois rapide, légère et facile à utiliser. Je te présente Hono. Ce framework, minimaliste et puissant, te permet de construire des applications performantes en un rien d...

6 min
#hono#JavaScript#api
Better Auth : L’authentification en TypeScript à portée de main

Better Auth : L’authentification en TypeScript à portée de main

Imagine-toi en plein développement d'une application TypeScript. Tout roule, mais arrive LE moment où tu dois implémenter l'authentification. Soudain, tu te retrouves plongé dans une jungle de configurations, des solutions trop simplistes ou au contr...

4 min
#TypeScript#authentication#betterauth
Découvre JSrun : L’outil qui va simplifier ta vie de développeur JavaScript

Découvre JSrun : L’outil qui va simplifier ta vie de développeur JavaScript

Hey ! Aujourd'hui, je suis super excité de te parler d'un petit outil que j'ai récemment développé : JSrun. Si tu galères parfois avec la gestion des modules et des dépendances dans tes projets JavaScript ou TypeScript, cet outil va clairement te cha...

5 min
#JSrun#JavaScript#Developer
Découvre Check My Logs (CML) ton outil de gestion de logs en ligne de commande

Découvre Check My Logs (CML) ton outil de gestion de logs en ligne de commande

Si tu galères avec tes fichiers de logs, j’ai la solution : Check My Logs (ou CML pour les intimes) C’est un outil en ligne de commande que j’ai développé pour te simplifier la gestion de tes logs. Que tu sois dev, sysadmin, ou juste quelqu’un qui do...

3 min
#CheckMyLogs#cli#opensource
AI at Your Fingertips: Introducing DuckDuckGO Chat CLI

AI at Your Fingertips: Introducing DuckDuckGO Chat CLI

In a world increasingly shaped by advanced AI models, interacting with artificial intelligence has become part of our daily lives. While many platforms offer graphical interfaces, command-line enthusiasts now have a powerful new tool: DuckDuckGO Chat...

2 min
#duckduckgo#cli#aitools
InsideVerseAPI : Your Portal to the Wacky World of Inside Job 👁️

InsideVerseAPI : Your Portal to the Wacky World of Inside Job 👁️

Are you a die-hard fan of the Inside Job series who can't get enough of its zany characters and their shenanigans? Do you find yourself quoting the show in everyday conversations, much to the confusion of your less enlightened friends? Well, grab you...

3 min
#InsideVerseAPI#InsideJob#APIs
PocketBase : The Ultimate All-in-One Open Source Solution for Your Backend Revolution!

PocketBase : The Ultimate All-in-One Open Source Solution for Your Backend Revolution!

If you have a brilliant idea for a SaaS or mobile application, PocketBase is the ideal solution! This open-source platform, developed in Go, provides a comprehensive approach to managing your database, files, users, and API. Key Features Integrated ...

3 min
#Pocketbase #Databases#SelfHosting
Discover Emailnator CLI: Create Temporary Email Addresses Effortlessly !

Discover Emailnator CLI: Create Temporary Email Addresses Effortlessly !

Have you ever needed to create a temporary email address instantly to sign up for a website, receive a confirmation code, or test a service? Are you looking for a simple and efficient way to manage your emails without opening your browser? Look no fu...

3 min
#cli#gmail#tempgmail
Deploy your own database with Supabase and Docker

Deploy your own database with Supabase and Docker

If you’re looking for a powerful and user-friendly NoSQL database solution, Supabase stands out as an excellent option. As an open-source alternative to Firebase, Supabase accelerates the development of web and mobile applications while leveraging th...

2 min
#supabase#Docker#SelfHosting
Setting Up a Free GPT-4 Webhook API with Retool

Setting Up a Free GPT-4 Webhook API with Retool

Hey there 👋 we're back for the setup of a webhook accessible via API with GPT-4 for free, up to 500 requests per month. Cool, right? 😃 1. Prerequisites: An account on retool.com, it's free: https://login.retool.com/auth/login Knowledge of: HTTP, A...

3 min
#webhooks#APIs#AI+1
Ljdhar : Votre passerelle vers le Journal du Hacker

Ljdhar : Votre passerelle vers le Journal du Hacker

Salut à tous ! 👋 J'espère que vous allez bien. Aujourd'hui, je suis ravi de partager avec vous mon petit projet personnel : ljdhar, un package NPM qui vous permet d'accéder facilement aux derniers articles du Journal du Hacker. Qu'est-ce que ljdhar ...

2 min
#lejournalduhacker#ljdhar #npm+1
Bun : La star montante du monde JavaScript

Bun : La star montante du monde JavaScript

L'année 2022 a vu l'arrivée en force de Bun, un tout nouveau runtime JS qui secoue l'écosystème. Porté par l'ingéniosité de Jarred Sumner, le cerveau derrière Deno, Bun se positionne comme le futur remplaçant de Node offrant des performances de haut ...

3 min
#bunjs#JavaScript#runtime
Mastering Input Validation with Zod : A TypeScript Developer's Guide

Mastering Input Validation with Zod : A TypeScript Developer's Guide

Hey there, TypeScript enthusiasts! 👋 Today, we're diving deep into the world of input validation with Zod, a game-changing library that's about to revolutionize your Node.js development experience. Buckle up for a journey into type-safe paradise! W...

4 min
#zod#TypeScript#Node.js
Easy integration of Supabase into your Vue.js application

Easy integration of Supabase into your Vue.js application

Supabase is a robust online database tool that simplifies the integration of a real-time, scalable, and secure database into your Vue.js application. It allows you to perform Create, Read, Update, and Delete (CRUD) operations effortlessly, without th...

2 min
#Vue.js#supabase#integration