–Section– –Content– Part 1: Nested Class Types & Benefits Basic Syntax, Types of Nested Classes and Benefits Part 2: Nested Class Object Creation Create Objects of – Inner Class, Static Nested Class, Local Class, Anonymous Class Part 3: Nested Class Member Access Access Members in Outer Class, Inner Class, Static Nested Class, Local Class, Anonymous […]
Category: Uncategorised
Google Sheet to HTML Table | Free Download
Why this script was created? We like to work in Google Sheets a lot. We create a nice piece of information in a tabular format. Often times we will need to display this information on our web page. And we don’t want to do any re-work, just show the table as-it-is. This script will convert […]
Complex SQL Queries – Free Download
Part 1: join
Part 2: join + group by
Part 3: group by on multiple columns
Part 4: multiple independent cte
Part 5: multiple dependent cte + row_number
Part 6: nested select + dense_rank
Part 7: series calculation + rank
Part 8: single cte + row_number
Part 9: single cte + lead
Part 10: conditional sum + cte
SQL and JAVA Connection using JDBC – Free Download
Part 1: Java Jdbc Basics
Part 2: Execute SQL Queries with Java
Part 3: Call Stored Procedures in Java
Part 4: Batch Execution and Bulk Copy
YouTube Embed Gallery Plugin for WordPress Demo – YouRam
YouTube Embed Plugin WordPress: https://wordpress.org/plugins/youram-youtube-embed/
Spring Boot Tutorial : Part 1 REST
Annotation Meaning @RestController Defines Class that provides REST APIs endpoints methods @RequestMapping(“/myapp”) Defines endpoint for the overall API Class @GetMapping(“/info”) @GetMapping(“/students/{studentId}”) Defines Method that provides API endpoint implementation (@PathVariable int studentId) Defines Variable containing data in endpoint link
Docker Commands Cheat Sheet
Part 1 Docker Containers Object Type Command Type Command Meaning Container List docker psdocker ps -a List all running containers -a : List all containers – including stopped ones Container Create + Start docker run {image-name}docker run {imageName:tagName}docker run -flag image Create and start a new container based on image IMAGENAME (or use the image […]