
Category Archives: Computers
This category contains the blogs related to computer related technologies like java, Yui, Gwt, Java script, Distrubuted computing etc
Certificate – PCAP – Certified Associate in Python Programming

I have been programming in python since last 5 to 8 years. I have cleared he exam with 92%.
I have uploaded the PCAP mock exams on my youtube channel:
Python PCAM Mock Practice Exams I practiced before my exam:
https://linuxacademy.com/cp/coursescheduler/view/id/436675
https://www.udemy.com/course/pcap-certification-python-practice-test/learn/quiz/4953280#overview
Why array index starts with zero

formula to get address based on index is
Base address + index X size of cell in array
Array is a continuous space in memory, hence to get the value based on index we need to get the address.
arr[3] = base address + 3 x 1
To use 1 based index, we can use the formula formula
Base address + (index – 1) X size of a cell in array
addition resource – https://www.cs.utexas.edu/users/EWD/transcriptions/EWD08xx/EWD831.html
My public talk on “What is server less computing?”
I presented “What is Serverless computing?” in a recent public talk organized by https://www.letustalkit.com/letustalkit-webinars.

AWS services graph

I found this graphic quite useful to get the scope of all of the pieces in AWS
Play game and learn git
This is a fun way to learn. you would play a game and learn concepts of git. Try it its fun
ORAI mobile app: AI Communication Coach to help with public speaking
ORAI is mobile app with a mission to help everyone overcome their fear of public speaking.
Orai analyzes your speech and gives instant feedback on where and how to improve. Improve your communication has been never easier!
Orai allows you to record anytime anywhere so if you cant make it to the toastmasters meeting or if you are feeling nervous 20 mins before your presentation. Just open Orai and practice your speech!
Whether your need help with a job interview, a presentation or just in improving your skill, Orai has got your back!
They also have bite-sized lessons to guide you on your journey towards improvement.
Buddha doodles website for cute cartoons with meaning ;-)
This site provides a lots of nice images with nice thoughts and cute cartoon which can be used in presentations and shared with friends and family.
Go and please check it out.
What is multi-factor Authentication?
What is multi-factor Authentication? It is a very important security feature to avoid hacking attempts.
I have explained the same in this youtube video. Hope you would learn something from this 🙂
Certificate – Python 3: Project-based Python, Algorithms, Data Structures

This certificate above verifies that Aseem Jain successfully completed the course Python 3: Project-based Python, Algorithms, Data Structures on 01/25/2020 as taught by Mashrur Hossain, Nathan House on Udemy. The certificate indicates the entire course was completed as validated by the student.