Материалы по теме 'database' | DevsDay.ru

IT-блоги Материалы по теме 'database'

IT-блоги Материалы по теме 'database'


Разработка dev.to 18 мая 2024 г. 12:57

Lately at work, I have been using Terraform for our Infrastructure as Code (IaC) requirements for AWS workloads. As part of this learning journey, I also acquired Terraform Associate certification. I wanted to explore Terraform for non-AWS use case...... читать далее

snowflake terraform githubactions devops

Разработка dev.to 18 мая 2024 г. 11:48

In this post, we will see how to configure AWS Secret Manager with Spring Boot Application. Secret manager can be very useful for managing service secrets, API keys, Database credentials and other secrets for deploying applications. Let's set up Sec...... читать далее

springboot webdev aws deepcodr

Разработка dev.to 18 мая 2024 г. 11:33

Introduction With the integration of artificial intelligence (AI) becoming a game-changer in today's world, I recently embarked on creating a mobile application – an AI-powered Bible chat experience. In this article, I’ll share my journey of creati...... читать далее

gemini flutter ai tutorial

Разработка dev.to 18 мая 2024 г. 11:31

Introduction In the rapidly changing landscape of software development, the ability to adapt and evolve is crucial for success. One key aspect of this adaptability is effective code refactoring. This article delves into the significance of code ref...... читать далее

Разработка dev.to 18 мая 2024 г. 11:03

MongoDB is a powerful, flexible NoSQL database that is widely used for modern web applications. Installing MongoDB locally on your MacBook Pro is straightforward, especially when using the Homebrew package manager. This article provides a comprehen...... читать далее

webdev javascript mongodb programming

Разработка dev.to 18 мая 2024 г. 10:03

Have you ever wondered what happens when you type a URL into your browser and press Enter? It's like magic, right? One second you're staring at a blank page, and the next, you're scrolling through your favorite website. But, have you ever stopped to...... читать далее

DevOps OpenNET 18 мая 2024 г. 9:39

Состоялся экспериментальный выпуск открытой реализации Win32 API - Wine 9.9. С момента выпуска 9.8 было закрыто 38 отчётов об ошибках и внесено 246 изменений. Наиболее важные изменения: Обеспечена совместимость библиотеки ODBC (Open Database Con...... читать далее

Разработка dev.to 18 мая 2024 г. 8:44

Advanced Backend Communication In the real world, a primary server doesn't handle all the request & operation , it delegates some tasks to other servers. Why so? If we do all the operations on primary server then all the compute power will go i...... читать далее

backend redis pubsub queue

Разработка dev.to 18 мая 2024 г. 8:41

Introduction AWS Redshift Query Editor v2 is a web-based tool that allows analysts to securely explore, share, and collaborate on data using SQL within a common notebook interface. It simplifies querying data with SQL and visualizing results with c...... читать далее

aws queryeditor okta redshift

Разработка dev.to 18 мая 2024 г. 7:46

MicroSoft Azure Resources Imagine you have a big toy box that has many different toys you can play with. Microsoft Azure is like a giant toy box for grown-ups, but instead of toys, it has tools and services. These tools help people do important thi...... читать далее

azure azureresources microsoftcloud vm

Разработка dev.to 18 мая 2024 г. 7:42

First check the Go version by running the command go version Create a folder mkdir <folder_name> Switch to created folder cd <folder_name> Initialize the go project by running the given command. You will g...... читать далее

Разработка dev.to 18 мая 2024 г. 5:45

In the competitive world of mobile app development, having a strong portfolio of Flutter projects is essential to stand out. Flutter, Google's UI toolkit, is renowned for its ability to create beautiful, cross-platform apps efficiently. Let's explore...... читать далее

flutter programming tutorial webdev

Разработка dev.to 18 мая 2024 г. 5:17

As a software developer, it's not always possible to dive deep into the language you're working with, and sometimes it's difficult to find situations where you need to use advanced or non-trivial features. It's easy to use a magic framework, the hard...... читать далее

java javaunderthehood tutorial

Разработка dev.to 18 мая 2024 г. 4:37

In the previous blog, we covered the basics of semantic search and saw how it worked well for many use cases. However, we also encountered some edge cases where things could go a little wrong. This blog post will dive deep into retrieval and cover mo...... читать далее

machinelearning ai chatgpt chatbot

Разработка dev.to 18 мая 2024 г. 4:14

Para crear una base de datos de Postgres en Mac OS, primero se debe instalar PostgreSQL, una alternativa para instalar Postgres es usando Homebrew que es un administrador de paquetes de Mac que permite instalar aplicaciones como Postgres facilmente d...... читать далее

postgres

Разработка dev.to 18 мая 2024 г. 2:53

Las bases de datos dinámicas y colecciones solo aplican para entidades que no contengan documentos referenciados. Para implementarlo se permite entidades que contengan o no documentos embebidos. En el Controller especifique la colección dinámic...... читать далее

Разработка dev.to 18 мая 2024 г. 0:48

Integration testing is crucial in ensuring that different modules and components of an application work together as expected. In this guide, we will cover: Testing interactions between modules and components Mocking dependencies and external servic...... читать далее

webdev typescript integrationtest opensource

Разработка dev.to 18 мая 2024 г. 0:04

General Commands -- This is a comment \? -- more help \l -- list all databases \c databaseName -- connect to databaseName \dt -- Show all tables \d tablename -- describe tablename \i -- load query from .sql file (accepts only absolute path...... читать далее

webdev database postgres sql

Разработка dev.to 17 мая 2024 г. 23:51

In a cost-conscious market, getting the most out of your current development team is key. Engineering organizations looking to improve productivity and developer experience Should seek efficient ways to streamline their work processes. One such way...... читать далее

cloud infrastructureascode tooling

Разработка dev.to 17 мая 2024 г. 20:34

Introduction In my previous blog, we explored enabling cross-account data sharing using AWS Lake Formation with Terraform. In this post, we’ll dive deeper into enhancing that setup with data filters. Lake Formation data filtering allows for column-...... читать далее

awslakeformation terraform aws awscrossaccount