How to use LocalStack to debug serverless functions without deploying them

Writing AWS Lambda functions using the Serverless Framework makes it easy to manage dependencies that your functions depend on as far as third-party packages or keeping track of the AWS resources that your service utilizes. The Serverless Framework automates a lot of the resource … | Continue reading


@chariotsolutions.com | 1 year ago

Spring Cloud Sleuth: A Simple Approach to Adding Distributed Tracing

An overview of Spring Cloud Sleuth; a simple way to get the power of distributed tracing in your Spring Boot applications. Covers implementation, examples, and common pitfalls. | Continue reading


@chariotsolutions.com | 2 years ago

SWR: An automatically refreshing datasource for React and Next.js

In this post I take a look at SWR, a data fetching API from Vercel. This API can automatically refresh, cache data, and handle pagination. It has special integrations with Next.js. A github sample repo is available. | Continue reading


@chariotsolutions.com | 2 years ago

Redux Toolkit: simplify and standardize your Redux configuration

Are you using Redux to manage state in your React application, or thinking of rolling out Redux to simplify the prop passing and component state in your project?The Redux team has developed a toolkit to simplify and standardize some of the techniques used to roll out a Redux-base … | Continue reading


@chariotsolutions.com | 2 years ago

TechCast #112 – ETE 2019 Keynote Brian Goetz

Continue reading


@chariotsolutions.com | 4 years ago