How To Connect JAVA To MongoDB

In this tutorial, I want to share my experience in connecting JAVA to MongoDB. My maven dependencies: <dependency> <groupId>org.mongodb</groupId> <artifactId>mongodb-driver</artifactId> <version>3.9.0</version> </dependency> <dependency> <groupId>org.mongodb</groupId>

Read More

JAVA Web Crawler Using Jsoup

In this tutorial, I want to share my learning experience about web crawler using jsoup framework. For the beginning, I write a simple code

Read More

Basic ASP C#

I hope this first tutorial can help you to answer below question: How to load AspxGridView How to read Web.Config file How to get

Read More

JAVA XML Validator

In this tutorial, i will give you an example how to validate xml file based on xsd in JAVA. Below code will validate and

Read More

Pandas DataFrame

i hope this post will be helpful for all beginner of python, especially to pandas user. i use winpython as the environment. sample_data.csv COL1

Read More