Skip to content
  • About Me
  • Visit Me, LinkedIn
  • Helpful Resources
  • Kids Series
  • Books to Checkout
  • Software Engineering
  • General Posts

Shane Crouch

"Software Engineering is not just a job. It's a craft, sometimes considered art, and most of the time is just FUN!"

Code Snippets

JavaScript: Function Factory Example

May 19, 2016August 28, 2016 Shane Crouch

function greeting(myGreeting){ return function(whoToGreet){ return myGreeting + ‘ ‘ + whoToGreet; }; } var greetingsFromShane = greeting(‘Hi this is Shane. Welcome’); var greetingsFromChiayi = greeting(‘Hi this is Chiayi. Nice to […]

Categories

  • Architecture & Design
  • Code Snippets
  • General Posts
  • How-to
  • JavaScript: Basic Examples
  • Node
  • REST
  • Software Engineering

Pages

  • About Me
  • Books to checkout
  • Contact Me
  • Disclaimer
  • Helpful Resources
  • The Coding Zoo

Recent Posts

  • Spring Boot: Setup Swagger to Document Your REST Resources
  • Spring Boot: Setup Jersey Configuration and Resource/Endpoint
  • REST (JAX-RS) Spring Boot Base Project, Setup through IntelliJ IDEA
  • OODP: GRASP
  • OODP: Single Responsibility

Recent Comments

    Archives

    • April 2017
    • September 2016
    • August 2016
    • May 2016
    • March 2016

    Meta

    • Log in
    • Entries feed
    • Comments feed
    • WordPress.org

    Categories

    • Architecture & Design
    • Code Snippets
    • General Posts
    • How-to
    • JavaScript: Basic Examples
    • Node
    • REST
    • Software Engineering

    Recent Posts

    • Spring Boot: Setup Swagger to Document Your REST Resources
    • Spring Boot: Setup Jersey Configuration and Resource/Endpoint
    • REST (JAX-RS) Spring Boot Base Project, Setup through IntelliJ IDEA
    • OODP: GRASP
    • OODP: Single Responsibility

    Pages

    • About Me
    • Books to checkout
    • Contact Me
    • Disclaimer
    • Helpful Resources
    • The Coding Zoo
    Proudly powered by WordPress | Theme: Alizee by aThemes