DEV Community

Dmitry Romanoff profile picture

Dmitry Romanoff

404 bio not found

Joined Joined on  github website
Creating a Professional-Quality Slideshow with Python: A Guide to Building Your Own iMovie Alternative

Creating a Professional-Quality Slideshow with Python: A Guide to Building Your Own iMovie Alternative

Comments
6 min read

Want to connect with Dmitry Romanoff?

Create an account to connect with Dmitry Romanoff. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
How to Run an Application In A Docker Container: A Step-by-Step Guide

How to Run an Application In A Docker Container: A Step-by-Step Guide

19
Comments 3
3 min read
Creating Dynamic Audio Narratives: A Guide to Combining Text-to-Speech and Music Using Python

Creating Dynamic Audio Narratives: A Guide to Combining Text-to-Speech and Music Using Python

5
Comments
3 min read
Visualizing Options Flow with Python: A Step-by-Step Guide

Visualizing Options Flow with Python: A Step-by-Step Guide

Comments
4 min read
Automate Foreign Key Index Checks in PostgreSQL: A Practical Bash Script

Automate Foreign Key Index Checks in PostgreSQL: A Practical Bash Script

Comments
5 min read
Optimizing PostgreSQL Buffer Cache: Automating Analysis with a Bash Script

Optimizing PostgreSQL Buffer Cache: Automating Analysis with a Bash Script

1
Comments
4 min read
How to Automate Image Downloading with Python: A Comprehensive Guide

How to Automate Image Downloading with Python: A Comprehensive Guide

2
Comments
3 min read
Monitoring and Managing AWS RDS Snapshot Storage Across All Regions

Monitoring and Managing AWS RDS Snapshot Storage Across All Regions

Comments
3 min read
Understanding Recursive Queries in PostgreSQL: A Process Hierarchy Example

Understanding Recursive Queries in PostgreSQL: A Process Hierarchy Example

Comments
3 min read
“docker.errors.DockerException: Error while fetching server API version: Not supported URL scheme http+docker”

“docker.errors.DockerException: Error while fetching server API version: Not supported URL scheme http+docker”

2
Comments
3 min read
Automating Database Health Checks with Python: A Step-by-Step Guide

Automating Database Health Checks with Python: A Step-by-Step Guide

3
Comments
6 min read
Efficiently Managing AWS Unattached Volumes with a Shell Script

Efficiently Managing AWS Unattached Volumes with a Shell Script

Comments
2 min read
How to Check Fragmentation in an Oracle Database

How to Check Fragmentation in an Oracle Database

1
Comments
4 min read
PostgreSQL. “Fatal error: failed to delete Postgres user.”

PostgreSQL. “Fatal error: failed to delete Postgres user.”

Comments 1
3 min read
PostgreSQL. How to move old historical records from your main table to a separate table?

PostgreSQL. How to move old historical records from your main table to a separate table?

5
Comments
4 min read
AWS Aurora Global Database

AWS Aurora Global Database

Comments
3 min read
Optimizing MySQL Database Performance: Identifying and Managing Long Queries

Optimizing MySQL Database Performance: Identifying and Managing Long Queries

1
Comments
4 min read
Python. Flipping Calendars.

Python. Flipping Calendars.

1
Comments
4 min read
Python. Exploring MySQL Table Sizes.

Python. Exploring MySQL Table Sizes.

1
Comments
1 min read
How the presence of indexes and the size of tables affect the choice of execution plan when joining tables in PostgreSQL?

How the presence of indexes and the size of tables affect the choice of execution plan when joining tables in PostgreSQL?

2
Comments
7 min read
Populating a table in PostgreSQL with one million records of random data.

Populating a table in PostgreSQL with one million records of random data.

1
Comments
1 min read
The main methods of joining tables in PostgreSQL.

The main methods of joining tables in PostgreSQL.

Comments
3 min read
The ARRAY_TO_STRING() function in PostgreSQL

The ARRAY_TO_STRING() function in PostgreSQL

Comments
2 min read
How do you check a distribution of values that PostgreSQL has collected on some column of a table?

How do you check a distribution of values that PostgreSQL has collected on some column of a table?

2
Comments
2 min read
Python code to know the zodiac sign based on the provided birthday.

Python code to know the zodiac sign based on the provided birthday.

1
Comments
2 min read
Python code that inserts a large number of records into a MySQL table.

Python code that inserts a large number of records into a MySQL table.

Comments
2 min read
Python. Automating creation backups of MySQL database.

Python. Automating creation backups of MySQL database.

Comments
4 min read
How to calculate the distance between Kyoto and Tokyo using a PostgreSQL database?

How to calculate the distance between Kyoto and Tokyo using a PostgreSQL database?

3
Comments 1
2 min read
DevOps. Monitoring Databases. On-Premise and Cloud Environments.

DevOps. Monitoring Databases. On-Premise and Cloud Environments.

1
Comments
1 min read
PostgreSQL: Deleting all records from a table, except for the first and last ones.

PostgreSQL: Deleting all records from a table, except for the first and last ones.

