Sass

Structuring CSS Selectors With Sass Mixins

Lawrence Chabela Articles, CSS & HTML, Development Technologies & Tools, Single-Page Application 2 Comments

Attention: The following article was published over 10 years ago, and the information provided may be aged or outdated. Please keep that in mind as you read the post.CSS naming can be one of the most challenging things in creating large-scale style systems in an application. There have been a lot of great practices, methodologies, and conventions that have arisen …

Devops Microservices Breakfast Boost

Breakfast Series Scheduled: Microservices and DevOps Education

Lauren Fournier Bogner Articles, Company News, DevOps, Microservices, Testing Leave a Comment

Attention: The following article was published over 10 years ago, and the information provided may be aged or outdated. Please keep that in mind as you read the post.Keyhole Software has released a schedule of upcoming educational events that are open to the public. Keyhole is hosting two free Breakfast Boost events to advise members of enterprise development teams on important and …

Trouble Maker

Failure As A Use Case: Introducing Trouble Maker

David Pitt Articles, Development Technologies & Tools, Keyhole Creations, Microservices, Programming, Testing, Tutorial Leave a Comment

Attention: The following article was published over 10 years ago, and the information provided may be aged or outdated. Please keep that in mind as you read the post.For too many reasons to count, it is nearly a guarantee that your production software systems will fail in some way. We attempt to QA our software, which essentially tests application “business” …

Rethinkdb

Real-Time Applications With RethinkDB

John Hoestje Articles, Databases, Development Technologies & Tools, JavaScript, Microservices, Node.js 1 Comment

Attention: The following article was published over 10 years ago, and the information provided may be aged or outdated. Please keep that in mind as you read the post.In the last several years, there have been new requirements and expectations placed on enterprise applications that have dramatically increased application code complexity. Users want dynamic websites that provide instant data feedback …

webpack

BackboneJS with Webpack: A lesson in optimization

Brandon Klimek Articles, BackboneJS, Development Technologies & Tools, JavaScript, Microservices 2 Comments

Attention: The following article was published over 10 years ago, and the information provided may be aged or outdated. Please keep that in mind as you read the post.Developing a large BackboneJS application presents a unique design problem. As developers, we like to organize our code so it is understandable, logical, and predictable. However, doing so can cause performance issues on …