PaulSenon
IT Engineer, I love PoCing weird ideas, I love webperf, I love nextjs/vercel ecosystem, I love learning new things
EuronewsLyon - France
Pinned Repositories
awaitable-events
Dependency free event manager that you can await on in order to manage complex async conditions checkpoint without creating adherence between communicating scripts. It can be use a bit like mutex in your code because it will stop on the awaited line until the corresponding trigger is fired
base-dokerized-n8n-community
just a simple dockerized n8n setup with a Postgres db unsing docker and docker compose
canvas-pocs-images
Some little random poc about canvas and realtime graphics
cpe-asi2-project
Academic project: SOA architecture, front, API, message queue, websockets, docker
cpe_embedded_project_mqtt
Educational project: Embeded domotic sensor and mqtt
demo-zod-cache-entry-pattern
This repository is the demo project linked to this article I wrote on Medium: TODO
dev-environment-debian-node
a dockerised dev environment to kick-start dev with node
euronews-on-mange-quoi-jeudi
Private joke website
in-view
Simple dom intersectionObserver wrapper for easy use
International_Battleship
Educational project: This is a video game project in java, made for learning purpose in team at school, this is an online multiplayer 2D board game. I AM THE THE ONLY AUTHOR
PaulSenon's Repositories
PaulSenon/International_Battleship
Educational project: This is a video game project in java, made for learning purpose in team at school, this is an online multiplayer 2D board game. I AM THE THE ONLY AUTHOR
PaulSenon/awaitable-events
Dependency free event manager that you can await on in order to manage complex async conditions checkpoint without creating adherence between communicating scripts. It can be use a bit like mutex in your code because it will stop on the awaited line until the corresponding trigger is fired
PaulSenon/base-dokerized-n8n-community
just a simple dockerized n8n setup with a Postgres db unsing docker and docker compose
PaulSenon/canvas-pocs-images
Some little random poc about canvas and realtime graphics
PaulSenon/cpe-asi2-project
Academic project: SOA architecture, front, API, message queue, websockets, docker
PaulSenon/cpe_embedded_project_mqtt
Educational project: Embeded domotic sensor and mqtt
PaulSenon/demo-zod-cache-entry-pattern
This repository is the demo project linked to this article I wrote on Medium: TODO
PaulSenon/dev-environment-debian-node
a dockerised dev environment to kick-start dev with node
PaulSenon/euronews-on-mange-quoi-jeudi
Private joke website
PaulSenon/in-view
Simple dom intersectionObserver wrapper for easy use
PaulSenon/IoT_Android
parce que c'ets notre PROJEET !
PaulSenon/IoT_mini_projet_Raspberry_Node
PaulSenon/IoT_mini_projet_RF
Educational project: IoT embedded microcontroller RF controls
PaulSenon/js-bookmarks
All my js saved bookmark. Some are really specific so you might not want to use them.
PaulSenon/noalbs-stream-setup
[outdated] custom dockerized noalbd setup for video srt streaming with password and obs integration
PaulSenon/PaulSenon
Config files for my GitHub profile.
PaulSenon/PaulSenon.github.io
PaulSenon/poc-best-ux-web-gallery
PoC toward the perfect image gallery UX
PaulSenon/poc-blurhash-client-web-worker
A simple example projet to show how you can easily implement blurhash clientside with no impact and good ux
PaulSenon/poc-js-free-image-gallery-carousel
PoC of css-only image carousel with fullscreen and navigation. Simply opent the index.html file in your browser.
PaulSenon/poc-next-blur-image-placeholder
simple poc project to mess with plaiceholder lib and find sweat spot for efficient blur image placeholders. See attached demo link
PaulSenon/poc-node-sharp-image-server-playground
Just a quick poc to experiement with sharp lib and how to tweak options to make it performant.
PaulSenon/poc-rabbitmq-node
poc using rabbitmq and node
PaulSenon/poc-signal-vanilla-ts-implementation
This is just a little personal challenge of implementing reactive value and effect callback wrapper a bit like it's made in React.
PaulSenon/srt-live-server-with-pwd-fixes-noalbs
[WIP] c++ srt live server fork for adding noalbs connexion and passphrase handling
PaulSenon/super-react-state-manager-2000
Personal challenge of rebuilding a basic redux-like lib (for educational purpose)
PaulSenon/tpl-lambda-typescript-project-scaffolding
to scaffold the creation of a dockerized dev environment for lambda with typescript, swc, vitest, prettier, eslint, and easy reactive dev environment
PaulSenon/tpl-typescript-node-express-swc-dockerized
a simple hello world to quickstart any node ts projects. It uses swc/express/eslint/prettier and it's fully dockerized
PaulSenon/typed-inject-async
[WIP] fork of Type safe dependency injection for TypeScript adding lazy imports. DO NOT USE IN PRODUCTION NOT SCALLABLE BECAUSE OF DEEP TYPES RECCURSION
PaulSenon/webgl-threejs-playground
A simple webgl playground to understand how shaders work and how to create realtime interactive elements.