Posts

Showing posts with the label training institutes in madurai

1. MongoDB for Java Developers

Learn everything you need to know to get started building a MongoDB-based app. This course will go over basic installation , JSON, schema design, querying, insertion of data, indexing and working with the Java driver. In the course, you will build a blogging platform, backed by MongoDB Objective After completing this course, you should have a good understanding as to how applications are built on top of MongoDB using Java. This course should also prepare you to take the C100DEV: MongoDB Certified Developer, Associate Level exam. Register for next exam session to become a MongoDB Certified Professional. Agenda Week 1: Introduction and Overview Week 2: Creating, Reading and Updating Data (CRUD) Week 3: Schema Design Week 4: Performance Week 5: Aggregation Framework Week 6: Application Engineering Week 7: Case Studies Java is one of the most popular programming languages in the MongoDB Community. For new users, it’s important to provide an overv...

PHP Hypertext Preprocessor

PHP Hypertext Preprocessor It is a server-side scripting language which uses the HTML scripts for web designing . Besides that it is also used as general purpose programming language to give instructions to computer. It was created by Rasmus Lerdorf in 1994 and came into existence in 1995. What is Web Designing? It is process of designing a website. Designing process involves planning, creating and updating the websites. Web Designing includes: Graphic designing User Interface designing Search engine Optimization. What is HTML? HTML stands for Hypertext Markup language. It is used for creating web application and web pages. It creates a web page or web application using HTML codes. It doesn’t need any special software to write its code. The cool feature about HTML is that it just needs a Notepad to write its code and a Browser to execute it. What is Server Side Scripting? Server side scripting is a technique used in web development which uses Scripts...