Blogs
How To Build a Login & Authentication Boilerplate From Scratch Using Amazon Cognito & AWS Amplify
In our recently published medium.com article titled ‘Cognito + Amplify Integration Framework’, we have shared a login & authentication boilerplate that enables our clients to kickstart deployments by quickly interfacing their applications with Cognito. This is a...
Building a CI/CD Workflow with CircleCI
Leveraging CircleCI to Build a CI/CD Pipeline For The Healthline Media Activation Platform Healthline Media, a TrackIt AWS Managed DevOps customer, was in need of a CI/CD pipeline for its Healthline Activation Platform packaged in a Windows Docker container. ...
Creating Our First Company Introduction Video — The Process
A well-made company introduction video is an incredibly effective tool to humanize your company. Not only does it serve as a means to quickly introduce your company online to prospects, but it also allows you to subtly communicate your company’s mindset and...
Amazon DynamoDB to Aurora PostgreSQL ETL Pipeline Architecture
Deriving The Benefits of Both NoSQL and SQL Databases In a world where an ever-increasing amount of data is being gathered, companies often find themselves without the tools to optimally use the often unstructured data they’ve gathered. To get a better idea of what...
AWS API Gateway 101: Creating an API with Python, Cognito, and Serverless
The goal of this tutorial is to return a “Hello World” if you connect and authenticate successfully to our 100% serverless application. You will discover in this article how to take advantage of AWS Cognito, deploy an AWS API Gateway and a few lambda functions through...
Caveats of Completely Moving an IIS Website to a Windows Container
Microsoft has introduced Windows Containers, which are based on the same technology as Linux containers, but have some gotcha and caveats to them, especially when working with provided Microsoft images. If you want to learn more about Windows Containers Size One of...