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

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

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


DevOps linuxhint.com 22 октября 2018 г. 18:07

Redis is widely used as a caching server. At times, Redis is used as a database as well. It stores the data in a computer’s memory (RAM) directly. The advantage is that it can access the data very fast. The disadvantage is that the data it stores is ...... читать далее

DevOps linuxhint.com 19 октября 2018 г. 15:27

Redis is an In-Memory Data Store. That is, Redis stores data in the computer’s memory (RAM). Redis is used as a cache server of a website or application and database cache. A cache server improves the performance of your website or application dramat...... читать далее

DevOps linuxhint.com 21 августа 2018 г. 17:38

In this post, we will try to compare and establish some differences in the two most popular message brokers, RabbitMQ and Apache Kafka. Whenever we want to integrate message brokers into our application which allows us to scale easily and connect our...... читать далее

DevOps linuxhint.com 28 мая 2018 г. 19:55

Kubernetes and Docker are on the rise. Both the technologies have had very different roots but have become intertwined in the recent years in ways no one expected them to. The communities have come together, packages are ported among all possible ope...... читать далее

QA QA Platform 21 февраля 2018 г. 12:52

01 Сбой в облачном сервисе Amazon 27 февраля 2017 года в облачном сервисе Amazon произошел сбой. В результате крупные сайты, использующие его (Trello, Coursera, Quora и многие другие), стали работать с перебоями, либо не открываться вовсе. Менеджер з ...... читать далее

Обеспечение качества

DevOps linuxhint.com 5 февраля 2018 г. 18:54

Overview In this post, we will see how we can install and use Redis server from  Docker Hub. Using Docker Hub is very much advantageous as this ensures that we don’t have to reinstall the same version of Redis on our machine and we can test our Redis...... читать далее

DevOps linuxhint.com 1 января 2018 г. 23:02

Docker’s popularity as a development tool is on the rise. Docker has breathed new life into the container movement. Developers like using it because it’s fast and easy-to-learn. It helps development teams share standard environments without worrying ...... читать далее

DevOps linuxhint.com 1 января 2018 г. 23:02

Developers like working with Docker for its flexibility and ease-of-use. When creating applications, it’s worth investing the extra time optimizing Docker Images and Dockerfiles. Optimization will help teams share smaller images, improve performance,...... читать далее

DevOps linuxhint.com 28 декабря 2017 г. 20:34

Redis 3.2.8 recently released, is an open source, in-memory data structure store, used as a database to cache and message broker. It supports data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs ...... читать далее

DevOps linuxhint.com 28 ноября 2017 г. 9:24

Docker is an easy-to-use container technology for single applications. Regardless of expertise level, users can easily set up docker and start using it for useful experimentation. However, as users try to work with more complex setups that require se...... читать далее

DevOps linuxhint.com 7 ноября 2017 г. 18:12

A password is technically defined as secret string of characters used to authenticate or gain access to resources. It must be kept in secret and hiden from others who are not allowed to access those resources. Passwords have been used with computers...... читать далее

Разработка Think Big 1 ноября 2017 г. 4:46

In September 2017, we hosted the SydPHP Laravel meetup at our BigCommerce offices in Sydney. Here are the slides for the talk I gave on how we have been scaling our infrastructure. BigCommerce: Running e-Commerce at Scale from Ian Bissett The a...... читать далее

Разработка blog.byndyu.ru 2 августа 2017 г. 9:26

Программисты выкладывают код в Open Source, а мы решили выложить в открытый доступ стратегию по изменению IT-архитектуры и процессов одного из наших заказчиков. Генеральный директор предложил опубликовать документ, который я, как IT-архитектор, напи...... читать далее

Analytics ByndyuSoft Консультации

DevOps losst.ru 14 июля 2017 г. 13:48

Тестирование безопасности серверов и веб-приложений имеет очень важное значение, поскольку если уязвимость смогли найти вы, то ее найдет и злоумышленник, а значит он сможет получить доступ к вашим персональным данным или испортить приложение. Одним и...... читать далее

DevOps losst.ru 13 июля 2017 г. 11:32

Очень редко программы пишутся нуля, только на PHP или Си. Чаще всего для создания серьезных программных продуктов используются различные библиотеки, фреймворки, а также вспомогательные инструменты разработчика. Программистам нужны специальные среды р...... читать далее

DevOps losst.ru 7 июля 2017 г. 12:47

В 2016 году сетевые файловые системы Linux очень сильно развились, появилось новые распределенные сетевые хранилища, которые могут использоваться для увеличения надежности хранения данных. Они могут размещаться на нескольких физических устройствах, а...... читать далее

Разработка .NET Escapades 9 мая 2017 г. 10:43

This post shows how to use IDistributedCache with your ASP.NET Core app to improve the response time for serving images resized using ImageSharp.... читать далее

ASP.NET Core Image Processing

Разработка DZone Web Dev 7 апреля 2017 г. 14:01

In part one of this series, we discussed the importance of the user experience within the mobile industry, and how your API has a significant role in this. We followed up with part two, which demonstrates how to make API responses smaller and th...... читать далее

mobile mobile development mobile ux

DevOps losst.ru 8 марта 2017 г. 21:07

Не так давно компания Intel выпустила небольшое обновление линейки процессоров - Kaby Lake. Статья будет посвящена самому младшему брату из серии Core, а именно Core i3 7100. В этом обзоре я приведу его характеристики, а так же результаты тестов в ра...... читать далее

Разработка Good Eggs Product Team 1 февраля 2017 г. 19:01

The pitfalls of hyper-growth and a healthy alternativeGood Eggs has seen its share of ups and downs including a period of hyper-growth, a painful reset, and a strong recovery. We’ve learned a tremendous amount on this journey including gaining new pe...... читать далее

software-development startup engineering agile teamwork