Jeremy MorganforPluralsightpluralsight.hashnode.net·Apr 14, 2022FeaturedHow to Build a Web App with Go and SQLiteToday we're going to learn how to use SQLite with Go. By the time you finish this tutorial, you can build CRUD (Create Read Update Delete) applications with Go easily. Go is one of the hottest languages in development right now, known for its simple ...TomTom Developers and 1 other are discussing this2 people are discussing thisDiscuss·108 likes·2.6K readsGo Language
vishnu chilamakuruvishnu.hashnode.net·May 27, 2021Build Course Tracker Using Ruby On RailsMost of the developers do take online courses across various platforms like Udemy, Coursera, Edx, etc... In this post, I will explain how to build a basic course tracker application using Ruby on Rails, which can help to track the progress of your co...Discuss·72 likes·1.0K readsTutorial
Bernardo Borgeskishido.hashnode.net·May 19, 2021Build a Bookshelf with SymfonyToday we're going to build a Website to Manage a online bookshelf with Symfony ! Where we can add Books and update your progress. This is a example of how the basics of Symfony work's. Setup Installing Symfony CLI To create a base project we'll need ...Discuss·56 likes·221 readsSymfonyPHP
Ikponmwosa Enabuleleneocodez.hashnode.net·Apr 15, 2023How to check for SQL queries generated in your Django project.Django is a high-level framework that enables rapid development of secure and maintainable websites. It takes care of much of the hassle of web development, so you can focus on writing your app without needing to reinvent the wheel. It allows you to ...Discuss·27 readsDjango
Marco Bambinisqlitecloud.hashnode.net·Mar 31, 2023The SQLite Expert extensionThe SQLite Expert extension is a very useful extension that aims to suggest indexes from a series of queries. It is in active development by the SQLite team and its source code is available from: https://www.sqlite.org/src/dir?ci=trunk&name=ext/exper...Discuss·203 readsSQLite
yogesh sharmaforCodeCasmcodecasm.hashnode.net·Mar 25, 2023How to setup SQLite on Ubuntu 22.04 with the terminalIt's a wonderful morning today and I'm excited to share a very easy step-by-step process of installing and setting up SQLite on our Ubuntu machine with the help of a terminal. Need not to mention how head-aching it can be to install any application i...Discuss·1 likeSQL
Marco Bambinisqlitecloud.hashnode.net·Mar 21, 2023Strong Consistency with Raft and SQLiteIn the recent past, a typical client/server environment consisted of multiple clients connected to a central database server. A central database architecture is a system where all data is stored in a single centralized location. When client A from Si...Discuss·8.4K readsSQLite
Steve Springerstevesdevnotes.hashnode.net·Mar 17, 2023Logging Performance Stats to SQLite with ChatGPTTime for another pair-programming session with ChatGPT. Can you write a powershell script to read the computer's performance statistics every 5 seconds and dump the results to a sqlite file? The eager-to-please chatbot instantly wrote out a solutio...Discusschatgpt
Marco Bambinisqlitecloud.hashnode.net·Mar 16, 2023SQLite in the Cloud: The Future of Lightweight DatabasesSQLite is a powerful and versatile database engine that has been widely adopted in many applications due to its simplicity, reliability, and efficiency. However, as applications become more complex and distributed, there is an increasing need to stor...Discuss·712 readsSQLite
Prahlad Inalaprahladinala.hashnode.net·Mar 14, 2023Get Started with SQL: A Comprehensive IntroductionIntroduction to SQL SQL stands for Structured Query Language and is used for managing relational databases. SQL allows users to create, update, delete, and retrieve data from databases. SQL is used in many different industries such as finance, health...Discuss·27 readsSQL
Ayush Jhaayushjha.hashnode.net·Feb 23, 2023Install and setup MySQL on macOS (intel/ apple-silicon)There are two ways to setup install and setup MySQL on a macOS system There are two ways to install and setup MySQL on a macOS system Homebrew Native macOS installer (DMG) from MySQL's official website ** Note: Please follow the steps in sequen...Discuss·47 readsSQL
Hassan Hanifhassancodess.hashnode.net·Feb 7, 2023How to use SQLite in React NativeThe purpose of writing this blog is to give a simple explanation of SQLite in React Native, and how you can implement it. Setting up SQLite in our project Creating ProductsDB file Using ProductsDB file Conclusion Setting up SQLite in our projec...Discuss·1 like·29 readsReact
Casual Geekcasualgeek.hashnode.net·Dec 10, 2022How to compile Golang app with sqlite3 for ARM architecture on MacIntro: You are working on a Mac. In this case 13.0.1 Ventura You have a golang app that uses sqlite3 database You want to cross-compile your app for the ARM architecture. In this case https://multipass.run/ ubuntu VM. Prerequisites: brew (Homeb...Discuss·67 readsgolang