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 articleAfter years of Setapp subscription, subscription fatigue led to replacing four paid apps with free alternatives while keeping what truly matters.
Read articleNotion is a very popular productivity app, versatile, powerful, and beautifully designed, but long-term reliability and control over data matter most.
Read articleI’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 articleIn today’s rapidly evolving digital landscape, we are inundated with a plethora of note-taking and knowledge-management tools.
Read articleToday 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 articleFollowing the launch of Obsidian’s new ‘properties’ feature, I embarked on a journey to optimize my notes to capitalize on this improvement.
Read articleAn 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 articleCreate note templates for Bear 2.0 and Obsidian with Espanso to write faster and more consistently.
Read articleA real-world example of project management with Tana based on day-to-day use.
Read articleHow to use AI and ChatGPT to speed up your writing process without losing clarity or structure.
Read articleAn introduction to personal knowledge management with Obsidian to better capture, organize, and retrieve information.
Read articleThree concrete benefits of a PKM system for organizing ideas, notes, and knowledge over time.
Read articleWhy I chose Mastodon for microblogging and what I found there compared with other social platforms.
Read articleA hands-on look at Tana compared with Obsidian for PKM and note-taking.
Read articleAn introduction to regular expressions to understand how they work and use them with more confidence.
Read articleComparing loops and recursion to explore the Fibonacci sequence in JavaScript.
Read articleWhy Obsidian became my tool of choice for personal knowledge management.
Read articleHow I use Make.com to automate my publication workflow across multiple platforms.
Read articleA few simple pieces of advice I wish someone had shared with me when I started coding.
Read articleA simple and progressive introduction to currying in JavaScript.
Read articleDiscover Svelte components and learn the basics to start building interfaces with confidence.
Read articleSudoku is a logic-based puzzle game. This article walks you through how to write a sudoku solver in TypeScript using backtracking algorithms.
Read articleFirst-class functions are functions that can be assigned to variables, passed as arguments to other functions, and returned from other functions.
Read articleOne 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 articleBacktracking 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 articleRecursion is a powerful programming technique that can be used to solve problems in a more elegant way than traditional looping mechanisms.
Read articleAirtable 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 articleWhen 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 articleReact 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 articleUnderstand pure functions in JavaScript and the benefits they bring for readability, testing, and maintenance.
Read articleWhy I use Divi for WordPress and what it brings when you want to build a site quickly without coding.
Read articleWhy Svelte stands out with its simplicity, performance, and refreshing developer experience.
Read articleLearn how to set up routing in an Express project with TypeScript and a few useful best practices.
Read articleEight practical reasons to choose TypeScript for a more structured, safer, and more maintainable project.
Read articleWhy VSCode became my IDE of choice to code efficiently every day.
Read articleCreate a Svelte project with TypeScript to start from a modern, typed, and lightweight setup.
Read articleSet up a clean Node.js backend with Express and TypeScript on solid, maintainable foundations.
Read articleCreate a reusable custom React hook in TypeScript to fetch API data with clearer state and typing.
Read articleUse the JavaScript console more effectively with simple methods that make debugging clearer and faster.
Read articleApplication pratique du currying en JavaScript avec des exemples simples pour mieux comprendre son intérêt.
Read articleComment éviter null et undefined en JavaScript avec les types Maybe et Result pour rendre son code plus sûr.
Read articleTrois alternatives à if/else en JavaScript pour écrire des conditions plus lisibles et plus faciles à maintenir.
Read articlePourquoi typer ses variables en JavaScript et quels bénéfices attendre de TypeScript au quotidien.
Read articleSuite à une discussion avec un développeur, et sur ses conseils, je me suis penché avec beaucoup de curiosité sur la bibliothèque lodash.
Read articleIntroduction au currying en JavaScript pour comprendre son principe et améliorer la composition de fonctions.
Read article