Aurélien Lourot's Avatar

Aurélien Lourot

@lourot

Software developer | https://github.com/lourot | https://lourot.dev

50
Followers
197
Following
19
Posts
19.10.2023
Joined
Posts Following

Latest posts by Aurélien Lourot @lourot

Become a ninja with Vue 3 - the ebook The amazing book about Vue.js, at 'pay what you want' price, DRM-free, and with support to the Vue.js development team, by Ninja Squad

I highly recommend this in-depth book on Vue.js. It's entertaining to read, while extremely clear and comprehensive. And it comes with a lot of exercises that walk you through building an entire app 💚 books.ninja-squad.com/vue

13.05.2024 13:21 👍 1 🔁 0 💬 0 📌 0
22.7 — Circular dependency issues with std::shared_ptr, and std::weak_ptr – Learn C++

Brilliant explanation of shared_ptr and weak_ptr introduced in C++11
www.learncpp.com/cpp-tutorial...

21.03.2024 22:46 👍 0 🔁 0 💬 1 📌 0
Typescript confusion: tsconfig.json module, moduleResolution, target & lib explained I find myself creating new Typescript projects over and over. I simply copy-paste previous tsconfig.json files and more often than not it…

Clear and concise explanation of 'module', 'moduleResolution' and 'target' in tsconfig.json: medium.com/@tommedema/t...

18.02.2024 00:29 👍 1 🔁 0 💬 0 📌 0
Preview
Navigation API · Issue #435 · web-platform-tests/interop Description The Navigation API was previously submitted for consideration in Interop 2023. Since then it has matured, graduated from being a HTML Spec PR to a part of the spec and landed in Chrome ...

Really sad that the Navigation API isn't being included in interop 2024. This API makes a night-and-day difference to handling navigations. It cannot be polyfilled, and cannot really be used as progressive enhancement. We need it yesterday.
github.com/web-platform...

02.02.2024 07:54 👍 11 🔁 2 💬 2 📌 0
Preview
REACT FILE BASED ROUTING SSG/SSR Share your videos with friends, family, and the world

Very useful video series about filesystem routing, SSR and SSG, in Next.js and Vike (among others). It gives a super clear, to-the-point overview of how to use these features. Thanks Colin 🙏 www.youtube.com/playlist?lis...

27.01.2024 18:35 👍 0 🔁 0 💬 0 📌 0

Introducing bun-self, turn any JavaScript or Typescript file into Unix executable:

npx bun-self script.ts
./script.run.ts

27.01.2024 08:21 👍 3 🔁 1 💬 0 📌 0
Preview
Vike Like Next.js/Nuxt but as do-one-thing-do-it-well Vite plugin.

vike-solid@0.2.9 is out 🎉 | @solidjs.com extension for Vike | vike.dev | web app framework
🦾 useData() component hook for data fetching, by phonzammi
✨ Improved handling of <html lang=...> on client-side navigation, by phonzammi, also in vike-react@0.3.9

18.01.2024 22:22 👍 0 🔁 0 💬 0 📌 0
Preview
Vike Like Next.js/Nuxt but as do-one-thing-do-it-well Vite plugin.

🎉 vike@0.4.156 is out | vike.dev | web app framework
🦾 Improved DX around import errors
✨ New examples of integrating with Cloudflare Pages
✨ Lots of internal polishing, improvements and bug fixes

16.01.2024 22:27 👍 0 🔁 0 💬 0 📌 0
Preview
Vike Like Next.js/Nuxt but as do-one-thing-do-it-well Vite plugin.

vike-vue@0.5.4 | vike.dev | web app framework
🦾 onCreateApp() hook for registering @vuejs.bsky.social plugins
🦾 onAfterRenderSSR() and onBeforeMountApp() hooks for integrating stores
🦾 <ClientOnly> component
🦾 Pinia extension, by 4350pChris
✨ Internal polishing, improvements and bug fixes

15.01.2024 15:21 👍 0 🔁 0 💬 0 📌 0

vike-vue@0.5.3 | vike.dev | web framework
🦾 useData() helper for data fetching
🦾 Flag for enabling/disabling SSR streaming, by phonzammi, also in vike-solid
✨ Internal polishing, improvements and bug fixes by phonzammi and brillout

28.12.2023 22:43 👍 0 🔁 0 💬 0 📌 0

vike@0.4.152 | vike.dev | web framework
🦾 Improved TypeScript DX for some hooks
🦾 New HTTP Cache-Control setting
✨ New Angular integration, thanks to nitedani
✨ Lots of internal polishing, improvements and bug fixes by brillout

26.12.2023 19:42 👍 1 🔁 0 💬 0 📌 0

