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

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

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


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

Компания Google опубликовала релиз web-браузера Chrome 125. Одновременно доступен стабильный выпуск свободного проекта Chromium, выступающего основой Chrome. Браузер Chrome отличается от Chromium использованием логотипов Google, наличием системы отп...... читать далее

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

In the realm of Java programming, the debate surrounding whether Java is pass-by-reference or pass-by-value often sparks confusion among developers. At first glance, it might seem straightforward, but delving deeper reveals nuances that can reshape...... читать далее

java

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

In today's software development landscape, dockerization has become a fundamental requirement for every project. It eliminates the notorious "it works on my laptop" dilemma, promotes seamless collaboration within teams, and enables hassle-free deploy...... читать далее

java maven docker

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

I really like that the Go standard library is including so many testing options right out of the box. In this post I will introduce the benchmark testing option in Go. As in many cases in Go there are some conventions to follow to use the Benchmark...... читать далее

100daystooffload go testing benchmark

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

I am an absolute beginner with Jest, and I've been learning a lot every day. In this article, I'll jot down five things I've recently learned about Jest testing in Next.js. Whether it's about mocking or setting up the test environment, I'll write...... читать далее

jest testing 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: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:50

This is a small utility that I wrote to compliment git bisect. git bisect is a fantastic tool. In the most basic usage you give it one “good” commit (a commit that doesn’t yet include some property) and at least one “bad” commit (one that does have i...... читать далее

git tools

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

Over the last week or so, as a background task, I’ve been moving domains from an old server to a newer and rather cheaper server. As part of this work, I’ve been standardising the way I deploy web apps on the new server and I thought it might be inte...... читать далее

cpan daemon dancer2

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

In this series I'll share my progress with my self-imposed programming challenge: build a Battlesnake in as many different programming languages as possible. Check the first post for a short intro to this series. You can also follow my progress on...... читать далее

programming challenge javascript

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

Unlocking the Power of API Documentation: Swagger, TypeScript, and NestJS In the fast-paced world of software development, clear and comprehensive API documentation is essential. It ensures that your APIs are easily understandable, accessible, and...... читать далее

swagger development documentation

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

Creating an API with Node.js and Express.js is a powerful way to handle HTTP requests and responses, enabling you to build robust back-end services. Axios, on the other hand, is a promise-based HTTP client for the browser and Node.js that makes it ea...... читать далее

javascript express api webdev

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

Introduction In today's fast-paced digital world, organizations need to be agile, responsive, and scalable. Traditional IT architectures often fall short of these requirements, leading to inefficiencies and bottlenecks. This is where event-driven a...... читать далее

eventdrivenarchitecture azure eventgrid itarchjournal

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

As a web developer, when developing tech ideas, I typically follow approaches that are structured: Identify the Problem or Opportunity: See every problem as an opportunity to solve a problem. Define the problem you want to solve clearly or the oppo...... читать далее

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

A few weeks ago, I got my Raspberry Pi 5 or more specifically, a starter set including it, a fan, SD Card and case. I ran some stress tests on the device to see how performant the device really is. I was shocked by how easily it handled most of the t...... читать далее

raspberrypi linux neovim

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

En este post, quiero compartir cómo desarrollé un módulo de Terraform para desplegar varios recursos en Azure que son esenciales para monitorear una aplicación web. Este módulo permite implementar de manera eficiente y repetible servicios como Log An...... читать далее

azure terraform automations spanish

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

If you're a macOS user looking to run Android emulators, especially those with Google Play Store support, this comprehensive guide will walk you through the entire process. Using Homebrew simplifies the installation and management of the necessary to...... читать далее

android macos homebrew emulation