The Django Rest Framework, a django framework, is a toolkit used to build APIs (Application Program Interface) in Django models which is very powerful and flexible. An API is a collection of protocols, routines and tools used in building applications. Other known django frameworks include Tastypie and Piston. DRF Requirements...
Django is a python framework that was designed to support rapid web development. It is designed to be responsible for most of the web design work, such as sitemaps, content administration, authentication and more. Django Installation Since django is a python web framework, it requires python for it to be...
Angular is a Javascript framework used to develop applications. It uses HTML and languages like typescript or javascript, all of which will compile to javascript. The following are the main development blocks used in Angular applications: Components Modules Data binding Dependency injection Templates Directives Metadata Services Modules A module can...
What is AngularJS? AngularJS is a javascript framework that is mostly used by software developers to create web applications. It has evolved to angular2 which had incorporated object oriented programming in it’s design, making it easy and quicker for web developers. One of the most recommended ways for one to...
A session is a period of activity on a specific site. A session begins when a user makes their first request for a page but the end of a session is a little more complicated. Since there is no way of knowing whether a user is going to request another...
JavaScript is a scripting language widely used for client-side web development. Scripting language is a lightweight programming language. It is programming code that can be inserted into HTML pages and be executed by all modern web browsers. You can use JavaScript to validate form, change style, change HTML content, etc....
Java is an Object Oriented programming language that is very popular amongst commercial organizations to develop a wide range of applications from small utilities to enterprise wide, mission critical systems. Objectives The main objective of this course is to get you up to speed with the first steps required to...
Servlets provide a means of taking data and generating HTML which is only a long formatted string. Servlets are also used to process data that users send to the server via a form on a web page for example. A Servlet is a server extension that is generic. It can...
What is JDBC? JDBC (Java Database Connectivity) is a set of classes/interfaces/methods to provide a standard interface for accessing relational databases. The standard was created by Sun Microsystems, and it allows third party vendors to create and provide their own JDBC drivers. JDBC Drivers JDBC drivers implement the defined interfaces...
Java Server Pages is a technology for developing web pages that include dynamic content. With JSP, designers and developers can quickly incorporate dynamic content into web sites using Java and simple markup tags. The JSP platform lets the developer access data and Java business logic without having to master the...