Dynamodb Database Debugging Aws Getting item count from DynamoDB query, with pagination At work I had another bug that ended up having to do with database pagination in DynamoDB.
Debugging Aws Serverless Debugging serverless: 'AWSLambdaFullAccess does not exist' I don’t write down the solutions to bugs often enough, so here is how I solved a serverless bug today.
Dynamodb Database Debugging Aws DynamoDB scans and pagination Today I was working on a task that involved archiving some old data in DynamoDB. I didn’t want to permanently delete my data, so I needed to retrieve the data, create a new
Aws Debugging Serverless Debugging serverless - Eventbridge rule already exists I recently came across a bug while deploying a serverless microservice using github actions. I may have seen this error before at some point, but I never wrote down the solution, so here
Javascript Debugging Debugging - forEach with async/await This week I learned that you do not use forEach loops with async/await.
Aws Ec2 Linux Debugging How I lost, and regained, ssh access to my AWS EC2 This is a long story so I will leave out extra details to keep it (somewhat) brief.
Debugging React Debugging front-end graph libraries - recharts My company does a lot of data analytics, which means on the front end we work with a lot of graphs. Today I’ll talk about some difficulties I had debugging a new dashboard
Javascript Debugging Memory Dealing with memory leaks While working on a particularly difficult task at work I ended up learning a lot about memory leaks.
Jekyll Debugging Deployment New jekyll site part 3 - errors with deployment I made my changes to CSS without any more problems and I cleaned up my markdown files, as I mentioned last time. I figured now would be as good a time as any
Jekyll Gulp Debugging New jekyll site part 2 - errors with Gulp Continuing from my last post, where I began to describe the process of making this blog.
Dotnet Javascript Debugging The importance of a hard refresh Recently I was working on a task for my practicum. The task was to add a delete button to two of the pages and ensure it redirected to the correct page once an
Dotnet Debugging Csharp Sql A few .NET errors and solutions Here are a few errors I received while working on a .NET application, and how I solved them.