What happens inside an Amazon warehouse: A software engineer's guide
#database #softwaredevelopment #warehouse #amazon #logistics #sellingonamazon #fulfillment #databaseadministration #webmonetization
https://hackernoon.com/what-happens-inside-an-amazon-warehouse-a-software-engineers-guide-qcz3549
#database #softwaredevelopment #warehouse #amazon #logistics #sellingonamazon #fulfillment #databaseadministration #webmonetization
https://hackernoon.com/what-happens-inside-an-amazon-warehouse-a-software-engineers-guide-qcz3549
Hackernoon
What happens inside an Amazon warehouse: A software engineer's guide | Hacker Noon
Have you ever wonder what happens inside of an Amazon warehouse? As a software engineer, the supply chain field has plenty of technical challenges.
A Brief Introduction to MongoDB
#mongodb #database #sql #javascript #programming #databaseadministration #python #mongoose #webmonetization
https://hackernoon.com/a-brief-introduction-to-mongo-db
#mongodb #database #sql #javascript #programming #databaseadministration #python #mongoose #webmonetization
https://hackernoon.com/a-brief-introduction-to-mongo-db
Hackernoon
A Brief Introduction to MongoDB | Hacker Noon
MongoDB is a document-oriented NoSQL database for storing large amounts of data. MongoDB uses collections and documents instead of tables and rows
Upgrading MySQL 5.5 to MySQL 8: A Step by Step Guide
#mysql #mysqlserver #optimization #upgradation #database #databaseadministration #databasemanagement #mysql8 #webmonetization
https://hackernoon.com/upgrading-mysql-55-to-mysql-8-a-step-by-step-guide-ltal35h3
#mysql #mysqlserver #optimization #upgradation #database #databaseadministration #databasemanagement #mysql8 #webmonetization
https://hackernoon.com/upgrading-mysql-55-to-mysql-8-a-step-by-step-guide-ltal35h3
Hackernoon
Upgrading MySQL 5.5 to MySQL 8: A Step by Step Guide | Hacker Noon
It is one of the dogmas that upgrading freeware libraries is a drag - but not anymore especially for MySQL. Check out this article for more information.
Log Slow Postgres Query Plans Automatically: An Introduction to auto-explain
#databaseadministration #postgresql #query #postgres #developer #databaseoptimization #auto_explain #goodcompany
https://hackernoon.com/log-slow-postgres-query-plans-automatically-an-introduction-to-auto-explain
#databaseadministration #postgresql #query #postgres #developer #databaseoptimization #auto_explain #goodcompany
https://hackernoon.com/log-slow-postgres-query-plans-automatically-an-introduction-to-auto-explain
Hackernoon
Log Slow Postgres Query Plans Automatically: An Introduction to auto-explain | HackerNoon
Automatically log slow query plans with auto_explain and learn how to fix the problematic PostgreSQL queries that are slowing you down.
Setting Up a Dedicated Database Server on Raspberry Pi
#programming #raspberrypi #server #database #databaseadministration #tutorial #beginners #hardware
https://hackernoon.com/setting-up-a-dedicated-database-server-on-raspberry-pi
#programming #raspberrypi #server #database #databaseadministration #tutorial #beginners #hardware
https://hackernoon.com/setting-up-a-dedicated-database-server-on-raspberry-pi
Hackernoon
Setting Up a Dedicated Database Server on Raspberry Pi
Learn how to set up a MariaDB database server on a Raspberry Pi 4 Model B with 8 GB of RAM that you can connect to your local network through WiFi or Ethernet
How to Manage Databases with CI/CD
#databases #database #databaseadministration #cicd #continuousintegration #continuousdeployment #databasemanagement #databasecicd
https://hackernoon.com/how-to-manage-databases-with-cicd
#databases #database #databaseadministration #cicd #continuousintegration #continuousdeployment #databasemanagement #databasecicd
https://hackernoon.com/how-to-manage-databases-with-cicd
Hackernoon
How to Manage Databases with CI/CD
If you’re still doing manual migrations on the database you’re doing it wrong. Databases are as much part of the application as the code.
The Hyper-V Admins' Guide to VMware Backup
#databases #data #databaseadministration #datascience #vmware #hyperv #virtualmachine #businessstrategy
https://hackernoon.com/the-hyper-v-admins-guide-to-vmware-backup
#databases #data #databaseadministration #datascience #vmware #hyperv #virtualmachine #businessstrategy
https://hackernoon.com/the-hyper-v-admins-guide-to-vmware-backup
Hackernoon
The Hyper-V Admins' Guide to VMware Backup | HackerNoon
The Hyper-V and VMware virtual environments may seem similar, but upon closer inspection, a number of important differences between these two platforms.
Why Normalizing Your Database Is Just Like Organizing Your Closet
#datanormalization #database #databaseadministration #normalizaion #databasemanagement #datamodeling #data #datasciencetopstory
https://hackernoon.com/why-normalizing-your-database-is-just-like-organizing-your-closet
#datanormalization #database #databaseadministration #normalizaion #databasemanagement #datamodeling #data #datasciencetopstory
https://hackernoon.com/why-normalizing-your-database-is-just-like-organizing-your-closet
Hackernoon
Why Normalizing Your Database Is Just Like Organizing Your Closet | HackerNoon
Explore database normalization in an easy-to-understand way using pet store examples. Discover the different levels from 1NF to 3NF and the importance of data
Decoding MySQL EXPLAIN Query Results for Better Performance
#sql #mysql #database #sqldatabase #data #datascience #databaseadministration #dataanalysis
https://hackernoon.com/decoding-mysql-explain-query-results-for-better-performance
#sql #mysql #database #sqldatabase #data #datascience #databaseadministration #dataanalysis
https://hackernoon.com/decoding-mysql-explain-query-results-for-better-performance
Hackernoon
Decoding MySQL EXPLAIN Query Results for Better Performance | HackerNoon
Understanding MySQL explains query output is essential to optimize the query. EXPLAIN is good tool to analyze your query.
Unveiling a MySQL Bug: Inconsistent Foreign Key Constraints
#sql #mysql #bug #programming #coding #bugs #database #databaseadministration
https://hackernoon.com/unveiling-a-mysql-bug-inconsistent-foreign-key-constraints
#sql #mysql #bug #programming #coding #bugs #database #databaseadministration
https://hackernoon.com/unveiling-a-mysql-bug-inconsistent-foreign-key-constraints
Hackernoon
Unveiling a MySQL Bug: Inconsistent Foreign Key Constraints | HackerNoon
In this article, I want to share an interesting bug that I stumbled upon in MySQL.