Skip to content

Blog


Some interesting stuff I came across...
Blog title Image
Creating and Deploying Custom Lambda Layers for Python Functions

September 2, 2024

A step-by-step guide on creating and deploying custom AWS Lambda layers to include additional Python dependencies, featuring a bash script for building layers locally.

Read more
Blog title Image
AWS Python Lambda Timeout Handler

August 2, 2024

Learn how to handle AWS Python Lambda timeouts effectively using a timeout handler to manage long-running processes and ensure seamless execution, even past the 15-minute limit.

Read more
Blog title Image
Building a GenAI-powered Excel Add-in - Part 03 - Backend Integration

May 10, 2024

In Part 3 of the tutorial, learn how to build and integrate a backend server using FastAPI and Python, and connect them to our Frontend.

Read more
Blog title Image
Building a GenAI-powered Excel Add-in - Part 02 - Generating Graphs

April 15, 2024

Part 2 of our tutorial series shows how to improve your Excel Add-In by adding interactive features that create graphs from your data.

Read more
Blog title Image
Building a GenAI-powered Excel Add-in - Part 01 - Getting Started Developing Office Add-Ins

April 8, 2024

Discover how to create a Excel Add-In with Vue.js in Part 1 of this tutorial series.

Read more
Blog title Image
Manage Multiple SSH Key for GitHub on One Machine

March 23, 2024

Learn how to seamlessly manage multiple GitHub accounts on a single machine using distinct SSH keys, from key generation to repository configuration.

Read more