Facebook Blueprint certification is a popular certification program for digital marketeers by Facebook. Facebook itself design the course outline and exam questions. I took the exam on June 22nd, 2020. Thanks to Facebook Developer Circles team for sponsoring the exam cost for DevC Leads who completed the course materials on…
-
-
Working with GIS / Spatial Data and PostgreSQL
Intro to PostgreSQLPostgreSQL is an open-source object-relational database system. It usesSQL language to perform operations. PostgreSQL is known for safely storing data that is also and scale-able in the most complicated data workloads.PostgreSQL born in 1986 at the University of California at Berkeley.PostgreSQL built-in got many amazing features aimed to…
-
Product Masterclass: How to Build World-Class Products
This pandemic gave all of us enough time to go back to the classroom (virtually) and learn something. I took the masterclass from ProductSchool on building World-Class products. There were 5 lessons in total learning of 200+ minutes. The lessons were How to Optimize Your Product Using Analytics Why Analytics…
-
Hands-on with MongoDB
MongoDB is a popular database program. This is highly popular for cross-platform development. It doesn’t have any tables but stores data in a JSON like file system. Entries are called documents. Speciality about MongoDB is: in MongoDB you don’t need to create predefined table structures. You can add any kind…