Veille de CCM Benchmark Group

Retour sur la conférence "RabbitMQ et Symfony ...

Frédéric Bouchery a fourni une compréhension approfondie de RabbitMQ, aussi bien comme outil autonome qu'en intégration avec Symfony Messenger

<www.codein.fr>
By red - - PHP-Système
Attacking UNIX Systems via CUPS, Part I

Hello friends, this is the first of two, possibly three (if and when I have time to finish the Windows research) writeups. We will start with targeting GNU/Linux systems with an RCE. As someone who’s

<www.evilsocket.net>
By tbray - - PHP-Système
Grave faille RCE non authentifiée (CVSS 9.9) dans les systèmes GNU/Linux en attente de divulgation complète, la vulnérabilité permet l'exécution de code à distance non authentifiée (RCE)

Un célèbre chercheur en cybersécurité a révélé une vulnérabilité RCE non authentifiée contre tous les systèmes GNU/Linux (et d'autres). Mais la vulnérabilité n'a toujours pas de CVE assigné, ni de correctif fonctionnel. Des organisations comme Canonical,

<securite.developpez.com>
By abenmecha - - PHP-Système
JetBrains JavaScript Day 2024

JetBrains JavaScript Day is back for its fourth year, and as always, we are ready to get you up to speed with the latest trends and answer all your questions about modern JavaScript and TypeScript development.

JetBrains organise des conf sur js le 24 Octobre (c'est gratuit) <lp.jetbrains.com>
By atrolet - - Javascript
Benchmarking Laravel with Swoole, FrankenPHP, RoadRunner, php-fpm, and ngx-php

I've set up ngx-php to run Laravel example application in worker mode with Octane and then compared the performance with classic php-fpm and also other Octan...

<www.youtube.com>
By red - - PHP-Système
ETL/ELT

Use Airflow for ETL/ELT pipelines Extract-Transform-Load (ETL) and Extract-Load-Transform (ELT) data pipelines are the most common use case for Apache Airflow. 90% of respondents in the 2023 Apache Airflow survey are using Airflow for ETL/ELT to power an

Lors de l'ApiPlatform conference, on m'a fait les éloges d'Apache AirFlow. Quelqu'un a déjà utilisé ? <airflow.apache.org>
By red - - PHP-Système
PGlite

Lightweight WASM Postgres

<pglite.dev>
By tbray - - (Open) Data
Over-Easy Anchor + Popover Mini Web Machine

With CSS anchor(), overlaying and connecting UI elements has never been easier. The Over-Easy Machine shows how a few lines of CSS can make position relative...

<www.youtube.com>
By eclergeot - - Intégration
GitHub - mayank99/open-props-scss: open-props as sass variables

open-props as sass variables. Contribute to mayank99/open-props-scss development by creating an account on GitHub.

et la cerise sur le gateau, la version scss : <github.com>
By eclergeot - - Intégration
By eclergeot - - Intégration
Don't Fear the Cascade — Mayank (11ty Conf 2024)

This was a talk given at the 11ty International Symposium on Making Web Sites Real Good (2024): https://conf.11ty.dev/2024/dont-fear-the-cascade/In this talk...

<www.youtube.com>
By eclergeot - - Intégration
Learn Git Branching

An interactive Git visualization tool to educate and challenge!

Un tuto git en français plutôt bien fait ... <learngitbranching.js.org>
By dam75 - - PHP-Système
WezTerm - Wez's Terminal Emulator

Wez's Terminal Emulator

(encore) un nouveau terminal, (encore) écrit en rust <wezfurlong.org>
By dam75 - - PHP-Système
Linux Foundation Announces OpenSearch Software Foundation to Foster Open Collaboration in Search and Analytics

AWS transfers OpenSearch to the Linux Foundation to support a vendor-neutral community for search, analytics, observability, and vector database software

<www.linuxfoundation.org> OpenSearch le fork de Elasticsearch fait par Amazon AWS change de main et passe chez la Linux Foundation :popcorn:
By vgrebot - - PHP-Système
Medium

<medium.comndru/exploring-json-relational-duality-views-in-oracle-database-23c-free-developer-release-5f57555157f8>
By red - - PHP-Système
Distributed PostgreSQL for Modern Apps

YugabyteDB is the 100% open source cloud native database for mission critical applications. YugabyteDB runs in any public or hybrid cloud.

<www.yugabyte.com>
By red - - PHP-Système
[Pre-RFC Discussion] User Defined Operator Overloads (again) - Externals

J'aime bien le titre du message, surtout le contenu de la parenthèse : <externals.io> :smile:
By red - - PHP-Système
Recursive Common Table Expressions Overview

A recursive CTE will repeatedly execute subsets of the data until obtaining the complete results.

Une fonction SQL peu connue, mais parfois bien utile : WITH RECURSIVE ^^ <mariadb.com> (par exemple pour du parcours de graphe, ...)
By dam75 - - (Open) Data
Greppability is an underrated code metric

Keeping your codebase searchable will make your maintenance life easier in the long run

qui n'a jamais eu besoin de faire un gros grep ^^ ? <morizbuesing.com>
By dam75 - - PHP-Système