thank you!
Posts by Maxence Poutord
Thrilled to share my latest personal project I've been building over the past month: a flight simulator...in the browser! π
Check it out and let me know what you think: air-max.netlify.app
#buildinpublic
Good reading! Thank you!
Excited to launch YoutubeMate, my first SaaS! π
It summarizes YouTube videos so you can get the key points without wasting your time.
π www.youtube-mate.com
Hi there, sorry for the late reply. Unfortunately everything is on the blog post :/
You're welcome :)
haha, I guess it's a good yoghurt!
btw, I like your hiking blog :)
Google Search Console report saying that all top growing queries mention "Age of Empire 2 on mac"
Hmmm... my blog is supposed to be a tech blog!
Yup it's super fast, thanks to @vite.dev ;)
One thing I like about Astro is that I don't have to write a lot of code to get something working. Before, my most predominant language was JS. Now, it's MDX.
This means I can focus more on the content of my blog :)
Not really surprised. I migrated my blog from Gatsby to Astro last February. No regrets, it just works like a charm β¨
If you're looking for something to build your blog or any other content-driven website, I highly recommend it!
Well deserved π
I have to learn Logical Assignment, array.toSorted(), array.fromAsync(), set.union() and Object.groupBy()
I just completed the State of JS 2024.
Turns out I missed some recent features from JavaScript!
survey.devographics.com/en-US/survey...
I managed to access one of the hackerβs ETH wallets and discovered a staggering $700,000 USD in ETH π«
This scam is bigger than I originally thought!
it's working now!
Hey Angie, is your website down? I got an empty page!
I wrote a post about a type of hack that I had never seen before.
Tomas Robert, a YouTuber with decent metrics (162k subscribers/650k total views) turned out to be an AI-generated person designed to trick viewers into executing malicious scripts and stealing cryptos
www.maxpou.fr/blog/crypto-...
I'm using TanStack Query. It can be handy if you have several pages with operations like this. Also it has an internal cache which is cool in the context of an SPA.
tanstack.com/query/latest...