Questions tagged as 'terminologia'

1
answer

In the Web context what is a proxy?

How do you work with this technology and what is its use on the day of a web application in the case of the client or the server? Use cases can be in any language, just to understand their operation.     
asked by 01.12.2016 / 02:22
1
answer

What are metadata?

I was researching about "sanitize" data and found this answer from @maniero , which cites:    "Delete text snippets in a data entry that have    characteristics of metadata , and therefore may cause some    security issue. " I wou...
asked by 08.03.2018 / 00:17
2
answers

What are the differences between Web App, Native App and Hybrid App?

Whenever I do research on mobile development, I come across three terms that appear a lot in searches. These terms are: Web App Native App Hybrid App And this has generated some doubts that I would like to have clarified, the doubt...
asked by 11.01.2017 / 16:43
2
answers

After all, is Java a platform or a programming language?

I see several materials referring to Java as a technology (platform) and others as a programming language.     
asked by 02.01.2018 / 21:57
3
answers

Is there any nomenclature for variables defined by underline / underscore?

I know there are some rules and conventions for naming variables in programming, such as CamelCase , PascalCase , etc ... What is the term used for a compound name variable (words separated by "_")? Example: nome_da_variavel...
asked by 26.06.2017 / 22:02
1
answer

When should I use the term "url" or "link"?

These days I started a "little debate" here at IT on this subject. I noticed that several functions, where we returned the path of the image (for the browser), was named getImageLink . For example: public function getImageLink() {...
asked by 30.08.2016 / 17:12
2
answers

What are the differences between a code editor, text editor and an IDE?

What's the difference between a code editor, a text editor, and an IDE? People claim that Visual Studio Code is a code editor and not an IDE. I really see that the difference between VS Code and VS is unparalleled, it's as if VS was a God i...
asked by 13.02.2018 / 07:01
2
answers

What is an extensible language?

I have found some extensible language definitions, extensible language , in which it is defined as a language that the programmer can modify. However, I did not quite understand how this can be done. Is it something related to syntax change?...
asked by 03.04.2017 / 22:21
1
answer

What is a T-SQL query?

In the Stack Exchange Data Explorer , specifically in the first line says:    Click the Compose Query button up and start typing your T-SQL query [...] What a free translation would be:    Click the Query button above and start ty...
asked by 04.10.2017 / 16:01
1
answer

What are false positives in programming?

Once upon a time I see this term related to programming and, in order to understand it better, I went to Google search but only found issues related to health and computer virus. In programming I have a very superficial notion on the subject,...
asked by 17.12.2018 / 18:22