Midu.dev Unveils Free Interactive SQL Platform 'Aprende SQL Desde Cero' Amid Hacking Definition Controversy
A recent live stream by Midu.dev commenced with a brief technical delay due to an incorrect YouTube streaming key. Following the swift resolution, the session immediately addressed a significant community reaction surrounding a previous video titled ‘Me hackearon’ (I was hacked). Midu.dev reported over 176 comments, including insults, from viewers challenging the technical classification of the incident as a ‘hack.’ He vehemently defended his claim, stating his repository was compromised with malicious code via a pull request, contrasting this with a perceived public expectation that ‘hacking’ must involve physical harm or extreme financial loss to be legitimate. He dismissed accusations of ‘clickbait,’ arguing for a more nuanced understanding of cyber incidents.
The core of the session centered on the launch of ‘Aprende SQL desde cero,’ a new, completely free, and registration-less web platform for learning SQL from scratch. This resource offers interactive lessons covering fundamental to advanced SQL concepts, including CRUD operations, table alteration, joins, and transactions, supplemented by practical exercises with immediate feedback. A standout feature is the integrated SQL playground, equipped with a local-first, privacy-focused AI model (leveraging WebGPU) capable of generating and inserting SQL queries directly into the editor. This SQL module is part of the ongoing GSCAMP InfoJobs bootcamp, which has previously covered a wide range of web development topics and will soon delve into CI/CD, DevOps, Docker, and Object-Relational Mappers (ORMs) like Prisma. The session further demonstrated integrating SQLite into a Node.js Express backend using better-sqlite3, emphasizing prepared statements for SQL injection prevention and critical SQLite pragmas (journal_mode = WAL, foreign_keys = ON). Midu.dev also highlighted the importance of security practices like disabling postinstall scripts in package managers to prevent supply chain attacks.