Best of MySQLJune 2024

  1. 1
    Article
    Avatar of stackovStack Overflow Blog·2y

    Say goodbye to "junior" engineering roles

    Snapshot Reviews aim to evaluate a software team's overall activity using AI to measure task complexity and output. Tasks are rated by difficulty, affecting the productivity scores. This method attempts to provide a balanced view of a developer's contributions beyond mere activity logs.

  2. 2
    Article
    Avatar of hnHacker News·2y

    danvergara/dblab: The database client every command line junkie deserves.

    dblab is a fast and lightweight interactive terminal-based UI application for PostgreSQL, MySQL, and SQLite3. It can be easily installed and supports cross-platform usage. It provides a range of features for working with local or remote databases.

  3. 3
    Article
    Avatar of infosecwriteupsInfoSec Write-ups·2y

    TryHackMe - Network Services 2

    This post is about learning and exploiting common network services and misconfigurations. It covers NFS, SMTP, and MySQL.

  4. 4
    Article
    Avatar of frontendmastersFrontend Masters·2y

    Introducing Drizzle – Frontend Masters Boost

    This post introduces Drizzle, a novel ORM tool that provides a traditional ORM querying API as well as a typed SQL querying API. It explains how Drizzle simplifies SQL queries by allowing them to be treated as typed function calls and demonstrates the process of setting up the schema and executing queries in Drizzle. It also highlights the flexibility and debugging capabilities of Drizzle.