• Certifications

    Facebook Blueprint Certification

    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…

  • Data and AI

    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…

  • Academia - Coding - Data and AI

    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…