About 50 results
Open links in new tab
  1. What exactly is the meaning of an API? - Stack Overflow

    an API (Application Programming Interface) is a set of defined functions and methods for interfacing with the underlying operating system or another program or service running on the computer.

  2. Where and how is the term used "wrapper" used in programming, and …

    The term 'wrapper' gets thrown around a lot. Generally its used to describe a class which contains an instance of another class, but which does not directly expose that instance. The wrapper's main …

  3. rest - What exactly is RESTful programming? - Stack Overflow

    Mar 22, 2009 · The most widely used type of API in the globe is web APIs while an app that sends data to a client whenever a request comes in. In fact, APIs aren't only used to send data and aren't always …

  4. terminology - What is a Shim? - Stack Overflow

    Jan 22, 2010 · In computer programming, a shim is a small library which transparently intercepts an API, changes the parameters passed, handles the operation itself, or redirects the operation elsewhere. …

  5. What's the difference between "call" and "invoke"?

    Aug 29, 2013 · Also, the general (non computer) definition of "invoke" typically means to call out to a higher power for assistance. This would translate to asking an intermediary entity for help in getting …

  6. database - What does "slug" mean - Stack Overflow

    Dec 5, 2010 · A slug is an alternative to a name that would otherwise not be acceptable for various reasons - e.g. containing special characters, too long, mixed-case, etc. - appropriate for the target …

  7. java - What is reflection and why is it useful? - Stack Overflow

    Sep 1, 2008 · What is reflection, and why is it useful? I'm particularly interested in Java, but I assume the principles are the same in any language.

  8. What does "to stub" mean in programming? - Stack Overflow

    For example, what does it mean in this quote? Integrating with an external API is almost a guarantee in any modern web app. To effectively test such integration, you need to stub it out. A good s...

  9. What is scaffolding? Is it a term for a particular platform?

    Oct 24, 2008 · From Wikipedia: Scaffolding is a meta-programming method of building database-backed software applications. It is a technique supported by some model-view-controller frameworks, in …

  10. terminology - Stateless vs Stateful - Stack Overflow

    I'm interested in articles which have some concrete information about stateless and stateful design in programming. I'm interested because I want to learn more about it, but I really can't find any...