Skip to main content

Posts

Showing posts from April, 2025

Hone Your SQL Skills With The Premier League

  Introducing sqlpremierleague ,   another sql playground, but with puzzles specific to sports. Learn SQL as a beginner or hone your SQL as an experienced  developer by working on real datasets from sport competitions. These include the English Premier League, the IPL, the NBA, the NFL, Formula 1, UCL, and two dedicated to L.Messi and C.Ronaldo. https://www.i-programmer.info/news/84-database/18011-hone-your-sql-skills-with-the-premier-league.html#google_vignette

The OpenAI Academy Makes AI Accessible

  OpenAI has provided a treasure trove of information for spreading knowledge about AI to the general public; understanding what AI is and learning how to leverage it by using tools like ChatGPT. https://www.i-programmer.info/news/105-artificial-intelligence/18000-the-openai-academy-makes-ai-accessible.html

Tailpipe - The Log Interrogation Game Changer

  By using the expressiveness of the SQL language, TailPipe makes querying log files as easy as doing "select * from logs;". In  Steampipe - SQL For Everything  we discovered a tool that renders SQL as the main query language for more than purely databases, cloud infrastructure included. Steampipe's underlying notion is that SQL has been the data access standard for decades, it levels the playing field, easily integrates with other systems and accelerates delivery. So why not leverage it for things other than the database, like querying APIs and Cloud services? Tailpipe follows along the same lines, this time by enabling SQL to query log files.  https://www.i-programmer.info/news/90-tools/17992-tailpipe-the-log-interrogation-game-changer.html

Ingres vs Postgres MVCC Explained With Neo4j's LLM Knowledge Graph Builder

 LLM Knowledge Graph Builder is an application designed to turn unstructured data such as pdfs, text documents, YouTube videos, and web pages, into a knowledge graph stored in Neo4j, promising much better accuracy than simple RAG (Retrieval-Augmented Generation). https://www.i-programmer.info/news/80-java/17967-ingres-vs-postgres-mvcc-explained-with-neo4js-llm-knowledge-graph-builder-.html

Azure SDK for Rust Goes Beta

  The official Microsoft Azure SDK for Rust is a collection of libraries that make Rust developers' life that little bit easier in accessing various Azure services. https://www.i-programmer.info/news/90-tools/17951-azure-sdk-for-rust-goes-beta.html