Skip to main content

Posts

Express.js Tutorial

Express is a fast, assertive, essential and moderate web framework of Node.js. You can assume express as a layer built on the top of the Node.js that helps manage a server and routes. It provides a robust set of features to develop web and mobile applications. It can be used to design single-page, multi-page and hybrid web applications. It allows to setup middlewares to respond to HTTP Requests. It defines a routing table which is used to perform different actions based on HTTP method and URL. It allows to dynamically render HTML Pages based on passing arguments to templates.

node.js tutorial

node.js is a open source server environment. Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js is free,it is cross platform means runs on various platforms (Windows, Linux, Unix, Mac). Node.js uses JavaScript on the server.

CSS TUTORIAL

CSS Tutorial is about to learn how web pages can be styled. With CSS styling you can style HTML elements easily. By using external stylesheet we can manage styling of all webpages of a website. Here is the presentation on CSS.

HTML 5 TUTORIAL

HTML 5 Tutorial is for all whether you are a beginner or a professional it will help you to learn the topics easily. In this tutorial you will learn How to create web pages by using the HTML 5. You will learn about tags/ elements, about their attributes. How to user colors, graphics, animations, audio files in HTML etc,. easily described.

Python for Beginners Intro -3

Python for beginners introduction -3 In this presenetation you will learn about OOPs programing how to inherit a base / parent class to a derived/ child class. Exception handling concepts, file handling concepts. You will also learn about python libraries like numpy, pandas and matplotlib.

Python - Introduction 2

python Introduction- 2 is second part of the presentation of Python programing language for beginners. In this the follwing topics are coverd. List, sets, dictionaries, functions, comprehensions, classes and objects, Inheritance.

Python - Introduction

 Python  is a dynamic programing language. It is very easy to learn and use. Python have been widely using in developing web applications, desktop applications, data science applications, Graphics applications. It is having dynamic data type and supports Object Oriented Programing concept.