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

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

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


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

RSC vs SSR First of all, we need to be in the same page on the fact that RSC and SSR are not the same thing. RSC is a strategy to run part of your react application on the server-side. Server components are isolated in the cloud and will never be...... читать далее

bff microservices nextjs react

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

Exploring AWS !! Day 69 Amazon OpsWorks What is configuration Management? main purpose is to automate server management. What is OpsWorks? configuration management tool that lets you configure and operate applications on cloud. you have the...... читать далее

aws cloud cloudcomputing beginners

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

Hey Java Folks! Welcome to another deep dive into the exciting world of Java development. Today, we're exploring some of the top frameworks used in Java development, diving into their unique features, and comparing them with the ever-popular Spring...... читать далее

webdev java backend microservices

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

Years back, developers had to write all sorts of custom code to get different applications to communicate with each other. But, these days, Application Programming Interfaces (APIs) make it so much easier. APIs provide you with everything you need to...... читать далее

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

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

Halo 2 можно считать почти идеальным сиквелом – игра взяла всё лучшее, что было в первой части, избавилась от многих ее недостатков и привнесла новые идеи. Эта игра во всем превзошла Halo: Combat Evolved, даже в популярности: многие фанаты серии нача...... читать далее

timeweb_статьи_выходного_дня Halo Halo 2 Bungie Мастер Чиф Microsoft Xbox 343 Industries Gypsum шутер Е3 Havok

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

History of DotNet - YouTube This video provides an engaging overview of the history of .NET, the significance of C#, and the role of the Common Language Runtime (CLR). It covers key mil...... читать далее

tutorial csharp dotnet

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

In the dynamic landscape of cloud-native applications, managing secrets securely is paramount. Secrets such as API keys, database credentials, and other sensitive configuration details need to be handled with care to prevent unauthorized access. Kube...... читать далее

cloud kubernetes security devops

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

Self Review 2023 was the year we completed the transition project for our online commerce market order/payment system. It took a total of three years. As a result, all the feedback from my colleagues was positive. Reflecting on the hard work, I als...... читать далее

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

I recently completed the final stage of a data migration project for the start-up I work at by rewriting a bunch of MySQL queries into BigQuery queries. With all the different flavours of SQL (T-SQL, MySQL, Google SQL...) and the move from on-premis...... читать далее

bigquery mysql sql database

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

Challenge: Reduce the AWS Cloud Operating cost without compromising any existing feature Steps: Switch to 8x5 from 24x7 in Dev and QA Environments​ Use the correct size of Serves in Dev and QA based on the load​ Avoid using same server configurati...... читать далее

aws cost serverless

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

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

Initial problem: can't connect to a Google Cloud VM instance created through vscode. Try to get SSH connection to the instance through Google Cloud Console: Checked firewall rules. There already exists a predefined rule that applies to all insta...... читать далее

cloud cloudskills

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

Introduction As a software engineer, staying relevant in web technology is important by reading blog posts from blogger sites such as dev.to and HashNode. Many blog authors publish posts daily, and readers must select good ones from all of them to...... читать далее

nestjs generativeai gemini tutorial

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

Overview of the DevOps Interview Process: From Application to Selection - Part 5 - Kubernetes - YouTube 📚Book link: https://pratimuniyal.gumroad.com/l/cracking-the-devops-interviewWhat is Kubernetes? Kubernetes, of...... читать далее

kubernetes devops cncf cloud

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

Exploring AWS !! Day 68 Amazon Kinesis Data Firehose Managed AWS service for delivering real-time streaming data. Delivery destinations include S3, Amazon Redshift, Amazon OpenSearch Service, Amazon OpenSearch Serverless, Splunk, and any custom H...... читать далее

aws cloud cloudcomputing beginners

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

Spring Boot 3.0 marks a significant upgrade, introducing new features and enhancements. However, it mandates Java 17 as the minimum version and presents several compatibility challenges. This guide aims to help you navigate the migration process smoo...... читать далее

springboot tutorial webdev migration