Category Selected:

12-modules-of-forgebox-christmas

Blog

The 12 Modules of (ForgeBox) Christmas — Day 12 — CFFractal

Eric Peterson |  December 25, 2017

Welcome to the last day of (ForgeBox) Christmas! I hope you have enjoyed this crash course in these different modules. The ForgeBox ecosystem is vast and wonderful. Next time you have a need, open up https://www.forgebox.io and check to see what the community has already contributed. Let's end today with an introduction to CFFractal, an API marshalling module.

Read More

The 12 Modules of (ForgeBox) Christmas — Day 11 — CommandBox Migrations

Eric Peterson |  December 24, 2017

Let's tackle a powerful module today. It will take quite a bit of configuration, but hopefully you will see the usefulness of this module by the end of this post. Meet CommandBox Migrations, a tool for managing and running your database migrations with CommandBox.

Read More

The 12 Modules of (ForgeBox) Christmas — Day 10 — TestBox Snapshots

Eric Peterson |  December 23, 2017

Today's featured module is a TestBox module that introduces snapshot testing capabilities to TestBox. If you've avoided testing your legacy applications, come see how TestBox Snapshots can get you started.

Read More

The 12 Modules of (ForgeBox) Christmas — Day 9 — verify-csrf-interceptor

Eric Peterson |  December 22, 2017

I love modules that help me do the right thing in my code, especially when I often forget to do something. Today's module is very straight-forward — verify-csrf-interceptor — an interceptor that will automatically check for CSRF tokens for all non-GET requests to help protect against cross-site request forgery.

Read More

The 12 Modules of (ForgeBox) Christmas — Day 8 — CommandBox Githooks

Eric Peterson |  December 21, 2017

A short one but a good one today. Let's see how we can automate tasks with CommandBox Githooks.

Read More

The 12 Modules of (ForgeBox) Christmas — Day 7 — cfcollection

Eric Peterson |  December 20, 2017

Learn about a cross-engine. expressive, and extendible functional programming library today — cfcollection.

Read More

The 12 Modules of (ForgeBox) Christmas — Day 6 — qb

Eric Peterson |  December 19, 2017

In the CFML scene, there seems to be two names when it comes to data persistance plain ole' cfquery and ORM — not much inbetween. Our module highlight today is out to change that.

Meet qb.

Read More

The 12 Modules of (ForgeBox) Christmas — Day 5 — whoops

Eric Peterson |  December 18, 2017

Today let's look at a quick, fun module today. It will make your exception experience in development just a little bit nicer. It's called whoops.

Read More

The 12 Modules of (ForgeBox) Christmas — Day 4 — cbvalidation

Eric Peterson |  December 17, 2017

As a holiday song reminds us, we should be "...making a list, checking it twice." Client-side validation is the first check. Server-side validation is the second. And an excellent module to help us with server-side validation is cbvalidation.

Read More

The 12 Modules of (ForgeBox) Christmas — Day 3 — str

Eric Peterson |  December 16, 2017

Modules don't have to be big. In fact, the Unix philosophy says to do one thing and do it well. While modules on ForgeBox run the gamut of [d]oing one thing](https://www.forgebox.io/view/orm-reload-interceptor) and full blown frameworks, today we will look at one of the utility libraries on ForgeBox — a string manipulation library called str.

Read More