Questions tagged as 'terminologia'

2
answers

What is the difference between "lambda" and LINQ? How to differentiate them in a sentence?

I often see terms like LINQ query and lambda expressions . Then the question came up, What I'm doing is a LINQ query, a lambda expression, or both? Ex1: var query = Produtos.Where(p => p.Descr.StartsWith("A")).Take(10); Ex2: var...
asked by 09.08.2015 / 04:07
2
answers

What is deep learning?

Reading one of the answers, about Algorithm to detect nudity with good precision , I saw that a term that is very quoted and referred to is Deep Learning . For me, translating Deep Learning, it did not make much sense. What is Deep Learni...
asked by 07.07.2017 / 16:35
4
answers

What is the difference between continuous integration and continuous delivery?

They are two widely used terms, and often even synonyms. But what is the difference between them (if any)? What are the most common tools used in both scenarios?     
asked by 06.02.2017 / 16:33
1
answer

What is POSIX?

I know the acronym Portable Operating System Interface (POSIX), but what is it? Is it UNIX? Can not Windows be POSIX? What does it matter to the developer?     
asked by 04.04.2017 / 12:57
2
answers

What is the difference between a programmer and a software engineer?

I am aware that the site already has the questions
asked by 25.05.2017 / 19:57
5
answers

What is an SDK?

Until recently, I always saw SDK as something related to the Android universe. However I have noticed some PHP libraries that also use the SDK name. For example: pagseguro-php-sdk facebook / graph-sdk But what would an SDK be?...
asked by 21.03.2017 / 17:28
2
answers

foo and bar - Does it have any special meaning?

In most code examples in various languages, I see these two names for variables - foo and bar . Is there any special meaning for them?     
asked by 10.07.2016 / 07:15
3
answers

What are friendly URLs?

What are friendly URLs? What is your purpose? When is it recommended to use friendly URLs instead of regular URLs? Is it related to performance?
asked by 13.05.2016 / 15:20
3
answers

What is the definition of verbose code? And why is it interesting to reduce it?

Recently I've heard about verbose code reduction (along with the term boiler plate code ), and also studying ES6 by falling into arrow-functions . Would you like a clearer definition of what verbose code would be? And why is it interesting to...
asked by 23.12.2016 / 12:26
3
answers

What is the difference between vertical and horizontal scaling?

Recently I've seen some issues about cloud , BD's , etc. In some of these subjects I see a lot of escalation . Faced with this theme I have the following doubts: What is the difference between vertical and horizontal scaling? Are there...
asked by 20.10.2016 / 15:12