Разработка • dev.to • 17 января 2023 г. 6:18
With the development of cloud computing, object storage has gained favor with its low price and elastic scalable space. More and more enterprises are migrating warm and cold data to object storage. However, migrating the index and analysis components...... читать далее
elasticsearch databaseРазработка • dev.to • 6 января 2023 г. 15:20
What is WebSocket? WebSocket is a realtime protocol that provides a persistent, full-duplex communication channel between a web client (e.g., a browser) and a web server over a single TCP connection. A WebSocket connection starts as an HTTP reques...... читать далее
websocket webdevРазработка • dev.to • 30 декабря 2022 г. 8:53
Introduction It can be painful to run your application in multiple environments (for development and production). Containers allow you to easily take your application and run them in any environment required. I want to show you how to containerize...... читать далее
webdev docker node beginnersРазработка • dev.to • 26 декабря 2022 г. 9:31
Data structures can seem complex to grasp at first but understanding the concepts can allow us to write efficient and optimized computer programs. The key to understanding this amazing concept in programming is being consistent with practice as with...... читать далее
data algorithms javascript webdevРазработка • dev.to • 23 декабря 2022 г. 11:40
After a couple of years of uncertainty and online activities, 2022 showed that developers were really missing the in-person events. Dozens of initiatives happened all around the world, with different approaches and ideas, offering the possibility to...... читать далее
dev conferencesРазработка • dev.to • 16 декабря 2022 г. 20:31
The creation of resources in the cloud and the management of the lifecycle of these resources can be a tedious process, especially when doing this on a largescale. The response to this is infrastructure as code(IaC). Infrastructure as code is essenti...... читать далее
iac terraform googlecloud agileРазработка • The Cloudflare Blog • 16 декабря 2022 г. 14:00
A discussion about IP blocking: why we see it, what it is, what it does, who it affects, and why it’s such a problematic way to address content online.... читать далее
Impact Week IP Better Internet Internet PerformanceРазработка • dev.to • 6 декабря 2022 г. 14:18
Django REST framework is a powerful and flexible toolkit for building Web APIs. You can easily build a REST API using DRF and consume the endpoints from a React, Angular, or other Frontend application. DRF provides a lot of features out of the box to...... читать далее
webdev python django tutorialРазработка • habr.com • 5 декабря 2022 г. 13:37
Hola, Amigos! На связи я, Артем Салеев, тимлид компании по заказной разработке, и мой коллега-тимлид Руслан Ревель. Мы руководим командами по разработке более 5 лет. Поэтому знаем, какой бы сложный проект ни был, самое главное — это команда. Важ...... читать далее
Управление разработкой Управление персоналом Удалённая работа мотивация мотивация программистов мотивация разработчиков teamlead team management мотивация ит персонала мотивация в ит one-to-one motivation работа в командеРазработка • dev.to • 28 ноября 2022 г. 18:05
There have been many discussions on Twitter around "GraphQL versus tRPC" for building a modern backend for your application. GraphQL has become popular in recent years as the defacto successor to REST, while tRPC solves the problem of end-to-end safe...... читать далее
graphql trpc api backendРазработка • dev.to • 19 ноября 2022 г. 5:46
In this article, we'll see how we can use API Tester application to test WebSocket based APIs easily and why it's my goto application for mobile app testing. So let's get started. What is API Tester Mobile App API Tester mobile applicati...... читать далее
javascript react nodeРазработка • The Cloudflare Blog • 15 ноября 2022 г. 13:44
Neon.tech is a database platform that allows you to branch your (Postgres compatible) database exactly like your code repository. And with the release of their Cloudflare Workers integration you can get started in minutes... читать далее
Developer Week Developers Serverless Integration StorageDevOps • linuxhint.com • 4 ноября 2022 г. 19:01
The arcsin() is a NumPy mathematical function, and it is the trigonometric function's (sin) inverse, i.e., sin-1(x). This article explains Numpy arcsin.... читать далее
PythonРазработка • dev.to • 2 ноября 2022 г. 16:43
Ever since I started to work on the Apache APISIX project, I've been trying to improve my knowledge and understanding of REST RESTful HTTP APIs. For this, I'm reading and watching the following sources: Books. At the moment, I'm finishing API Desig...... читать далее
api webapi rfcDevOps • linuxhint.com • 29 октября 2022 г. 10:43
10 best Discord alternatives are: Skype, WhatsApp, Telegram, TeamSpeak, Microsoft Teams, Tox, HeySpace, Hangout Chat, and Speak Chat.... читать далее
DiscordРазработка • DigitalOcean Community Tutorials • 28 октября 2022 г. 16:43
### Introduction This checkpoint is intended to help you assess what you learned from our [introductory articles to Databases](https://www.digitalocean.com/community/tutorial_series/getting-started-with-cloud-computing#Databases), where we defined d...... читать далее
Разработка • dev.to • 27 октября 2022 г. 10:21
You've come to the right place if you are looking for a way or a well-structured guide to building your backend with Hasura and PostgreSQL. This guide will assist you in setting up your backend development environment, connecting to your database, an...... читать далее
webdev sql javascript beginnersРазработка • dev.to • 19 октября 2022 г. 0:14
ORM - Object Relational Mapping ORM é uma técnica que busca aproximar o paradigma da programação orientada a objetos ao paradigma dos bancos de dados relacionais. E o ORM pode ser adotado de duas formas: database first code first Database fir...... читать далее
laravel beginnersРазработка • dev.to • 10 октября 2022 г. 18:09
TZS asset is a crypto stable coin issued by ClickPesa on the Stellar blockchain network. TZS asset is tradable with XLM, USDC, Bitcoin, ETH, NGNT and any other asset on the Stellar Decentralized Exchange (SDEX) and other crypto exchanges/wallets. T...... читать далее
clickpesa stellar tanzania tutorialРазработка • dev.to • 5 октября 2022 г. 14:18
The Apache Maven Shade Plugin is perhaps the easiest way to produce a jar-with-dependencies, a single jar file containing everything your Java application needs to run, including all of its dependencies. These are sometimes also referred to as "uber...... читать далее
java tutorial programming maven