Amazon Translate Custom Terminologies

Let’s take a look at how we can use Amazon Translate, including using custom terminologies to customize our translations with specific vocabulary between languages.

In this case, let’s imagine I’m translating marketing speak between languages for my cloud consulting company Stormlight Consulting. I’d like to translate the text I’ve already written in English for a Spanish speaking audience.

Creating Your First Python API with Flask

In this tutorial, we’ll use Flask to create an API that serves up historical weather data in the Seattle area. We’ll put together a very simple API using open weather data and finally, we’ll suggest a few modifications you could make to continue expanding and improving the functionality of your API.

Creating Your First Containerized Flask Application with AWS ECS and Docker

Interested in creating and deploying your own Flask application using Docker and ECS? Well, good news, I just published a post on how you can do this. Here are the highlights:

Python Requests and Beautiful Soup - Playing with HTTP Requests, HTML Parsing and APIs

Recently, while running the Redmond Python Meetup I’ve found that a great way to get started using Python is to pick a few common tools to start learning. Naturally, I gravitated towards teaching the basics of one of the most popular Python packages - Requests. I’ve also found it’s useful to throw in using Beatiful Soup to show folks how they can efficiently interact with HTML data after getting an HTML page.

Sound interesting? Let’s look at what I typically cover - including a few basic examples of how you can use Requests to make HTTP GET and POST requests.

New AWS Certified Developer - Associate Level Preparation Course

I’m happy to annouce my newest course, the AWS Certified Developer - Associate Level certification prep course.

This course is by far the largest one I’ve ever done and has a LOT of content. There are over 14 hours of videos, as well as a variety of labs, flashcards, and quizzes.

Here’s a sneak peak of what you can expect inside one of my favorite labs: An example lab image for Step Functions