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

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

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


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

The server-side JavaScript runtime scene has been packed with innovations, such as Bun making strides with compatible Node.js APIs and the Node.js runtime featuring a rich standard library and runtime capabilities. As we enter into 2024, this articl...... читать далее

engineering javascript node

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

I like to believe that I have always been a very proficient software engineer, I've specialized in JavaScript/TypeScript for more than 6 years professionally and I program for fun for more than 15 years. I got a business degree before my software eng...... читать далее

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

Introduction: API (Application Programming Interface) is the backbone of modern software development, allowing different applications to communicate with each other. However, designing and developing an API can be a complex task. This is where Swagg...... читать далее

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

Para se comunicar com um computador precisamos falar a sua língua, ao vocabulário desta “linguagem” é conhecido como Instruction Set. Para **os programadores de plantão, podemos dizer que a ISA de um hardware é a interface deste para com o software,...... читать далее

programming architecture hardware

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

Introduction Artificial Intelligence is no longer a concept of the distant future, it is a rapidly growing force reshaping various industries, including software development. The rise of AI has brought significant advancements, making processes mor...... читать далее

developers ai development webdev

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

I know... I promised I'd be doing more engineering. We'll get there! But I was consuming some interesting digital creator / software engineering content the other day. There was one guy in particular (I won't say exactly who) who tends to do pretty i...... читать далее

opengl cpp sdl glsl

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

The article explores the differences between traditional persistent staging environments and modern ephemeral environments for software testing. It outlines the challenges of using shared persistent environments, including infrastructure overhead, qu...... читать далее

tutorial productivity devops cloud

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

What's up SE nerds!! It's Tripp, back with another blog from SE Bootcamp, currently finishing up Phase 3 out of 5! This time we are learning about using back end with Python. Here's a rundown of the basics and what you can expect from when learning P...... читать далее

beginners softwareengineering python career

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

BOUNDARY VALUE ANALYSIS Boundary value analysis is a software testing technique in which tests are designed to include values at the boundaries between partitions of input values .This helps in identifying errors at the boundaries of input domai...... читать далее

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

Testing is one of the important aspects of software development. It helps to ensure that your codes are high quality and reliable. However, we sometimes run into issues, one of which is flaky tests. They can be very frustrating, which is why knowing...... читать далее

testing test webdev devops

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

Testes Front-End Slave One Documentação dos Testes do Sistema SLAVE ONE Esta documentação descreve os testes realizados no sistema SLAVE ONE pelos programadores front-end Gustavo e Marcela, do LEDS. Nos testes, foram utilizados software Cypress j...... читать далее

cypress frontend typescript cucumber

Разработка wpbeginner.com 29 мая 2024 г. 17:00

Do you want to build an auction site like eBay using WordPress? An auction website allows users to bid on products to purchase them. This allows you to maximize profits while selling unique items. In this article, we will show you how to easily build...... читать далее

WordPress Plugins auction site with wordpress how to add auctions in wordpress wordpress auction wordpress auction plugin wordpress auctions

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

Decorators are a useful feature in Python that allows for the separation of concerns within code. This means encapsulating similar functionality in a single place and reducing code duplication. By implementing common functionality within a decorator,...... читать далее

python coding software developer

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

Title: In today's competitive job market, getting your resume noticed by recruiters and hiring managers is more challenging than ever. With many companies using Applicant Tracking Systems (ATS) to screen resumes, ensuring your resume passes through...... читать далее

job webdev javascript programming

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

Definições relacionadas - Erro: É uma falha no código que impede a execução correcta de um programa. Erros podem ser de sintaxe, de lógica ou de execução. Um erro é uma condição inesperada que interrompe o fluxo normal do programa. - Excepção: É um...... читать далее

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

Monitoring and alerting are crucial for maintaining the health and performance of any modern application. Prometheus, an open-source systems monitoring and alerting toolkit, has become a popular choice for developers and operations teams due to its r...... читать далее

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

No cenário em constante evolução da arquitetura de software, certos padrões emergem para enfrentar desafios específicos na construção de aplicações sustentáveis, escaláveis e eficientes. Dois desses padrões são Command Query Responsibility Segregatio...... читать далее

cqrs verticalslice arquiteturadesoftware cqs

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

Hi I'm Tak Fukushima, Software Engineer. This article, I'll write PHP-FPM configuration file. I often use PHP-FPM with Nginx, they say unix domain socket connection. I frequently modify PHP-FPM configuration file that time. But first time it is diff...... читать далее

php phpfpm laravel

Разработка realpython.com 29 мая 2024 г. 14:00

CRUD operations are the cornerstone of application functionality. Whether you access a database or interact with a REST API, you usually want to create, retrieve, update, and delete data. In this tutorial, you'll explore how CRUD operations work in p...... читать далее

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

1.Boundary value analysis is a software testing technique used to evaluate boundary conditions of input values. It focuses on testing values at the boundaries rather than the center of the input domain. This approach helps identify errors related to...... читать далее

learning testing