Links
Add
Tobias_Petry.sql sur Twitter : "⚡️ Database Tip Everyone knows the LIMIT clause. But what do you do if you want to have e.g. the employees with the TOP 3 salaries *and* not exclude the 4th or 5th one earning the same as the 3rd? The WITH TIES clause can return more results if the value is the same. Great! https://t.co/60pjUTqbgj" / Twitter
twitter.com/tobias_petry/status/1496470986...
twitter.com/tobias_petry/status/1496470986...
No Tags
Added 2 years ago
chiraggude/awesome-laravel: A curated list of bookmarks, packages, tutorials, videos and other cool resources from the Laravel ecosystem
github.com/chiraggude/awesome-laravel
github.com/chiraggude/awesome-laravel
No Tags
Added 2 years ago
awesome-public-datasets/README.rst at master · awesomedata/awesome-public-datasets
github.com/awesomedata/awesome-public-data...
github.com/awesomedata/awesome-public-data...
No Tags
Added 2 years ago
HTML Reference - A free guide to all HTML elements and attributes.
htmlreference.io
htmlreference.io
No Tags
Added 2 years ago
An Auto-Filling CSS Grid With Max Columns of a Minimum Size | CSS-Tricks - CSS-Tricks
css-tricks.com/an-auto-filling-css-grid-wi...
css-tricks.com/an-auto-filling-css-grid-wi...
Tobias_Petry.sql sur Twitter : "⚡️ Database Tip When doing many changes in a table by e.g. updating, deleting or inserting new rows your table statistics are not valid anymore. Your indexes may not be used, tables are joined very slow etc. You need to ANALYZE the table again to recalculate the stats. https://t.co/qih9iaUYo8" / Twitter
twitter.com/tobias_petry/status/1493836584...
twitter.com/tobias_petry/status/1493836584...
Added 2 years ago
Tobias_Petry.sql sur Twitter : "⚡️ Database Tip Tag searching can be done wholly different: You can store the tag primary keys in a json array and effectively search for overlapping tag ids or missing ones without very complex joins. A single where instead of multiple (slow) joins to do the same thing. https://t.co/FttTZUvePx" / Twitter
twitter.com/tobias_petry/status/1491056283...
twitter.com/tobias_petry/status/1491056283...
Added 2 years ago
teamtnt/tntsearch: A fully featured full text search engine written in PHP
github.com/teamtnt/tntsearch
github.com/teamtnt/tntsearch
High-speed inserts with MySQL. When you need to bulk-insert many… | by Benjamin Morel | Medium
medium.com/@benmorel/high-speed-inserts-wi...
medium.com/@benmorel/high-speed-inserts-wi...
Added 2 years ago
How to build and distribute beautiful command-line applications with PHP and Composer — osteel's blog
tech.osteel.me/posts/how-to-build-and-dist...
tech.osteel.me/posts/how-to-build-and-dist...
Tobias_Petry.sql sur Twitter : "⚡️ Database Tip Deleting an unused index is still a risky operation: If you were wrong (and it is still needed) the database will become slow. Instead of deleting, you can make the index invisible first and make it visible again in a second if you still need it. https://t.co/KQjKTkgh5e" / Twitter
twitter.com/tobias_petry/status/1489255762...
twitter.com/tobias_petry/status/1489255762...
Added 2 years ago
Don’t do Code Review, try Mob instead | by Svaťa Šimara | Verotel | Jan, 2022 | Medium
medium.com/verotel/dont-do-code-review-try...
medium.com/verotel/dont-do-code-review-try...
jupeter/clean-code-php: Clean Code concepts adapted for PHP
github.com/jupeter/clean-code-php
github.com/jupeter/clean-code-php
La CNIL publie une nouvelle version de son guide RGPD pour les développeurs | CNIL
www.cnil.fr/fr/la-cnil-publie-une-nouvelle...
www.cnil.fr/fr/la-cnil-publie-une-nouvelle...
The long journey of making PHP’s Composer memory-efficient and fast | by Yanick Witschi | Jan, 2022 | Medium
medium.com/@yanick.witschi/the-long-journe...
medium.com/@yanick.witschi/the-long-journe...
Fastest Magento 2 ReactJS Luma PWA Theme | by Yegor Shytikov | Jan, 2022 | Medium
yegorshytikov.medium.com/fastest-magento-2...
yegorshytikov.medium.com/fastest-magento-2...