Blog - Looking back at 2018Sat, 5 Jan 2019
Here is a summary of events in my life in 2018.
Blog - Adding JAR to Local RepositoryWed, 31 OCT 2018
In this blog, I show how to add a JAR file to Local Repository so that Maven can use it.
My new course - 'C' Interview Questions - at Udemy
Thu, 25 Oct 2018
Here is my new FREE course at Udemy to help students prepare for C Language Interviews.
Added Python Language to Online Examination System
Thu, 04 Oct 2018
Python Language examination enables you to asses your knowledge of Python Language and Library.
Video Tutorial - How to use Python's DB API 2.0 to access SQLite database
Tue, 12 Sep 2018
In this video, I show how to use DB API of Python to connect to SQLite database.
Blog - Python Style GuideMon, 10 Sep 2018
This blog lists styles to be used while writing Python code.
Blog - Rest API in Django + jQuery ClientMon, 27 Aug 2018
In this blog we create a Rest API using Django REST Framework and access it from jQuery client.
Blog - Creating custom directives in AngularFri, 2 Jul 2018
In this blog, I show how to create and use custom directives in Angular.
Video Tutorial - Learn how to build a web application using JSP, JSTL and Oracle DatabaseMon, 21 May 2018
In this video, I build a web application using JSP, JSTL and Oracle Database from start to finish. This application is a simple CRUD (create, read, update and delete) application developed using Java EE. Complete code for this application is found at https://github.com/srikanthpragada/javaee_books
Video Tutorial - How to get started with Python and PyCharmSun, 06 May 2018
This video tutorial shows how to install Python and PyCharm and get started with Python Programming
Online Course - C Language For Beginners - at Udemy.ComThu, 3 May 2018
I have published an online course - C Language For Beginners at Udemy.Com.
Blog - Method Resolution Order (MRO) in PythonWed, 14 Mar 2018
This blog helps you to understand what is Method Resoultion Order in Python and its usage.
Blog - Accessing Oracle From PythonFri, 2 Mar 2018
This blog shows how to connect to Oracle from Python using cx_Oracle package.
Blog - Looking back at 2017Tue, 2 Jan 2018
Here is a summary of events in my life in 2017.
Video Tutorial - Oracle Database 11g XE + JDBC + ServletsFri, 08 Sep 2017
This video tutorial shows how to access Oracle Database 11g XE from Servlets using JDBC
Video Tutorial - How to create a Linked List in C LanguageFri, 08 Sep 2017
This video tutorial shows how to create a Linked List in Language
Blog - Microsoft CertificationMon, 21 Aug 2017
This blog gives information related to Microsoft Certification.
Blog - Time vs. MoneyTue, 15 Aug 2017
The blog throws light on learning, saving money or time.
How to use Online Courses offered by Srikanth PragadaTue, 25 Jul 2017
This video explains steps to be taken to join Online Courses offered by Srikanth Pragada
Audio Player - Search and play song in Android DeviceThu, 22 Jun 2017
This blog shows how to allow user to search for songs in the device by title and play selected song.
Using Firebase from Android ApplicationThu, 22 Jun 2017
In this blog, I explain how to use realtime database Firebase from Android Application.
What's New In C# 7.0Thu, 23 Mar 2017
This blog shows how to use new features of C# 7.0.
What's New In C# 6.0Mon, 20 Mar 2017
This blog shows how to use new features of C# 6.0.
Accessing GitHub.Com Rest API from SpringMon, 13 Mar 2017
This blog shows how to use Rest API provided by GitHub from Spring Framework.
Getting started with Spring FrameworkSat, 4 Mar 2017
This blog shows how to get started with Spring Framework using STS and Maven.
Blog - Looking back at 2016Sun, 8 Jan 2017
Here is a summary of events in my life in 2016.
How to use Hibernate + Maven + Oracle in EclipseSun, 23 Oct 2016
This blog shows how to create a project using Maven in Eclipse that uses
Hibernate to access Oracle.
Blog - 25 Years of Blissful TrainingSat, 03 Sep 2016
This blog looks at my 25 years of blissful training.
How to use Jersey + Jackson + jQuerySat, 30 Jul 2016
This blog shows how to use Jersey and Jackson to create a Restful service and jQuery to consume it.
Video Tutorial - How to use CodeBlocks IDE for C ProgrammingThu, 28 Jul 2016
This video tutorial shows how to use CodeBlocks IDE to write, compile and run C programs.
Video Tutorial - How to use Oracle Database with Oracle Application ExpressWed, 27 Jul 2016
Learn how to use Oracle Application Express to access Oracle Database 12c.
Video Tutorial - Get started with Oracle Database 11g XE and SQL DeveloperWed, 27 Jul 2016
Learn how to get started with Oracle Database 11g XE and SQL Developer
MyNotes - ASP.NET MVC + Entity Framework projectTue, 26 Jul 2016
This web application allows users to store important information in the form of notes.
Blog - Inter-Fragment Communication in AndroidWed, 20 Jul 2016
This blog demonstrates how a Fragment communicates with Activity and other Fragments hosted
in the Activity.
BooksForCOD.COM - JSF 2.2 + JDBC + Oracle + Eclipse ProjectThu, 2 Jun 2016
This web application allows users to order books online and pay by cash on delivery (COD).
CRUD Operations with Restful Service in JavaTue, 5 Apr 2016
This blog shows how to create a Restful service that supports Create, Read, Update and Delete operations.
Blog - Resetting SYSTEM account password in Oracle Database Mon, 7 Mar 2016
This blog shows how to change password of SYSTEM account if you forgot it.
Blog - Android Application - Vehicle Registration Number FinderMon, 25 Jan 2016
This blog shows how to build Android App that lists possible registration numbers based on number of digits and total
Blog - Looking back at 2015Fri, 8 Jan 2016
Here is a summary of events in my life in 2015.
PersonalDiary - JSF 2.2 + JDBC + Eclipse ProjectFri, 8 Jan 2016
This web application allows users to maintain their diary online.
Blog - Todos List With IndexedDBSat, 24 Oct 2015
In this blog, I develop a single page application to maintain todos list using IndexedDB of HTML5
Blog - My DayThu, 24 Sep 2015
In this blog I describe my typical day.
PersonalDiary - JSF 2.2 + JDBC ProjectSat, 19 Sep 2015
This web application allows users to maintain their diary online.
MyDeposits - ASP.NET MVC + Entity Framework projectSat, 19 Sep 2015
This web application allows users to store details of fixed deposits.
How To Change Port Number Of GlassFish Server 4.1Fri, 11 Sep 2015
This blog shows how to change port number of GlassFish Server 4.1 from 8080 to 8888.
REST API for Employees with jQuery ClientWed, 9 Sep 2015
This blog shows how to provide information about employees in Oracle Database using RESTful service and how to access service using jQuery client.
Video - Getting started with JavaSun, 6 Sep 2015
This video shows how to download, install and use Java SE 8.0 to compile Java program
Server in Java, Client in C# and Data in XMLFri, 7 Aug 2015
This blog shows how to send XML data from Server Socket in Java to Client Socket in C#
Sockets and Serialization in JavaThu, 6 Aug 2015
This blog shows how to send a Java object from server socket to client socket using serialization
Personal Accounting - ASP.NET MVC + Entity Framework projectThu, 9 Jul 2015
This web application allows users to store details of Incomes and Expenditures.
My book - C Language for beginners - is available on AmazonSat, 4 Jul 2015
C Language for beginner is now available on Amazon in Kindle Edition.
Blog - How to fix Tomcat 127.0.0.1 is not recognized problem in NetbeansMon, 22 Jun 2015
In this blog I provided the solution regarding - 127.0.0.1 is not recognized - error of Tomcat in NetBeans.
MyNotes.Com developed using Struts2 + HibernateMon, 15 Jun 2015
This website allows users to store important information called notes.
Blog - Consuming Web API from AngularJS Thu, 30 Apr 2015
This blog shows how to consume ASP.NET Web API using AngularJS.
Blog - How to use Webcam to snap photo and store in DatabaseWed, 29 Apr 2015
This blog shows how to use Webcam to snap a photo and store that photo in Sql Server Database using MS.Net.
MyTasks.Com - ASP.NET MVC + Entity Framework projectTue, 28 Apr 2015
This web application allows users to store and manage their projects and tasks.
Cart with LocalStorageSat, 18 Apr 2015
This blog shows how to use LocalStorage to store shopping cart so that cart is retained across requests.
MyCalendar.Com developed using Struts2 + Hibernate (Eclipse Luna Version)Sun, 29 Mar 2015
This website allows users to store information about events.
Email Sender - ASP.NET MVC + LINQ projectThu, 19 Feb 2015
This web application is used to send emails to students of batches.
Oracle HR Schema Queries and PL/SQL programsSun, 18 Jan 2015
Here is a list of SQL Queries and PL/SQL programs related to tables in HR schema in Oracle Database.
Looking back at 2014Mon, 5 Jan 2015
Here is a summary of events in my life in 2014.
Streams in Java8Mon, 5 Jan 2015
In this blog I explained how to work with Streams introduced in Java8.
Lyrics.Com - ASP.NET MVC + LINQ projectSun, 7 Dec 2014
This web application allows users to store and manage lyrics on web.
MyCalendar.Com developed using Struts2 + HibernateWed, 29 Oct 2014
This website allows users to store information about events.
Students Tracker - ASP.NET MVC + Entity Framework ProjectThu, 18 Sep 2014
Students Tracker allows an Institute to keep tracke of its courses and students.
Lambda ExpressionsSun, 14 Sep 2014
This blog explains how to use Lambda Expressions that are introduced in Java 8.
Books I RecommendSun, 24 Aug 2014
This web applications allows users to store and track bank accounts and transactions related to those accounts.
Bank Accounts TrackerSat, 12 Jul 2014
This web applications allows users to store and track bank accounts and transactions realted to those accounts.
Introducing Online Live Virtual Classroom TrainingFri, 11 Jul 2014
We are introducing Online Live Virtual Classroom Training on JavaScript.
Contacts Web API with jQuery ClientMon, 7 Jul 2014
This blog shows how to access a Web API through Ajax using jQuery.
YourNotes.Com developed using JSF 2.2 + HibernateFri, 20 Jun 2014
This website allows users to store important information (known as notes) online.
New Date and Time API in Java8Tue, 10 Jun 2014
This blog explains how to use new Date and Time API introduced in Java8.
Srikanth Pragada's C Language for beginners is now availableTue, 3 Jun 2014
C Language for beginners is a book written and published by Srikanth Pragada. It provides all a comprehensive coverage of all topics of ANSI C.
How to use Quincy 2005 to write, compile and run C programsTue, 3 Jun 2014
Quincy 2005 is an open source IDE for C/C++ on Windows. Learn how to download, install and use it.
MyAccounts.com developed using ASP.NET MVC 4 + LINQThu, 8 May 2014
This web application allows users to stored information about their accounts of other websites.
Students Information System (SIS) developed using ASP.NET MVC 4 + LINQFri, 7 Feb 2014
This web application allows parents to get information about their children in School.
Looking back at 2013Wed, 1 Jan 2014
My blog regarding important events in 2013.