Home

About

About

Hey there, my name's Anatole (pronounced a.na.tɔl, no i at the end) and I'm a French guy in his twenties. Curious by nature and in love with strategic puzzles (may it be games, work related issues or real-life situations), I started programing in 2016, and have not stopped since, eventually becoming a full-time job.

Having learned a lot these past few years, I realize I am still in need of something else, which is the reason for this blog. A place where I aim to share what I know, what I learn, what I love; we'll see where it gets me!

const axios = require('axios');

async function displayBlog() {
  let blogHtml;
  try {
    ({ data: blogHtml } = await axios.get('https://ajuge.fr'));
  } catch(e) {
    blogHtml = '<div>Error occured</div>';
  }
  document.querySelector('html').innerHTML = blogHtml;
}

displayBlog();

Things I have done

  • Designed and built my own bike
  • Ice skated on the Great Wall of China
  • Pet a wombat in Australia
  • Raced at a karting endurance event
  • Slept at the Everest base camp

Things I have yet to do

  • Go skiing (while there is still snow)
  • Learn how to whistle properly
  • Read all the books in my library
  • Visit Iceland and its glaciers (while they are still there)
  • Win a live poker event
© 2024 by Anatole. All rights reserved.
Theme inspired by LekoArts' work