3 TIPS TO PASS THE KCNA CERTIFICATION

I recently passed the KCNA exam. Here are a few advice and enablement materials I would recommend for anyone interested in sitting the exam.

  1. Diffuse learning and focused learning I am not trying to use fancy words here but the methodology I used to prepare for the exam follows the concept of focused learning vs diffuse learning. Focused learning is exactly what you think sitting for hours watching content and reading documentation without any distraction.

SERVERLESS WEBSITE ON AWS PART2

Deploy an Hexo blog on S3 using the deployer. This is part two of that tutorial. We have our blog ready to be updated on the AWS. First if you don’t have one already get an aws account go to https://aws.amazon.com/ and create an account. then Sign in to the console. The first bit of the website is the storage space. We will be using S3 Simple Storage Service of AWS here.

SERVERLESS WEBSITE ON AWS PART1

Serverless Blog Part 1 Building the website. Today let’s get creative . What I will be explaining here is the whole process of building a Serverless blog using AWS. What it consist of is FrontEnd hosted on AWS S3 the website in itself as been generated using Hexo a framework written in Node.JS perfect for static blogs. In order to serve the website with minimal latency I have added CloudFront the CDN service of AWS.