Monday, October 5, 2020

What interesting code can you teach a non-technical person in less than 5 minutes?

 


  1. Open chrome window.
  2. Open Quora or Amazon or any site that you like.
  3. Open developer's tool in chrome (If you don't know then press Ctr+Sft+I).
  4. Go to Console.
  5. Write document.designMode = "on"
  6. Start editing web page.

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...