Tuesday, February 25, 2020

Learning any Technology


The following are the main things to learn any technology.


  1. Go to its official Web Site and learn the Getting Started and then read the complete documentation.
  2. Read any best book on that technology.
  3. Teach to any body about this technology which you have learned.
  4. Practice that technology.
  5. Revise the technology at some intervals.



No comments:

Post a Comment

Recent Post

Databricks Delta table merge Example

here's some sample code that demonstrates a merge operation on a Delta table using PySpark:   from pyspark.sql import SparkSession # cre...