Handlebars – A More Dynamic Way

Dagin Fullmer Articles, Development Technologies & Tools, JavaScript, Single-Page Application, Tutorial Leave a Comment

Handlebars.js is a popular templating engine based on the Mustache template language. In this blog, we will explore how Handlebars is a dynamic template creation tool and what benefits logic-less templates afford us. During our discussion we will cover Handlebars’ precompiling, partials, and helpers, and how each supports or contradicts dynamic and logic-less templates…

I’m Not Good Enough (Hope They Don’t Find Out)

Jeff Hopper Articles, Opinion, Programming, Soft Skills 4 Comments

Maybe it’s just me, or maybe, you have had thoughts like this too? I’m talking about the infamous “Impostor Syndrome” or “Fraud Syndrome.” It is defined as someone who is “marked by an inability to internalize their accomplishments and a persistent fear of being exposed as a ‘fraud’ despite external evidence of their competence.”

In this blog I will discuss three particular Mindset Shifts that I use when I find myself feeling “the impostor.” Let’s get started…

An Introduction To Underscore.js

Nick Brown Articles, BackboneJS, Development Technologies & Tools, JavaScript Leave a Comment

Underscore is a JavaScript utility library with many useful functions to handle common programming use cases. In this blog, I discuss some of the more useful functions I have found inside of Underscore. Some of the benefits are less apparent in smaller and simpler code chunks. But, as the complexity of the code increases, this is where Underscore really shines as the useful toolbox that it is…

GrokOla Releases API Governance Features

Lauren Fournier Bogner API Development, Articles, Company News, Keyhole, Keyhole Creations Leave a Comment

The Keyhole Labs team is excited to announce that GrokOla now offers API governance features including API documentation and real-time monitoring.

GrokOla is a knowledge documentation engine. In addition to housing wiki content, APIs can now be documented and monitored in real-time. GrokOla allows users to have all API documentation updated, centralized, and searchable from within a private GrokOla instance…

Getting Started With JHipster, Part 2

Matt McCandless Angular, Articles, Development Technologies & Tools, Java, JavaScript, JHipster Series, Microservices, Spring Boot Leave a Comment

In part two of this series, we create a microservice architecture using JHipster’s available options for doing so. There is quite a bit more work to do with this approach as compared with the monolithic approach. But, in the end, it pays off. You will see the benefits and flexibility in decoupling our different layers of our architecture. Each layer will not be dependent upon another to run. Let’s get started…