3
Comments
2 min read
How to find the third and fifth-highest values in a PostgreSQL table?

How to find the third and fifth-highest values in a PostgreSQL table?

2
Comments
2 min read
Understanding of NULL in PostgreSQL database.

Understanding of NULL in PostgreSQL database.

3
Comments
2 min read
How to join tables in PostgreSQL using the WITH clause?

How to join tables in PostgreSQL using the WITH clause?

1
Comments
2 min read
PostgreSQL. How to check connections that are not using SSL encryption?

PostgreSQL. How to check connections that are not using SSL encryption?

2
Comments
2 min read
Statistical information about tables in a PostgreSQL Database.

Statistical information about tables in a PostgreSQL Database.

3
Comments
2 min read
About transaction identifier (transaction_id) in PostgreSQL.

About transaction identifier (transaction_id) in PostgreSQL.

8
Comments
2 min read
How to check if the PostgreSQL tables of the same structure have identical data using aggregated hash and md5?

How to check if the PostgreSQL tables of the same structure have identical data using aggregated hash and md5?

1
Comments
2 min read
How to check the distribution of timestamps in a PostgreSQL table?

How to check the distribution of timestamps in a PostgreSQL table?

Comments
3 min read
How to check if the PostgreSQL tables of the same structure have identical data using aggregated hash and md5?

How to check if the PostgreSQL tables of the same structure have identical data using aggregated hash and md5?

Comments
2 min read
Getting error when starting Rancher Desktop on Mac.

Getting error when starting Rancher Desktop on Mac.

Comments
1 min read
How to find the number of SELECTs, INSERTs, DELETEs, and UPDATEs on a specific table in PostgreSQL?

How to find the number of SELECTs, INSERTs, DELETEs, and UPDATEs on a specific table in PostgreSQL?

2
Comments
1 min read
How do you check the top IOPs intensive queries in PostgreSQL DB?

How do you check the top IOPs intensive queries in PostgreSQL DB?

Comments
2 min read
PostgreSQL. How do you find potentially ineffective indexes?

PostgreSQL. How do you find potentially ineffective indexes?

Comments
2 min read
Unveiling Differences: A Deep Dive into Comparing Tables, Indexes, and Functions Across PostgreSQL Databases

Unveiling Differences: A Deep Dive into Comparing Tables, Indexes, and Functions Across PostgreSQL Databases

Comments
7 min read
How to reset pg_stat_database statistics for all DBs on a PostgreSQL Server?

How to reset pg_stat_database statistics for all DBs on a PostgreSQL Server?

1
Comments
2 min read
How to check the number of queries per second (QPS) on the PostgreSQL DB instance?

How to check the number of queries per second (QPS) on the PostgreSQL DB instance?

5
Comments
1 min read
How to check the number of transactions per second (TPS) for the given PostgreSQL DB instance?

How to check the number of transactions per second (TPS) for the given PostgreSQL DB instance?

4
Comments
2 min read
PostgreSQL: pg_stat_reset() is not resetting all statistics counters.

PostgreSQL: pg_stat_reset() is not resetting all statistics counters.

Comments
1 min read
How do you check temporary file generation for each PostgreSQL DB on the Server?

How do you check temporary file generation for each PostgreSQL DB on the Server?

Comments
1 min read
PostgreSQL: script to connect to DB, and get tables, their records number and size.

PostgreSQL: script to connect to DB, and get tables, their records number and size.

1
Comments 1
2 min read
MySQL: ERROR 1227 (42000) at line 27: Access denied; you need (at least one of) the SUPER privilege(s) for this operation

MySQL: ERROR 1227 (42000) at line 27: Access denied; you need (at least one of) the SUPER privilege(s) for this operation

Comments
1 min read
Python: How to check telnet status?

Python: How to check telnet status?

Comments
1 min read
Postgres. How to check the top queries that use temporary files?

Postgres. How to check the top queries that use temporary files?

1
Comments
1 min read
PostgreSQL. How to list the most IOPs-intensive queries?

PostgreSQL. How to list the most IOPs-intensive queries?

3
Comments
1 min read
Postgres: DB parameters configuration on the level of User / Database

Postgres: DB parameters configuration on the level of User / Database

1
Comments
1 min read
Postgres Order By: the resultset is sorted differently

Postgres Order By: the resultset is sorted differently

1
Comments
1 min read
PostgreSQL DB Server. The read-only user is able to create and own tables.

PostgreSQL DB Server. The read-only user is able to create and own tables.

1
Comments
2 min read
How to estimate the number of rows and size of tables in Postgres DB?

How to estimate the number of rows and size of tables in Postgres DB?

1
Comments
1 min read
How to limit the number of connections on the level of the DB user / Database in the Postgres Server?

How to limit the number of connections on the level of the DB user / Database in the Postgres Server?

2
Comments
1 min read
ERROR: permission denied to create extension "pg_trgm". HINT: Must be part of the azure_pg_admin role to create this extension.

ERROR: permission denied to create extension "pg_trgm". HINT: Must be part of the azure_pg_admin role to create this extension.

1
Comments
2 min read
loading...