What is Knative?  K for Kubernetes + Native
Deploying AWS Lambda with Terraform

Deploying AWS Lambda with Terraform

Serverless is a hot topic in Cloud, so as Infrastructure as Code(IaC). Infrastructure as code (IaC) tools allow you to manage infrastructure with configuration files rather than through a graphical user interface. IaC allows you to build, change, and manage your infrastructure in a safe, consistent, and repeatable way by defining resource configurations that you can version, reuse, and share.

It’s quite easy to get used to Terraform if you are familiar with CloudFormation as they all being tools to implement infrastructure as code on Cloud Provider, such as AWS. It’s a cornerstone of DevOps, designed to boost the agility, productivity and quality of work within organizations.

This article will cover: the basic components of deploying lambda, and related step to set up a lambda through Terraform.

Read more
CI/CD Deployment with AWS SAM using Github Action

CI/CD Deployment with AWS SAM using Github Action

Data Science and Machine Learning are surely some fast-moving industries and somewhat need you to study at all times to stay ahead and on top in the industry. But the first step of getting into this area seems dreadfully slow due to widely involved technologies and overwhelming terminologies that scare you out of shit.

AWS lowers the barrier to entry for companies and organizations looking for solutions of leveraging ML capabilities by offerings more than 20 services including low-level service like SageMaker, which helps build and manage infrastructure for developing environments, as well as high-level systems like Rekognition that come with pre-built Machine Learning models for image recognition.

This blog will go through nearly all the Machine Learning services offered by AWS.

Read more
Overview of AWS: Machine Learning Services (2022 Edition)

Overview of AWS: Machine Learning Services (2022 Edition)

Data Science and Machine Learning are surely some fast-moving industries and somewhat need you to study at all times to stay ahead and on top in the industry. But the first step of getting into this area seems dreadfully slow due to widely involved technologies and overwhelming terminologies that scare you out of shit.

AWS lowers the barrier to entry for companies and organizations looking for solutions of leveraging ML capabilities by offerings more than 20 services including low-level service like SageMaker, which helps build and manage infrastructure for developing environments, as well as high-level systems like Rekognition that come with pre-built Machine Learning models for image recognition.

This blog will go through nearly all the Machine Learning services offered by AWS.

Read more
LAMBADA Method: How to use Data Augmentation in NLU?
Not Enough Data? Deep Learning to the Rescue!

Modern Android Architecture via MVVM + JetPack

The first Android Development SDK was released in 2007—14 years ago as of this writing. The Android SDK has evolved—significantly—in that time, yet the basic paradigm of loosely coupled layout (usually in XML files) with code in Java (more recently, Kotlin), has largely remained the same.

Now, two years after the launch of Jetpack, we’ve seen tremendous adoption by apps, from large developer teams to those just getting started.

What’s new in Jetpack

Read more

AWS Certified Machine Learning (Specialty) - Topic 1: Data Engineering

AWS Certified Machine Learning - Specialty is an advanced certification a bit different from the others, because it is the only one which focuses on specific sector knowledge not strictly tied to AWS services.

In fact, in order to pass the exam and obtain the certification, it’s fundamental being able to recognize, analyze and optimize different machine learning problems starting from use cases’ descriptions, without them being exclusively linked to peculiar AWS’ solutions.

AWS Machine Learning Specialty

Read more