Video Course - JavaScript for Beginners
Thu, 14 Mar 2024
Here is my new on demand video course - JavaScript for Beginners - made available
on Udemy.com
Blog - Accessing MongoDB from Node.js
Mon, 05 Feb 2024
In this blog, you learn how to perform CRUD operations on documents in
MongoDB from Node.js
Video Tutorial - Getting Started with Anaconda and JupyterLab
Sat, 03 Feb 2024
In this video, you will learn how to install and get started with Anaconda and JupyterLab for Data Science.
Video Tutorial - Shallow Copy vs. Deep Copy in Python
Sat, 03 Feb 2024
In this video, you will learn the difference between shallow copy and deep copy in Python and how to implement them.
Video Tutorial - How to use JSON Server to create Mock API
Sat, 20 Jan 2024
In this video, you learn how to use JSON Server to create MOCK API to test your Front-end Apps.
Blog - Looking back at 2023
Mon, 01 Jan 2024
A summary of important events of my life in 2023.
Video Tutorial - How to use JPA with Oracle Database 19c
Mon, 27 Nov 2023
In this video, you learn how to use JPA (using Hibernate) with Oracle Database 19c
using Eclipse.
Video Tutorial - Destructuring Assignment in JavaScript
Mon, 27 Nov 2023
Learn how to use Destructuring Assignment with Arrays and Objects in JavaScript.
Blog - JPA + Oracle Database 19c
Fri, 24 Nov 2023
This blog shows how to use JPA (using Hibernate) to access Oracle Database 19c.
Video Tutorial - Arrow Function Expression in JavaScript
Fri, 10 Nov 2023
Learn how to use Arrow Function Expression in JavaScript with methods like filter(), map()
and forEach().
Video Tutorial - Spread Operator in JavaScript
Mon, 06 Nov 2023
Learn how to use Spread Operator in JavaScript
Blog - 25th Anniversary of Srikanth Technologies
Sat, 21 Oct 2023
In this blog, I share 25 years journey of Srikanth Technologies.
Blog - 32 years and counting
Mon, 04 Sep 2023
This blog is about my 32 years of experience and GIFT.
Blog - What I learned in the last 6 years!
Sat, 26 Aug 2023
I listed the technologies I learned in the last 6 years.
Blog - I am now AWS Certified Cloud Practitioner
Mon, 26 Jun 2023
I share details of my new certification - AWS Cloud Practitioner.
Video Tutorial - How to use Comparator in Java
Mon, 05 Jun 2023
Learn how to use Comparator interface in Java
Blog - Converting table rows to and from JSON
Web, 29 Mar 2023
In this blog you learn how to convert data in table to JSON and load data from JSON to table.
Blog - How to install Python libraries in offline mode
Tue, 28 Mar 2023
Learn how to install Python libraries on a system that is NOT connected to Internet (offline).
Blog - How to use Excel in Python using openpyxl
Mon, 27 Mar 2023
Learn how to write and read excel files from Python using openpyxl library
Blog - Looking back at 2022
Sun, 01 Jan 2023
A summary of important events of my life in 2022.
Blog - Todos using React and Redux
Sat, 06 Aug 2022
In this blog you learn how to use Redux to manage state of Todos application in React.
Blog - Using Redux in React
Fri, 05 Aug 2022
In this blog you learn how to use Redux library to manage state in a React Application.
Blog - Todos Application in React using LocalStorage
Sat, 09 Jul 2022
In this blog you learn how to develop a Todos application using React and
store data in LocalStorage of Browser.
Blog - Installing HR Schema in Oracle Database 21c Express Edition (XE)
Tue, 21 Jun 2022
This blog explains steps to be taken to install HR Schema in Oracle Database 21c XE
Video Tutorial - Mutable and Immutable objects in Python
Fri, 25 Feb 2022
Learn what is the difference between Mutable and Immutable objects in Python.
Video Tutorial - How to pass a function as a parameter in Python
Wed, 26 Jan 2022
Learn how to use pass a function as a parameter to another function in Python
Video Tutorial - How to use filter() function in Python
Wed, 26 Jan 2022
Learn how to use filter() function in Python to filter elements in a collection
Video Tutorial - How to use sorted() function in Python
Wed, 26 Jan 2022
Learn how to use key parameter in sorted() function in Python
Video Tutorial - How to use map() function in Python
Tue, 25 Jan 2022
Learn how to use map() function in Python
Video Tutorial - Overloading in Python
Tue, 25 Jan 2022
Learn why Python doesn't support overloading