Five levels of Software
UI : How data is displayed
API : How data is retrieved
DATABASE : How data is stored
LOGIC : How data is processed
HOSTING : Where data is stored
Read: https://ndrohith09.hashnode.dev/five-levels-of-software
UI : How data is displayed
API : How data is retrieved
DATABASE : How data is stored
LOGIC : How data is processed
HOSTING : Where data is stored
Read: https://ndrohith09.hashnode.dev/five-levels-of-software
Adding Prisma to Remix
As you might know, I'm a big fan of Prisma, and since we choose the indie stack when we set up our Remix project, it already comes with Prisma.
Setting up Postgres in Remix
Since it already comes with Prisma installed, we can find the schema over in ...
Read: https://h.daily-dev-tips.com/adding-prisma-to-remix
As you might know, I'm a big fan of Prisma, and since we choose the indie stack when we set up our Remix project, it already comes with Prisma.
Setting up Postgres in Remix
Since it already comes with Prisma installed, we can find the schema over in ...
Read: https://h.daily-dev-tips.com/adding-prisma-to-remix
Masonite Project - Database Seeder Tutorial Example
In this tutorial, we will see how to create a database seeder in Masonite Project and what is command to create a seeder and how to run that seeder in Masonite Project. Let's follow a few steps to see how it's done.
Creating Seeds
You can create a se...
Read: https://blog.popolo.dev/masonite-project-database-seeder-tutorial-example
In this tutorial, we will see how to create a database seeder in Masonite Project and what is command to create a seeder and how to run that seeder in Masonite Project. Let's follow a few steps to see how it's done.
Creating Seeds
You can create a se...
Read: https://blog.popolo.dev/masonite-project-database-seeder-tutorial-example
DBA: Псс, парень… индекс нужен?
Самый больной вопрос для любого разработчика, которому приходится вычитывать данные из базы: "Как сделать мой запрос быстрее?". Классический ответ - необходимо создать подходящий индекс. Но куда именно его стоит "накатывать", да и как вообще он должен выглядеть?..
Мы научили наш сервис визуализации планов PostgreSQL отвечать на эти вопросы, и под катом расскажем, чем именно он руководствуется в своих рекомендациях.
Читать: https://habr.com/ru/post/659889/
Самый больной вопрос для любого разработчика, которому приходится вычитывать данные из базы: "Как сделать мой запрос быстрее?". Классический ответ - необходимо создать подходящий индекс. Но куда именно его стоит "накатывать", да и как вообще он должен выглядеть?..
Мы научили наш сервис визуализации планов PostgreSQL отвечать на эти вопросы, и под катом расскажем, чем именно он руководствуется в своих рекомендациях.
Читать: https://habr.com/ru/post/659889/
PostgreSQL psql client tool commands equivalent to Oracle SQL*Plus client tool
Read: https://aws.amazon.com/blogs/database/postgresql-psql-client-tool-commands-equivalent-to-oracle-sqlplus-client-tool/
Read: https://aws.amazon.com/blogs/database/postgresql-psql-client-tool-commands-equivalent-to-oracle-sqlplus-client-tool/
Automate on-premises or Amazon EC2 SQL Server to Amazon RDS for SQL Server migration using custom log shipping
Read: https://aws.amazon.com/blogs/database/automate-on-premises-or-amazon-ec2-sql-server-to-amazon-rds-for-sql-server-migration-using-custom-log-shipping/
Read: https://aws.amazon.com/blogs/database/automate-on-premises-or-amazon-ec2-sql-server-to-amazon-rds-for-sql-server-migration-using-custom-log-shipping/
Build your geospatial platform on Oracle Autonomous Database
This blog talks about the reference architecture to build a geospatial platform on Autonomous Database and deploy using Terraform code in GitHub.
Read: https://blogs.oracle.com/database/post/reference-architecture-geospatial-platform-on-oracle-autonomous-database
This blog talks about the reference architecture to build a geospatial platform on Autonomous Database and deploy using Terraform code in GitHub.
Read: https://blogs.oracle.com/database/post/reference-architecture-geospatial-platform-on-oracle-autonomous-database
Oracle
Build your geospatial platform on Oracle Autonomous Database
This blog talks about the reference architecture to build a geospatial platform on Autonomous Database and deploy using Terraform code in GitHub.
How to Start using Bytebase
Suppose you are a DBA (Database Administrator) and want to try Bytebase with an existing project to increase the efficiency of team cooperation and decrease the possibility of a database outage. After installing it, what should you do?
Short answer:...
Read: https://devrel.bytebase.com/how-to-start-using-bytebase
Suppose you are a DBA (Database Administrator) and want to try Bytebase with an existing project to increase the efficiency of team cooperation and decrease the possibility of a database outage. After installing it, what should you do?
Short answer:...
Read: https://devrel.bytebase.com/how-to-start-using-bytebase
How to integrate Bytebase for team database cooperation
Suppose you are a DBA (Database Administrator) and want to try Bytebase with an existing project to increase the efficiency of database team cooperation and decrease the possibility of a database outage. After installing it, what should you do?
Shor...
Read: https://devrel.bytebase.com/how-to-integrate-bytebase-for-team-database-cooperation
Suppose you are a DBA (Database Administrator) and want to try Bytebase with an existing project to increase the efficiency of database team cooperation and decrease the possibility of a database outage. After installing it, what should you do?
Shor...
Read: https://devrel.bytebase.com/how-to-integrate-bytebase-for-team-database-cooperation
How to start using Bytebase for team database cooperation
Suppose you are a DBA / Database Administrator (or other roles related to database) and want to try Bytebase with an existing project to increase the efficiency of database team cooperation and decrease the possibility of a database outage. After in...
Read: https://devrel.bytebase.com/how-to-start-using-bytebase-for-team-database-cooperation
Suppose you are a DBA / Database Administrator (or other roles related to database) and want to try Bytebase with an existing project to increase the efficiency of database team cooperation and decrease the possibility of a database outage. After in...
Read: https://devrel.bytebase.com/how-to-start-using-bytebase-for-team-database-cooperation
Remix and creating new posts
Cool, so we just added Postgres to our Remix app. Let's see how we can add new posts to our database via the web interface.
The result of this article will be an excellent web form through which we can add a new post to our Postgres database.
Creatin...
Read: https://h.daily-dev-tips.com/remix-and-creating-new-posts
Cool, so we just added Postgres to our Remix app. Let's see how we can add new posts to our database via the web interface.
The result of this article will be an excellent web form through which we can add a new post to our Postgres database.
Creatin...
Read: https://h.daily-dev-tips.com/remix-and-creating-new-posts
Tarantool 2.10: сжимаем данные, шифруем трафик, помогаем расследовать инциденты
В Tarantool 2.10 добавили новые инструменты как для Enterprise версии, так и для Community Edition. А еще мы запустили Tarantool по модели DBaaS в облаке VK Cloud Solutions. Далее подробно расскажем про главные обновления: шифрование соединений между репликами и клиентом, сжатие данных в памяти, расширенные возможности аудита и поделимся ссылкой на полный список изменений.
Читать: https://habr.com/ru/post/663240/
В Tarantool 2.10 добавили новые инструменты как для Enterprise версии, так и для Community Edition. А еще мы запустили Tarantool по модели DBaaS в облаке VK Cloud Solutions. Далее подробно расскажем про главные обновления: шифрование соединений между репликами и клиентом, сжатие данных в памяти, расширенные возможности аудита и поделимся ссылкой на полный список изменений.
Читать: https://habr.com/ru/post/663240/
What are User-Defined Functions, and what do they have to do with WebAssembly?
When I was first talking with people in the tech sphere about my ideas for Suborbital as a company, the conversations were largely based around the utility and future promise of WebAssembly as a technology. Back in late 2020 I had about a half dozen ...
Read: https://blog.suborbital.dev/what-are-user-defined-functions
When I was first talking with people in the tech sphere about my ideas for Suborbital as a company, the conversations were largely based around the utility and future promise of WebAssembly as a technology. Back in late 2020 I had about a half dozen ...
Read: https://blog.suborbital.dev/what-are-user-defined-functions
Running Database Changes with Zero Downtime
At Lob we receive millions of HTTP requests from our customers daily. Our Print and Mail API facilitates the print and delivery system that is our core product. These requests lead to the creation of new records that represent letters, postcards, sel...
Read: https://lob.hashnode.dev/running-database-changes-with-zero-downtime
At Lob we receive millions of HTTP requests from our customers daily. Our Print and Mail API facilitates the print and delivery system that is our core product. These requests lead to the creation of new records that represent letters, postcards, sel...
Read: https://lob.hashnode.dev/running-database-changes-with-zero-downtime
Common Database Objects - Series 1 .. n
In the series, I hope to cover some common database objects such as procedures, functions, triggers etc. while also providing frequent real-life scenarios where these objects are used. The scope of this series will be limited to the oracle PL SQL syn...
Read: https://co.hashnode.dev/common-database-objects-series-1-n
In the series, I hope to cover some common database objects such as procedures, functions, triggers etc. while also providing frequent real-life scenarios where these objects are used. The scope of this series will be limited to the oracle PL SQL syn...
Read: https://co.hashnode.dev/common-database-objects-series-1-n
Building Together: A Look Into MongoDB’s Newest Location in Barcelona
Read: https://www.mongodb.com/blog/post/building-together-look-into-mongodbs-newest-location-barcelona
Read: https://www.mongodb.com/blog/post/building-together-look-into-mongodbs-newest-location-barcelona
Get Started with Autonomous JSON Database
Oracle Autonomous JSON Database (AJD) is a version of Oracle Autonomous Database exclusively for transactions and analytics on JSON data, and includes a MongoDB API.
Read: https://blogs.oracle.com/database/post/get-started-with-autonomous-json-database
Oracle Autonomous JSON Database (AJD) is a version of Oracle Autonomous Database exclusively for transactions and analytics on JSON data, and includes a MongoDB API.
Read: https://blogs.oracle.com/database/post/get-started-with-autonomous-json-database
👍1
Get Started with Autonomous Database
This simple guide provides you with 7 important links that will help you get started with Oracle Autonomous Database. You will learn how to provision and load the cloud database, analyze data using SQL, graph, spatial and machine learning, and so much more.
Read: https://blogs.oracle.com/database/post/welcome-to-autonomous-database-transaction-processing
This simple guide provides you with 7 important links that will help you get started with Oracle Autonomous Database. You will learn how to provision and load the cloud database, analyze data using SQL, graph, spatial and machine learning, and so much more.
Read: https://blogs.oracle.com/database/post/welcome-to-autonomous-database-transaction-processing
Databases
In this article I'm going to explain in brief some of the fundamental concepts of Database, so if you're a beginner to Database or DBMS this will help you understand the base concepts. Alright, without any further ado let's get started...
What is a D...
Read: https://prit.hashnode.dev/databases
In this article I'm going to explain in brief some of the fundamental concepts of Database, so if you're a beginner to Database or DBMS this will help you understand the base concepts. Alright, without any further ado let's get started...
What is a D...
Read: https://prit.hashnode.dev/databases
Как serverless-технологии помогают снизить нагрузку на разработчиков
Используйте serverless-технологии, чтобы разработчики сосредоточились на написании кода, а продукт вышел на рынок быстрее и дешевле.
Читать: «Как serverless-технологии помогают снизить нагрузку на разработчиков»
Используйте serverless-технологии, чтобы разработчики сосредоточились на написании кода, а продукт вышел на рынок быстрее и дешевле.
Читать: «Как serverless-технологии помогают снизить нагрузку на разработчиков»
How to use Bytebase to facilitate SQL review process (UI workflow)
If you haven't set up Bytebase for your team, please refer to my previous article:
How to start using Bytebase for team database cooperation
2 Roles - Project Owner & Developer
Now we have a project prepared in Bytebase, and we have
Adela as Projec...
Read: https://devrel.bytebase.com/how-to-use-bytebase-to-facilitate-sql-review-process-ui-workflow
If you haven't set up Bytebase for your team, please refer to my previous article:
How to start using Bytebase for team database cooperation
2 Roles - Project Owner & Developer
Now we have a project prepared in Bytebase, and we have
Adela as Projec...
Read: https://devrel.bytebase.com/how-to-use-bytebase-to-facilitate-sql-review-process-ui-workflow