Blog

Page 193 of my articles, tutorials, and thoughts

Latest Articles

Cover Image for Explanation of BASE terminology
terminology

Explanation of BASE terminology

Published on September 2, 2023

# Understanding BASE Terminology: Decoding the Database Buzz πŸ—‚πŸ’» Have you ever come across the term "BASE" while diving into the exciting world of databases? πŸ€” It's often thrown around in discussions about NoSQL databases, positioned as the antithesis t

Cover Image for Location of my.cnf file on macOS
macosmysql

Location of my.cnf file on macOS

Published on September 2, 2023

## Location of my.cnf file on macOS: A Beginner's Guide to Solving the Mystery πŸ” Are you trying to enable remote access to your MySQL database server on your Mac but you can't find the elusive my.cnf file? πŸ€” Don't worry, you're not alone! Many Mac users

Cover Image for How to see query history in SQL Server Management Studio

How to see query history in SQL Server Management Studio

Published on September 2, 2023

# How to See Query History in SQL Server Management Studio πŸ˜ŽπŸ’» Have you ever been working on a project and needed to revisit a previously executed query? πŸ€” It can be frustrating to spend time trying to remember or reconstruct the exact query you used. B

Cover Image for How do I create a MongoDB dump of my database?
mongodb

How do I create a MongoDB dump of my database?

Published on September 2, 2023

πŸ“ **MongoDB Dump: A Guideline for Creating a Database Backup** Are you looking for a way to ensure the safety and security of your MongoDB database? Want to create a backup that you can rely on in case of any unfortunate incidents? You've come to the rig

Cover Image for How do I get the "id" after INSERT into MySQL database with Python?
mysqlpython

How do I get the "id" after INSERT into MySQL database with Python?

Published on September 2, 2023

# How to Get the "id" After INSERT into MySQL Database with Python? So you just executed an INSERT INTO statement in Python to add data to your MySQL database. Nice work! πŸ‘ But now you're wondering how to get the "id" value of the newly inserted record.

Cover Image for Best way to work with dates in Android SQLite
androiddate

Best way to work with dates in Android SQLite

Published on September 2, 2023

# The Ultimate Guide to Working with Dates in Android SQLite πŸ“… Are you struggling with handling dates in your Android application that uses SQLite? Don't worry, you're not alone! In this guide, we'll address common issues and provide easy solutions to he

Cover Image for How to create user for a db in postgresql?
connection

How to create user for a db in postgresql?

Published on September 2, 2023

## How to Create a User for a Database in PostgreSQL? So you've installed PostgreSQL on your CentOS server, created a database, and now you're running into authentication issues when trying to connect from your PHP script. Don't worry, we've got you cover

Cover Image for Fastest hash for non-cryptographic uses?
hashsecurity

Fastest hash for non-cryptographic uses?

Published on September 2, 2023

πŸ”₯πŸ’¨ The Need for Speed: Finding the Fastest Hash for Non-Cryptographic Uses πŸ”’πŸ’ Are you tired of waiting forever for your hash functions to do their job? Do you need a quick and efficient way to compare and store phrases in your database? Look no furthe

Cover Image for H2 in-memory database. Table not found
java

H2 in-memory database. Table not found

Published on September 2, 2023

# πŸ’» The H2 In-Memory Database: Where's my Table? πŸ’‘ You're just a few steps away from unlocking the secrets of the H2 in-memory database! πŸš€ But hold on… Table not found? 😱 Don't worry, we've got your back! In this blog post, we will unravel this myster

Cover Image for Use email address as primary key?

Use email address as primary key?

Published on September 2, 2023

# Can You Use Email Address as a Primary Key? πŸ“§ So, you've come across this burning question - can you use an email address as a primary key in your database? It's a good question that many developers have often pondered. In this blog post, we'll explore