My productivity superpower
Discovering SuperWhisper, a voice-to-text AI tool that transforms the way you capture thoughts and write content by speaking instead of typing.
Read articleDiscovering SuperWhisper, a voice-to-text AI tool that transforms the way you capture thoughts and write content by speaking instead of typing.
Read articleThe story of using AI tools like Cursor, ChatGPT, and V0 to build and publish an iOS subscription tracker app from idea to App Store.
Read moreAfter years of Setapp subscription, subscription fatigue led to replacing four paid apps with free alternatives while keeping what truly matters.
Read moreNotion is a very popular productivity app, versatile, powerful, and beautifully designed, but long-term reliability and control over data matter most.
Read moreI’ve penned an article detailing my two-year journey with Obsidian, and I’m eager to further delve into my daily interactions with this formidable tool, highlighting how I orchestrate my projects.
Read moreIn today’s rapidly evolving digital landscape, we are inundated with a plethora of note-taking and knowledge-management tools.
Read moreToday I’m excited to share my two-year adventure with Obsidian, a versatile note-taking application that has become an essential part of my daily life.
Read moreFollowing the launch of Obsidian’s new ‘properties’ feature, I embarked on a journey to optimize my notes to capitalize on this improvement.
Read moreAn exploration of note-taking and knowledge management apps for the modern professional As a content producer and an avid user of Obsidian, I have exp
Read moreCreate note templates for Bear 2.0 and Obsidian with Espanso to write faster and more consistently.
Read moreA real-world example of project management with Tana based on day-to-day use.
Read moreHow to use AI and ChatGPT to speed up your writing process without losing clarity or structure.
Read moreAn introduction to personal knowledge management with Obsidian to better capture, organize, and retrieve information.
Read moreThree concrete benefits of a PKM system for organizing ideas, notes, and knowledge over time.
Read moreWhy I chose Mastodon for microblogging and what I found there compared with other social platforms.
Read moreA hands-on look at Tana compared with Obsidian for PKM and note-taking.
Read moreAn introduction to regular expressions to understand how they work and use them with more confidence.
Read moreComparing loops and recursion to explore the Fibonacci sequence in JavaScript.
Read moreWhy Obsidian became my tool of choice for personal knowledge management.
Read moreHow I use Make.com to automate my publication workflow across multiple platforms.
Read moreA few simple pieces of advice I wish someone had shared with me when I started coding.
Read moreA simple and progressive introduction to currying in JavaScript.
Read moreDiscover Svelte components and learn the basics to start building interfaces with confidence.
Read moreSudoku is a logic-based puzzle game. This article walks you through how to write a sudoku solver in TypeScript using backtracking algorithms.
Read moreFirst-class functions are functions that can be assigned to variables, passed as arguments to other functions, and returned from other functions.
Read moreOne of the most common tasks when working with Javascript is looping through an array. In this article, we explore 5 different ways to iterate over an array in Javascript.
Read moreBacktracking is a general strategy that can be used to solve many different types of problems. This article discusses how to use backtracking with JavaScript to solve the n queens problem.
Read moreRecursion is a powerful programming technique that can be used to solve problems in a more elegant way than traditional looping mechanisms.
Read moreAirtable is a versatile online database that can be used for various purposes. In this blog post, we will discuss how to use Airtable as a database for your React application.
Read moreWhen it comes to setting up and using environment variables in a node.js backend environment, you have to install the dotenv library. But what about the front end with your react app?
Read moreReact is a front-end JavaScript library that has taken the web development world by storm. This quick start guide will show you how to get started with a React app.
Read moreUnderstand pure functions in JavaScript and the benefits they bring for readability, testing, and maintenance.
Read moreWhy I use Divi for WordPress and what it brings when you want to build a site quickly without coding.
Read moreWhy Svelte stands out with its simplicity, performance, and refreshing developer experience.
Read moreLearn how to set up routing in an Express project with TypeScript and a few useful best practices.
Read moreEight practical reasons to choose TypeScript for a more structured, safer, and more maintainable project.
Read moreWhy VSCode became my IDE of choice to code efficiently every day.
Read moreCreate a Svelte project with TypeScript to start from a modern, typed, and lightweight setup.
Read moreSet up a clean Node.js backend with Express and TypeScript on solid, maintainable foundations.
Read moreCreate a reusable custom React hook in TypeScript to fetch API data with clearer state and typing.
Read moreUse the JavaScript console more effectively with simple methods that make debugging clearer and faster.
Read moreApplication pratique du currying en JavaScript avec des exemples simples pour mieux comprendre son intérêt.
Read moreComment éviter null et undefined en JavaScript avec les types Maybe et Result pour rendre son code plus sûr.
Read moreTrois alternatives à if/else en JavaScript pour écrire des conditions plus lisibles et plus faciles à maintenir.
Read morePourquoi typer ses variables en JavaScript et quels bénéfices attendre de TypeScript au quotidien.
Read moreSuite à une discussion avec un développeur, et sur ses conseils, je me suis penché avec beaucoup de curiosité sur la bibliothèque lodash.
Read moreIntroduction au currying en JavaScript pour comprendre son principe et améliorer la composition de fonctions.
Read more