Caleb Mabry
Coding

Coding

Follow
homebadges

First Impressions? Outerbase is Outer this world!

Sep 8, 20232 min read

Exploring the mystical lands of Outerbase and using it as a Database Explorer · The tech world is constantly evolving, with a slew of new technologies...

First Impressions? 
Outerbase is Outer this world!

Accelerate Your AWS Lambda Journey with the TypeScript Lambda Boilerplate

Sep 3, 20232 min read

TypeScript Lambda Boilerplate: Making AWS Lambda a Piece of Cake! · Are you intrigued by the potential of AWS Lambda but hesitant due to the perceived...

Accelerate Your AWS Lambda Journey with the TypeScript Lambda Boilerplate

JavaScript Callbacks

Sep 14, 20221 min read

Haven't had anyone call recently? Try and make your function callback instead! · You know how you can pass all sorts of things as arguments into a...

JavaScript Callbacks

How I've Been Compiling on Fedora

Sep 14, 20222 min read

Compiling is as easy as 1, 2, ...3? · Originally, I was beginning to work on a larger C++ project that used QtCreator and the Qt Framework. Since I've...

How I've Been Compiling on Fedora

JavaScript Scope

Sep 13, 20222 min read

A quick and easy way to see examples of Function, Block, and Global Scope within JavaScript · Function Scope When you create a function, the variables...

JavaScript Scope

Chaining Functions in Javascript

Sep 13, 20221 min read

When you're chaining a function, it's important to return this. If you're not sure what this is, read about it here.. Make it with a class...

Chaining Functions in Javascript