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

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

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


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

As a backend developer, there are several software engineering principles that are crucial to understand and implement. These principles help ensure that your code is maintainable, scalable, and robust. Here are some key principles: 1. SOLI...... читать далее

java backenddevelopment softwaredevelopment softwareengineering

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

Preamble Have you ever been in a situation where you needed to trace the execution flow to find a bug, but had no idea what was happening, when a request started entering your business logic and flowed through various logic sets? At this moment, I...... читать далее

api architecture go tutorial

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

Hi everyone! We're back after a short break, covering two weeks of news! I hope you have recovered well from the React 19 beta release 😄 But it's not over, we are entering an exciting period with React Conf, Vercel Ship, App.js and many other conf...... читать далее

react reactnative

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

Introduction AWS Redshift Query Editor v2 is a web-based tool that allows analysts to securely explore, share, and collaborate on data using SQL within a common notebook interface. It simplifies querying data with SQL and visualizing results with c...... читать далее

aws queryeditor okta redshift

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

React JS is a JavaScript library built and maintained by Facebook. React is an efficient, declarative, and flexible open-source JavaScript library for creating simple, fast, and scalable frontends of web applications. The language used to build Reac...... читать далее

react frontend webdev javascript

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

Flutter, Google's UI toolkit for crafting natively compiled applications for mobile, web, and desktop from a single codebase, is an exciting technology for new developers. However, beginners often make certain mistakes that can hinder their progress...... читать далее

flutter dart beginners programming

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

A mobile proxy is a proxy server that directs internet traffic through mobile devices instead of traditional desktop computers or data centers. By using a mobile proxy, your online activities are routed through a mobile IP address, which is usually p...... читать далее

mobileproxy mobileproxies

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

Flutter, Google’s open-source UI software development kit, is a popular choice for building natively compiled applications for mobile, web, and desktop from a single codebase. By integrating Google AdMob, you can monetize these applications effective...... читать далее

flutter dart beginners programming

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

Using CRA and Webpack4 and find .mjs files giving an issue? (Yes im using CRA and Webpack4 in 2024 FML!) Here are webpack config settings that will help - const reScript = /\.(js|jsx|mjs)$/; resolve: { // Allow absolute paths in imports, e.g. im...... читать далее

react webpack mjs

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

In today’s digital era of ever-rising demand for people's skills who can provide data privacy and integration is what is called by anyone. What is worth mentioning is that the most honorable credential in this sphere is the Certified Information Syst...... читать далее

cismtrainingonline cismcertificationcourse cisacourseinindia

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

Welcome to our latest tutorial, where we dive into the powerful capabilities of the Xedge32 platform and demonstrate how to code the ESP32-S3 using the Lua programming language. Xedge32 is an advanced iteration of Xedge, designed to significantly acc...... читать далее

esp32 xedge32 lua embedded

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

Hey devs! Have you heard about Reactotron? Reactotron is a powerful tool for developing and debugging React Native (and also ReactJS) applications. Developed by Infinite Red, Reactotron provides a desktop interface to monitor and interact with appli...... читать далее

reactnative react javascript

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

As a software developer, it's not always possible to dive deep into the language you're working with, and sometimes it's difficult to find situations where you need to use advanced or non-trivial features. It's easy to use a magic framework, the hard...... читать далее

java javaunderthehood tutorial

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

Introduction Swagger, now part of the OpenAPI initiative, is a powerful tool for documenting and testing RESTful APIs. Using Springfox, you can easily integrate Swagger 3 (OpenAPI 3) with your Spring Boot application. In this article, I’ll guide yo...... читать далее

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

Preface This is the first article in the series "Building a Vue 3 Component Library from Scratch." I have written several articles on this topic before, but upon reviewing them, I found many omissions and areas for improvement. Therefore, I decided...... читать далее

vue

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

Why should you lazy load components? TLDR - For optimised chunk sizes and page load time. I'll share my experience. My chunk sizes in the React production build were huge, much larger than the usual sizes. React 16/Webpack 4 so unfortunately the g...... читать далее

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

Introducing dirb_rust: A High-Performance URL and Port Scanner Introduction I am excited to introduce dirb_rust, a powerful tool designed to check the availability of URLs, scan open ports, and search for API requests on a specified site...... читать далее

vulnerabilities opensource testing rust

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

In this post, I'd like to share how I created a "resource" in Azure portal. By definition, a resource in an Azure portal is a service required to create a product or solution. In Microsoft Azure, everything needed for a business solution is colloquia...... читать далее

azure macos virtualmachine cloud

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

End-to-end (E2E) testing is essential for ensuring that your application works correctly from the user's perspective. This guide will dive into advanced topics in E2E testing, including testing single-page applications (SPAs), progressive web apps (P...... читать далее

webdev testing testdev opensource

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

Testing is a crucial part of software development. It ensures that your application works as expected and helps to catch bugs early. This guide will explore how to test different types of Node.js applications, including a simple web server, a REST...... читать далее

opensource testing unittest