I often see the words "specification" and "implementation", but I do not know the difference between one and the other. For example:
It is possible to have control over the garbage collector, this just does not occur with Java in its defau...
I always read things related to the assembler and I get confused. At first, I thought this was a mess and that assembler was the same thing as assembly. But it does not look like this.
What is assembler? And what's your relationship with asse...
What is monkey patch in programming and what is the usefulness and risk of using such a technique?
Does this concept vary from technology to technology, from language to language, or from what?
And another question: why this weird name?
...
I know that a framework is like an application to be used in applications, but is it correct to say that a framework is based on a certain language? Example:
jQuery is a JavaScript-based framework
And what's the difference of a fr...
I am preparing reference material on functional programming using the OCaml language and would like a good translation into Portuguese of the word flush , commonly found in the description of inbound and outbound operations.
More prec...
I noticed that in several programs and in several places they use NuGet , I even had to use one myself, but I used it without knowing the definition of it, can I say that it would be an extension? >
I have long worked with MVC frameworks in PHP, such as Symfony , Laravel and Codeigniter .
Generally, when it comes to the Views framework, there are always features to make it easier to include files like Css and...
I always see the CORS word related to an error occurring when trying to make a XmlHttpRequest request for a given page, which does not have the same domain as the source.
Example:
XMLHttpRequest can not load link . Response to...
In my Operating Systems class the teacher quoted a term that left me a bit confused, which is word of a CPU (Central Processing Unit) and he did not go into the explanation of this term, said that it may have different sizes in relation to the...
Researching on Evolutionary Programming, I came across the question What are genetic algorithms?
In an excerpt from the answer:
... Genetic algorithms are a particular class of algorithms
evolutionary ...
So, I'd like to know:...