And now based on the latest Vike features: vike-react@0.3.8 🎉
🦾 New useData() helper for data fetching
✨ Some internal polishing and bug fixes by nitedani, phonzammi, brillout and others

24.12.2023 13:11 👍 0 🔁 0 💬 0 📌 0
Preview
Vike Like Next.js/Nuxt but as do-one-thing-do-it-well Vite plugin.

vike@0.4.151 | vike.dev

🦾 New data() hook for data fetching
🦾 Support for `.server.js` and `.client.js` file extensions with the V1 design by usk94
✨ New examples and integrations, e.g. with Redux by brillout, fabioricali, mikew, Kenzo-Wada, luisfloat
✨ Lots of improvements by brillout, Kenzo-Wada

23.12.2023 19:22 👍 0 🔁 0 💬 0 📌 1

I don't post promoting things I have worked on very often but I have been slowly updating this package lately and I think if we had had this during the rollout of ESM in Node it would really have helped.

github.com/pkgjs/create...

08.12.2023 00:10 👍 4 🔁 3 💬 1 📌 0
Preview
Bati Next-gen scaffolder. Get started with fully-functional apps, and choose any tool you want.

Bati@0.0.127 | Vike's scaffolder | batijs.github.io

🦾 Tooltips and presets
🦾 Integration with daisyUI
🦾 Integration with tRPC
✨ Polishing and fixes

By Magne4000, Kenzo-Wada, afkcodes and others 🙏

11.12.2023 15:03 👍 0 🔁 0 💬 0 📌 0
Post image Post image Post image Post image

Great blog post for learning a bit more about Linux kernel internals Scheduling and context switch in ARM32

people.kernel.org/linusw/the-a...

#Linux #kernel #learning

11.12.2023 09:26 👍 4 🔁 2 💬 0 📌 0
Preview
Vike Like Next.js/Nuxt but as do-one-thing-do-it-well Vite plugin.

vike-react@0.3.6 | vike.dev

🦾 SSR streaming with partial hydration, thanks to phonzammi and nitedani
🦾 <ClientOnly> component thanks to usk94 and nitedani (also ported to vike-solid by magne4000)
✨ Initial integration with React Query, thanks to nitedani
✨ Some internal polishing and bug fixes

06.12.2023 21:59 👍 0 🔁 0 💬 0 📌 0
Preview
Vike Like Next.js/Nuxt but as do-one-thing-do-it-well Vite plugin.

vike@0.4.148 | vike.dev

🦾 V1 design (`+` files)
🦾 Hook timeouts
🦾 More robust FS crawling: Vike's crawler now takes `.gitignore` into account
🦾 More protocols supported for redirects
✨ New examples and integrations, e.g. with Firebase and @tanstack.com Query
✨ Lots of internal polishing and fixes

04.12.2023 13:13 👍 0 🔁 0 💬 0 📌 0
Preview
Sponsor @vikejs on GitHub Sponsors Support Vike's open source work

Vike has their first sponsor 🥳 Thanks a lot d3x7r0. Sponsoring makes a huge difference // github.com/sponsors/vik...

22.11.2023 18:16 👍 0 🔁 0 💬 0 📌 0
React Streaming In Depth: NextJS! Remix! DIY!
React Streaming In Depth: NextJS! Remix! DIY! Code: https://github.com/jherr/react-streamingOriginal React team example code: https://codesandbox.io/s/kind-sammet-j56ro👉 Practical Module Federation Book...

In-depth tutorial on how to build by hand a minimal React SSR streaming web app directly on top of Express: www.youtube.com/watch?v=o3JW...

17.11.2023 22:20 👍 0 🔁 0 💬 0 📌 0
Preview
Bati Next-gen scaffolder. Get started with fully-functional apps, and choose any tool you want.

🚀 New options recently added to batijs.github.io, the Vike web app scaffolder: eslint, prettier and tRPC

17.11.2023 22:19 👍 0 🔁 0 💬 0 📌 0
Preview
tRPC | Vike Like Next.js/Nuxt but as do-one-thing-do-it-well Vite plugin.

New examples showing how to integrate Vike with tRPC, @tanstack.com query, styled-components and Grommet are available: vike.dev/tRPC | vike.dev/react-query | vike.dev/grommet

15.11.2023 10:31 👍 0 🔁 0 💬 0 📌 0
Preview
Vike Like Next.js/Nuxt but as do-one-thing-do-it-well Vite plugin.

vike@0.4.144 // vike.dev

🦾 Hook types: first-class TypeScript support - make your Vike hooks type safe including your custom PageContext properties!
✨ More robust FS crawling (Vike's crawler is now guaranteed to skip dist/)
✨ Lots of internal polishing and bug fixes

23.10.2023 11:35 👍 2 🔁 0 💬 0 📌 0