Skip to content

Instantly share code, notes, and snippets.

View GiovaniPM's full-sized avatar
🎯
Focusing

Giovani Perotto Mesquita GiovaniPM

🎯
Focusing
View GitHub Profile
@GiovaniPM
GiovaniPM / RegExp.md
Last active April 29, 2021 20:46
Regular Expression

Regular Expression

Conceito

Uma expressão regular é um método formal de se especificar um padrão de texto.

Aplicações:

  • procura;
  • substituição;
@GiovaniPM
GiovaniPM / Systen Analysis and Design.md
Last active April 10, 2024 05:12
Systen Analysis and Design

System Analysis and Design - Overview

Systems development is systematic process which includes phases such as planning, analysis, design, deployment, and maintenance. Here, in this tutorial, we will primarily focus on:

  • Systems analysis
  • Systems design

Systems Analysis

It is a process of collecting and interpreting facts, identifying the problems, and decomposition of a system into its components.

@GiovaniPM
GiovaniPM / Six Sigma.md
Last active August 7, 2022 22:04
Six Sigma

Six Sigma - Introduction

Six Sigma is a highly disciplined process that helps us focus on developing and delivering near-perfect products and services.

Features of Six Sigma

  • Six Sigma's aim is to eliminate waste and inefficiency, thereby increasing customer satisfaction by delivering what the customer is expecting.
  • Six Sigma follows a structured methodology, and has defined roles for the participants.
  • Six Sigma is a data driven methodology, and requires accurate data collection for the processes being analyzed.
  • Six Sigma is about putting results on Financial Statements.
@GiovaniPM
GiovaniPM / Software Testing.md
Last active February 22, 2023 18:34
Software Testing

Software Testing - Overview

What is Testing?

Testing is the process of evaluating a system or its component(s) with the intent to find whether it satisfies the specified requirements or not. In simple words, testing is executing a system in order to identify any gaps, errors, or missing requirements in contrary to the actual requirements.

According to ANSI/IEEE 1059 standard, Testing can be defined as - A process of analyzing a software item to detect the differences between existing and required conditions (that is defects/errors/bugs) and to evaluate the features of the software item.

Who does Testing?

It depends on the process and the associated stakeholders of the project(s). In the IT industry, large companies have a team with responsibilities to evaluate the developed software in context of the given requirements. Moreover, developers also conduct testing which is called Unit Testing. In most cases, the following professionals are involved in testing a system within their respective capa

@GiovaniPM
GiovaniPM / 00 - Cover.md
Last active August 7, 2022 22:01
Behavior Driven Development Tutorial

Learn Behavior Driven Development

@GiovaniPM
GiovaniPM / B57ARRAY
Last active March 29, 2021 02:49
Função para trabalhar com arrays
EVENTS
C Function: Função para trabalhar com arrays
Data Structure: D57ARRAYB - Finaliza o Array
BF idArray [GENLNG]
BF cCodigoErro [EV01]
BF szMensagemErro [STR350]
Header File: b57array.h
/*****************************************************************************
@GiovaniPM
GiovaniPM / Cool links.md
Last active May 30, 2022 13:31
LInks diversos