02/11/2018
Understanding the Model-View-Controller (MVC) Architecture in
Ruby on Rails MVC Framework - W3Schools
Ruby on Rails MVC Framework- The primary principle of MVC is to divide the web application into three individual subsystems which will co-operate with each other later in the process.
01/11/2018
How To Install :
Ruby on Rails Installation | Guide for Installing Ruby on Rails - W3School
Installing Ruby on Rails- Before you start developing a web application with the help of Ruby on Rails framework, you need to have a list of software installed in your system. Follow the detailed blog for ROR installation.
31/10/2018
Introduction: Getting Started with
Ruby On Rails Introduction | Introduction to Ruby on Rails With Examples - W3Schools
Ruby on Rails Introduction-This Ruby on Rails tutorial will help you learn Ruby on Rails with starting from basic to advanced concepts with simple examples.
17/09/2018
File Uploading - How to Upload a file with or Without Form
Django File Uploading - How to Upload File without Form | W3schools
Django File Uploading - Learn Basics of File Upload With Django which are submitted to the server, also check other services with respect to uploading.
07/09/2018
Generic Views - Learn about Django Views
Django Generic Views - Django Views Tutorial | W3school
Django Generic Views - Learn about Django Generic views and different views that offers an easy way to set simple views of presentation.
06/09/2018
Apache Setup - Learn Django WGSI
Django Apache Setup - Django WSGI | W3schools
Django Apache Setup - Learn about Django Apache Setup and Django WSGI to run your Django application inside apache. Get step by step installation of WSGI.
03/09/2018
Learn Use of Template - W3schools
Django Template System - Use and Working | W3schools
Django Template System- Learn Django templates that define placeholders and template tags that regulate how the page should be shown.
01/09/2018
Models - Representation of Tables or collections
Django Models - Django Models Fields | W3school
Django Models - Create Django models that define the fields and behaviors for different models, query and understand it in a simple way.
31/08/2018
Page Redirection - about httpresponsedirect
Django Page Redirection - httpresponseredirectX | W3School
Django Page Redirection - Learn Django Page redirection in different aspects like the previous page, with Parameters and Django httpresponseredirect
30/08/2018
Learn About URL Mapping - W3school
Django URL Mapping - Django URL Template | W3school
Django URL Mapping - Learn about Django URL Mapping access the view via a URL. Read about URL pattern, template and URL confs.
29/08/2018
Learn about Admin Interface - A ready to use Interface
Django Admin Interface - Admin Interface Module | W3school
Django Admin Interface - Know about Django Admin Interface which provides a ready-to-use user interface for administrative activities.
09/08/2018
Django View Creation - Python Callable and Templates
Django Views Creation - Writing Views Tutorial | W3schools
Django Views Creation - Learn Django Views that take an HTTP Request and return an HTTP Response to the user. Learn about Python callable.