Creating an API with AWS: Part 4: Cognito Authentication
In my post Creating an API with AWS: Part 3: Additional Endpoints, I updated the simple AWS API endpoint with additional endpoints. In this post,...
Let’s talk about code
In my post Creating an API with AWS: Part 3: Additional Endpoints, I updated the simple AWS API endpoint with additional endpoints. In this post,...
In my post Creating an API with AWS: Part 2: DynamoDB, I updated the simple AWS API endpoint with a DynamoDB database table for data...
In my post Creating an API with AWS, I demonstrated how to use a CloudFormation template to create a simple API with AWS. In this...
When developing an API (Application Programming Interface) from scratch, there are many things to think about. Where to host it, how to deal with load...
In Part 2, I showed you how you already know about variables, data types and operators. Here’s even more you already know about coding. You...
Perhaps you read my blog post You Already Know How to Code and you need more convincing. Well, OK then, here are more ways in...
Maybe you’ve never tried programming. Maybe you’re interested, but afraid you wouldn’t be able to do it. What if I were to tell you that...
There are a few ways to send emails with python, but I wanted to find a way that was quick to implement, free, secure, with...
What is a decorator? Despite its name, a decorator doesn’t make python prettier. A decorator in python is a function that augments or modifies another...
I enjoy logic puzzles, so this week I thought I’d challenge myself to solve a New Scientist logic puzzle using code, and share with you...
Recent Comments