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

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

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


DevOps OpenNET 19 мая 2024 г. 22:09

Представлен релиз Live-дистрибутива NST 40 (Network Security Toolkit), предназначенного для проведения анализа безопасности сети и слежения за её функционированием. Размер загрузочного iso-образа (x86_64) составляет 5 ГБ. Для пользователей Fedora Lin...... читать далее

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

Lets see what are the services which can be integrated with ACM (AWS Certificate Manager). This could be one of the interview question so lets learn the services together with some basic details about ACM:- What is ACM AWS Certificate Manager (ACM)...... читать далее

cloudsecurity awscloud cloudcomputing security

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

In this tutorial, you will learn how I increased the flexibility and performance of my Astro-powered blog by integrating Couchbase. We will walk through the step-by-step process in transforming your Astro static blog into one that leverages a NoSQL d...... читать далее

tutorial webdev database

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

A common mistake in many codebases is the assumption that modules are being lazy loaded when, in fact, they are not. The culprit? Barrel files. Barrel files are widely used, particularly in codebases that utilize NX. But what exactly are barrel file...... читать далее

angular nx lazyloading bundlers

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

Table of Contents for Article on Kubernetes 1. Introduction to Kubernetes Overview of container orchestration Benefits of using Kubernetes 2. Kubernetes Architecture Master and Worker Nodes Control Plane Components Data Plane Components 3...... читать далее

beginners kubernetes devops networking

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

SOLID principles are a set of guidelines for writing clean, maintainable, and scalable object-oriented code. By applying these principles to your Flutter development, you can create well-structured applications that are easier to understand, modify,...... читать далее

development principles flutter mobile

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

What is HTTP? HTTP (HyperText Transfer Protocol), is an application layer protocol used for transmitting hypertext over the Internet. It is the foundation of data communication for the WWW (World Wide Web), facilitating the exchange of informatio...... читать далее

webdev security computerscience web

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

Introduction: ​ As a full-stack developer, understanding cloud architecture is crucial in today’s digital age, where cloud computing serves as the backbone of the tech industry. This technology supports everything from small startups to global ente...... читать далее

microservices serverless architecture cloud

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

Disclosure: This post includes affiliate links; I may receive compensation if you purchase products or services from the different links provided in this article. image_credit - DesignGuru Hello devs, if you are preparing for Coding interviews in...... читать далее

programming softwaredevelopment development rest

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

Welcome back to your AWS learning journey! Today, we will delve into the fundamental concepts that underpin the Amazon Web Services (AWS) cloud platform. Understanding these core principles is essential for navigating and utilizing AWS services effec...... читать далее

aws amazon learning

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

Before We Start Data fetching is a very simple task until it becomes complicated. Therefore I recommend that you use powerful data fetching libraries like TanStack Query, SWR, RTK Query. This post assumes that you are aware about what is API polli...... читать далее

webdev javascript api programming

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

According to MDN Web Docs, - The same-origin policy is a critical security mechanism that restricts how a document or script loaded by one origin can interact with a resource from another origin. If you are a web developer or someone learning nod...... читать далее

webdev javascript beginners learning

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

Recently, I have been doing chaos (fault) tests on the robustness of some self-built database driver/client base libraries to verify and understand the fault handling mechanism and recovery time of the business. It mainly involves the two basic comp...... читать далее

etcd mongodb chaostesting faulttesting

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

Securing a good placement is a significant milestone for students, marking the transition from academic life to professional careers. However, students from tier 3 colleges often face unique and substantial challenges in this regard. This post explor...... читать далее

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

Solving a Leetcode problem daily — Day 12 | 347. Top K frequent elements | by Subhradeep Saha | May, 2024 | Dev Genius A detailed blog on how to use min heap for solving Leetcode’s 347 Top K frequent elements proble...... читать далее

leetcode topkfrequentelements heap 347

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

I made a list of terms that confused me while referring to documentation on AWS Cognito. APIG : Api Gateway Authentication : Verified the identity of the user eg are you a valid used with a proper email and password registered with the system? Auth...... читать далее

aws beginners cloudcomputing learning

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

Within the framework of my company's Annual Operating Plan, I was assigned the task of developing an innovative web application to consult geographic information of clients and generate interactive maps. This project is crucial to improve efficiency...... читать далее

webdev javascript react discuss

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

Introduction: Database design is an essential aspect of building a robust and efficient system. With the rise in data complexity and scalability, traditional databases may not be sufficient to handle large volumes of data. This led to the development...... читать далее

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

This communiqué originally appeared on Symfony Station. Welcome to this week's Symfony Station communiqué. It's your review of the essential news in the Symfony and PHP development communities focusing on protecting democracy. That necessitates an o...... читать далее

symfony drupal php fediverse

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

Introduction In today's fast-paced development environment, having a CI/CD pipeline set up to automatically run tests, check project builds, and manage deployments can save significant time and enhance scalability. It has become a necessity for any...... читать далее

devops kubernetes githubactions cicd