A Simple Parent Class for JADE Agents

The JADE Agent class—which your agents must extend in order to be recognized by the system as an actual agent—offers the minimum functionality. Although it’s totally fine, there’s no harm in adding a couple more features to it. The ones I think many agents would like to have right from the start. Here’s a simple suggestion.

Gatsby on AWS: Creating a CI/CD Pipeline

AWS S3 service is a perfect place for your static website. It’s fast, it’s cheap, and it’s easy to set up. In this tutorial, we will see how you can serve your Gatsby website from an S3 bucket. More importantly, we will create a CI/CD pipeline—using GitHub and AWS CodePipeline—to move our project to an amazing level.