Pankaj Kumar

Pankaj Kumar

Pankaj Kumar is the founder and CEO of CodeForGeek, with more than 14 years in IT. He is an open-source enthusiast who enjoys sharing what he learns through CodeForGeek and YouTube, with a focus on Python, data analytics, machine learning, Angular, Node.js, and Kafka.

WordPress Publish Post Hook

Wordpress post publish hook

As I have mentioned in our technology stack article, we use WordPress to manage our content. Our front-end is handled and served using Node and MongoDB stack and I needed to connect these two systems (WordPress and custom Node stack)…

5 Free Python Programming Courses for Beginners

Python course

Ever since it came out back in 1991, Python has been one of the most popular programming languages around. It’s useful and relevant for today’s programs as well. It’s great for developing websites and applications, but it’s also perfect for…

MongoDB Basics Tutorial

game development

MongoDB is an open-source and leading NoSQL database. In this tutorial, we will learn MongoDB basic commands. Introduction MongoDB is very popular NoSQL database. MongoDB stores information in a JSON format but not limited to JSON, you can also store…