Best of SQLJanuary 2023

  1. 1
    Article
    Avatar of phProduct Hunt·3y

    Text2SQL.AI - Generate SQL with AI

    The best of Product Hunt, everyday Web3 Keep up to date with the latest in web3 New here? Learn more about navigating Product Hunt. Discover the best products by month.

  2. 2
    Article
    Avatar of discdotDiscover .NET·3y

    Master ChatGPT Today or Risk Obsolescence Tomorrow

    As a dev I tried ChatGPT for a week instead of search engines, official docs, and Stack Overflow. In this article I'll break down six areas whereChatGPT can help increase your productivity as a developer. It will dazzle you at the precision of the answers and the way it provides code samples that look runnable.

  3. 3
    Article
    Avatar of communityCommunity Picks·3y

    How To Design And Build A Database In Postgres

    The data the client wants to be stored in the database is data related to items on sale, orders made, and customers who make the orders. In this article, I will show you how to design and build a relational database from scratch in Postgres for John’s ecommerce business.

  4. 4
    Article
    Avatar of kdnuggetsKDnuggets·3y

    7 Best Platforms to Practice SQL

    HackerRank’s SQL practice suite has hundreds of questions available for you to practice. You can filter the questions by their difficulty levels: easy, medium, and hard. If you are a Leetcode user, you can practice SQL on it too. LeetCode is quite diverse, with varying difficulty levels and topics.

  5. 5
    Article
    Avatar of communityCommunity Picks·3y

    Database 101: Data Consistency for Beginners

    In the end of 2022 I decided to make things more clear when the subject is Databases, because this was always a pain. I challenged myself to start from scratch and learn about this poorly explored world just for fun.

  6. 6
    Article
    Avatar of eversqlEverSQL·3y

    Java ORM – Hibernate vs Spring Data JPA vs EclipseLink vs JPA vs JDBC

    Java ORM - Hibernate vs. Spring Data JPA vs. EclipseLink vs. JDBC vs. JPA is a specification for an ORM framework that is defined by the Java Community Process (JCP), and not an open source project.