fbpx

Blog

We share what we learn. It is core to who we are.

Writing Throwaway code, Part II: Moving to interactive notebooks in Ruby and Visual Studio Code

Growth Acceleration Partners | June 1, 2022

Programming Language & Frameworks

Writing Throwaway code, Part II: Moving to interactive notebooks in Ruby and Visual Studio Code

Interactive notebooks aren't just for data scientists or Python developers. It's easy to set up a Ruby backed sandbox using Visual Studio Code's Jupyter compatible notebook support.

Read More
Writing Throwaway Code, Part I: A file at a time using Ruby and Bundler inline

Growth Acceleration Partners | April 13, 2022

DevSecOps, Programming Language & Frameworks

Writing Throwaway Code, Part I: A file at a time using Ruby and Bundler inline

This article provides insights into how our backend developer sometimes leverages throwaway code. Maybe you’ll learn something to apply to your next learning venture.

Read More
Lab Notes: Looking at NestJS framework for Web Apps – Overview, Performance, Thoughts

Growth Acceleration Partners | March 22, 2022

DevSecOps, Programming Language & Frameworks, Software Development Process

Lab Notes: Looking at NestJS framework for Web Apps – Overview, Performance, Thoughts

NestJS is an open-source and scalable framework for building server-side web apps. We’ll discuss NestJS performance, overview, thoughts, and pitfalls.

Read More
Triggering MacOS Notifications inside the Unix Pipeline with Tee, Grep, and Xargs

Growth Acceleration Partners | August 6, 2020

Programming Language & Frameworks, Software & Data Engineering

Triggering MacOS Notifications inside the Unix Pipeline with Tee, Grep, and Xargs

We sit on a mountain of incredible tools, and it's fun to root around in them and slap something together.

Read More
An Introduction to Features of Microservices Decoupling and Componentization

Rodolfo Acuna | June 28, 2018

Programming Language & Frameworks, Software Development Process

An Introduction to Features of Microservices Decoupling and Componentization

Microservices Overview Architecture is an important aspect of software development for most solutions regardless of the programming language they are written in.  A well-architected software solution lends itself to being easy to maintain, debug and add extensions with new features.  On the other hand, a poorly architected software solution can be difficult to change or […]

Read More