Harsh Singhharshthedev.hashnode.dev·May 3, 2024Meet RayQL - A Schema and Query Language for Your SQLite Side ProjectsLet's be real, as developers, we've all spent way too much time setting up backends, writing validation schemas, and reinventing the wheel for common tasks when working on side projects. It's a massive time sink that takes away from the actual fun of...Discuss·37 readsschema-language
Desiah Barnettdesiahbarnett.hashnode.dev·Mar 8, 2024Mastering CRUD Operations with Python:Introduction CRUD (Create, Read, Update, Delete) operations are fundamental in software development, allowing us to manage data effectively. In this beginner-friendly blog post, we are going to dive into the world of CRUD operations using Python, foc...DiscussCode Kickstart: A Beginner’s JourneyPython
Jacob PrallforSQLite Cloudsqlitecloud.hashnode.dev·Mar 4, 2024How to Use SQLite’s Online Backup API in PythonOne of the most useful features of SQLite is its Online Backup API, which allows developers to create backups of live databases without interrupting their operation. This capability is particularly valuable for applications that require high availabi...DiscussSQLite
Bruno Rossibrunorossi.hashnode.dev·Jan 26, 2024Phase 3 Final ProjectFor my Phase 3 project, I built a command-line typing game that puts your typing skills to the test using Object-Oriented Python. In Python Typ-On, your challenge is to advance through the levels, typing the provided sentences with accuracy and speed...Discuss·10 likes·52 readstyping game
koray tuğkoraytug.hashnode.dev·Sep 27, 2023Implementing SQLite3 with Node.js and TypeScriptIntroduction Node.js has become a popular choice for building server-side applications, and when it comes to working with databases, SQLite3 is a lightweight and efficient option. In this article, we will explore how to use and implement SQLite3 with...Discuss·4.6K readsNode.js