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

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

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


Разработка 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 г. 7:34

Scheduling tasks in a Node.js application can be crucial for automating emails, generating reports, and more. In this post, we'll explore how to set up a robust scheduling system using the Pulse library, integrated with an Express server. This approa...... читать далее

javascript webdev tutorial programming

Разработка 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 17 мая 2024 г. 10:35

Since joining ReductStore's project, I've been exploring alternative solutions to get a better understanding about how the project fits into current echosystem. To give you some context, we will look at solutions to store data from IoT devices (e.g...... читать далее

mqtt database

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

A Back-End Developer is a specialist in web development responsible for building and maintaining the server-side logic, databases, and applications that power websites and web applications. They work on the server-side of web development, focusing on...... читать далее

backend developer

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

Hello guys. I need your help. I've been working on the school project for 1 month and have a problem with part of code when user have to login. The goal of my project is to make a fastapi app with few functionalities: login and logout, and after logi...... читать далее

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

A partir de Jmoordbcore 1.3.0 es posible generar de manera dinámica colecciones en MongoDB. Sin especificar el nombre de base de datos o colección, se toma la información del archivo microprofile-config.properties. #-- Database mongo...... читать далее

Разработка habr.com 16 мая 2024 г. 8:02

С момента прошлого релиза фреймворка 🐙 userver для С++ прошло чуть больше полугода. За это время мы многое сделали: сильно оптимизировали работу фреймворка и обогнали основных конкурентов в бенчмарках высокопроизводительных фреймворков; знач...... читать далее

yandex открытый код userver github c++ c++17 postgresql postgres redis mongodb mongo synchronization coroutine coroutines logs dynamic changes python python3 yaml json sql mysql prometheus prometheus grafana опенсорс яндекса ydb kafka осьминоги

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

In recent years, the landscape of DataBase Management Systems (DBMS) has undergone significant changes, leading to the rise of new and innovative solutions that challenge the traditional dominance of MySQL. As businesses strive for improved developer...... читать далее

database mysql mongodb postgres

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

Hi there, it's been a while Today, I am excited to simplify the ACID and BASE models for anybody to understand how to make the right database decision. Continue reading and tell me if you enjoyed your reading. In databases, transactions ensure data...... читать далее

webdev database systemdesign distributedsystems

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

In today's job market, finding the perfect role often feels like searching for a needle in a haystack. One solution is to use AI-driven chatbots to streamline this process, offering quick responses and personalized assistance. However, relying solel...... читать далее

tutorial webdev ai cloud

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

Working with Mongoose models can sometimes feel like keeping track of a complex web. Unlike many SQL databases, finding free and easy tools to visualize your Mongoose schemas can be tough. This can make it difficult to understand how your data is con...... читать далее

mongodb webdev node react

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

Large Language Models, like those developed by OpenAI, have become invaluable tools for companies looking to innovate and grow in today's competitive landscape. Discover how companies are revolutionizing their workflows by leveraging the power of Op...... читать далее

beginners llm javascript

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

We're excited to announce the release of Meteor 2.16, packed with significant improvements designed to optimize your experience and enhance performance. Optimized Oplog Tailing Performance In response to community feedback and extensive d...... читать далее

meteor javascript

DevOps winitpro.ru 14 мая 2024 г. 13:11

В предыдущей статье мы рассмотрели, как развернуть собственный централизованный сервер сбора лога с различных типов сетевых устройства на базе стека Graylog (Graylog + OpenSearch+ MongoDB). В этой статье мы покажем, как настроить отправку журналов со...... читать далее

Active Directory Windows Server 2019

Разработка AWS News Blog 13 мая 2024 г. 17:40

AWS Summit is in full swing around the world, with the most recent one being AWS Summit Singapore! Here is a sneak peek of the AWS staff and ASEAN community members at the Developer Lounge booth. It featured AWS Community speakers giving lightning ta...... читать далее

Amazon Bedrock Amazon Elastic Container Registry Amazon ElastiCache Amazon EMR Amazon Lightsail Amazon MemoryDB for Redis Amazon Polly Amazon Q Amazon RDS AWS Amplify AWS Resilience Hub Launch News Week in Review

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

Imagine reusing a proven approach for a new project, only to hit a wall. That's exactly what happened to me as a Node.js developer. I was building a MongoDB app, but I tried to force-fit Prisma (an ORM) because of it similarity with a previous Postgr...... читать далее

webdev javascript database beginners

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

There is no permanent stop in the hunt for the best demonstration of development and functioning of web applications which is happening in web developer universe. A new and exciting technology that has just been recognized as a substitute for the old...... читать далее

graphql mongodb react webdev

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

This guide is for Installation of Cloudforet for Production. On-premise Kubernetes MongoDB Atlas SaaS Architecture Pre-requisite Kubernetes Install your own Kubernetes Clusters MongoDB Cluster Mong...... читать далее

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

Audit logs are records on the system that provide evidence of the sequence of activities that have been done at a given time.They help in monitoring the series of activities been done. In this article, we will be going through step by step process o...... читать далее