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

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

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


Разработка dev.to 27 мая 2024 г. 13:15

Introduction: In the realm of modern application development, where agility, scalability, and flexibility are paramount, MongoDB Atlas stands out as a premier choice for managing data. Offering a fully managed cloud database service, MongoDB Atlas em...... читать далее

mongodb mongodbatlas databasemanagement cloud

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

In this guide, we explore the essential elements of terraform destroy, unraveling why this command is a fundamental part of the Terraform workflow. Additionally, we will cover best practices and considerations to ensure the effective and safe executi...... читать далее

terraform devops cloudcomputing cloudskills

Дизайн UX Planet 27 мая 2024 г. 12:36

Image by Mark StuckeyInterview with Dovetail’s CEO, Benjamin Humphrey, about making the most of user research.How would you describe an ideal user research process? What are the key research methods, and when should they be used in product design?I’m...... читать далее

product-design ux-research user-research ux

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

Administrators employ two essential information security procedures to secure systems and data: Authorization and authentication. A service’s identity is confirmed by Authentication, and its access permissions are established through Authorization...... читать далее

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

Flaky end-to-end tests are frustrating for quality assurance (QA) and development teams, causing constant disruptions and eroding trust in test outcomes due to their unreliability. We'll go over all you need to know about flaky tests, how to spot a...... читать далее

webdev testing e2e frontend

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

Nextcloud, kullanıcıların dosya depolama, senkronizasyon, paylaşım ve işbirliği yapabileceği açık kaynaklı bir bulut depolama platformudur. İster kişisel kullanım için ister kurumsal düzeyde olsun, kullanıcılar Nextcloud'u kendi sunucularında veya ba...... читать далее

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

Six months after its first preview released during .NET Conf 2023, .NET Aspire becomes generally available (GA) at Microsoft Build 2024. This project, which aims to revolutionize the local development of distributed applications, has unfortunately be...... читать далее

dotnet aspire cloud csharp

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

This week we will introduce three new APIs to you. We are very fond of the APIs in this week's roundup and we think you will be too. We will discuss the purpose, industry, and client types of these APIs. The full details of these APIs are available o...... читать далее

api maritime vessel vesselapi

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

Elasticsearch is an Apache Lucene-based search engine. It is a real-time, distributed, multitenant-capable full-text search engine, it offers a RESTful API based on JSON documents, it can be used for full-text search, structured search, analytics, or...... читать далее

elk elasticsearch

Разработка dev.to 27 мая 2024 г. 9:01

Previously I setup docker compose for golang application and PostgreSQL. It can run the application and can connect to PostgreSQL. While doing basic CRUD, I found that I need a tool to migrate my database structure and seed the database for easy onbo...... читать далее

webdev docker database go

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

Definition: Cybersecurity is the process of safeguarding your devices, data, and online presence against unauthorized access, use, disclosure, disruption, alteration, or destruction. It's like installing a security system in your digital life to pro...... читать далее

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

TABLE OF CONTENTS INTRODUCTION DEFINITION OF BLOCKCHAIN TYPES OF BLOCKCHAIN PUBLIC BLOCKCHAIN PRIVATE BLOCKCHAIN HYBRID BLOCKCHAIN CONSORTIUM BLOCKCHAIN BLOCKCHAIN BEYOND CRYPTOCURRENCY SUPPLY CHAIN MANAGEMENT VOTING SYSTEMS INTELLECTUAL PR...... читать далее

Разработка habr.com 27 мая 2024 г. 7:28

Недавно на Practical Data Engineering Substack вышла статья, посвященная общемировому развитию Open Source дата-инжиниринга, которая может оказаться полезной и для российских специалистов. Мы перевели статью, в полном виде она опубликована...... читать далее

data engineering open-source database data catalog metadata

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

Cover photo by Andrew Schultz on Unsplash If you want to check out the code, here's the repository: https://github.com/kuroski/kmp-expense-tracker Introduction I made a significant shift in my career from mainly working with JS to fully...... читать далее

kotlin kmp compose tutorial

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

The Power in Power Automate is in its connections, they allow it to integrate with multiple systems, especially Microsoft systems. So it's plausible to see it become a hackers attack vector. I've already made a couple of blogs on hacking using the P...... читать далее

powerplatform powerautomate hacked lowcode

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

This is a submission for the The AWS Amplify Fullstack TypeScript Challenge What We Built Many businesses often require a solution to notify customers about the tracking status of their packages (i.e. whether the package has arrived, whe...... читать далее

devchallenge awschallenge amplify fullstack

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

This is a submission for the The AWS Amplify Fullstack TypeScript Challenge What I Built Recruitify is a platform designed to bridge the gap between job seekers and employers. It provides a seamless experience for both parties to find th...... читать далее

devchallenge awschallenge amplify fullstack

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

Presenting my 2-2 Mobile Application Development Project Discover a world of literature at your fingertips with our user-friendly app "PageTrade". This is an Android app that lets users simply explore a wide range of genres, purchase books or PDFs...... читать далее

androiddev java firebase mobile

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

This is a submission for the The AWS Amplify Fullstack TypeScript Challenge What I Built General Overview A social platform that connects people worldwide by celebrating different national identities and cultures. It's perfect...... читать далее

devchallenge awschallenge amplify fullstack

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

From: MDN Web Docs Models Python objects Define the data structure Independent from the database schema Facilitate communication between Django and the database via Object-Relational Mapper Designing Models Create separate m...... читать далее

webdev python django