Thursday, October 18, 2018

My Favourites

 


My Favourites

Here are books, videos and websites that I personally liked a lot and strongly recommend.

Websites

The following are websites that I like and use to enhance my knowledge.

https://www.w3schools.com/Provides simple and precise tutorials covering HTML, CSS, JavaScript, SQL and many others.
https://www.khanacademy.orgProvides a lot of videos to learn Maths, Physics, Finance, Programming and many more.
https://www.stackoverflow.comIf you can't find solution to your technical problem elsewhere, do search in stackoverflow to get answers.
https://www.tutorialspoint.comLots of tutorials that are easy to follow as they are precise and concise.
https://www.udemy.comHosts a lot of video courses covering a lot of technical and non-technical topics. Some courses are free and some are to be purchased.

Here are my courses in Udemy.com: [C Language For Beginners]   [C Language Interview Questions]
https://www.udacity.comProvides a lot of video courses covering all advanced topics like AI, Data Science, Programming and many more.
https://www.coursera.comThis provides video courses created by various top universities like Stanford, Yale University, Johns Hopkins, National University of Singapore.

Books

The following are books I enjoyed reading.

  • The Outliers - Malcolm Gladwell
  • Factfulness - Hans Rosling
  • Bad Blood - John Carreyrou
  • Thank you for being late - Thomas L. Friedman
  • Shoe Dog - Phil Knight
  • Long walk to freedom - Nelson Mandela
  • You can win - Shiv Khera
  • The Monk who sold his Ferrari - Robin Sharma
  • To kill a mockingbird - Harper Lee

Inspirational Videos

These are some of the videos that I found quite inspirational.

No comments:

Post a Comment

CORBA Java Tutorial using Netbeans and Java 8.

CORBA-Example A simple CORBA implementation using Java Echo.idl module EchoApp{ interface Echo{ string echoString(); }; }; ...