studyskymate
Information at a glance | Blog by Dinesh Kumar
Pages - Menu
(Move to ...)
Home
Core Java Index
Java Practice
MDP
SQL
MG-CEIT Calendar 2020
Contact Us
MG-CEIT website
Quiz
Car Booking Site
Core Java Assessment -1
IIT Kharagpur Courses
▼
Pages
(Move to ...)
Home
Core Java
ePariksha
jQuery
Car2Go
JavaScript
Java Interview
JSP
Hibernate
CDAC Certificates
Contact Us
▼
Thursday, June 13, 2024
Clear cache || FlushDB || Clear Redis Cache ||Node js ||aws
›
Clear cache || FlushDB || Clear Redis Cache ||Node js ||aws const express = require('express'); const redis = require('redis...
Sunday, May 19, 2024
Calculate your Age
›
Calculate Age Age Calculator Age Calculator Enter your Date of Birth(mm/dd/yyyy) : Calculate Age.. ...
Friday, February 16, 2024
what is meant by --max-request-journal-entries and --no-request-journal in wiremock configuration
›
max-request-journal-entries and no-request-journal in wiremock configuration In WireMock, the request journal is a built-in feature that ke...
Thursday, January 18, 2024
Sort an array of 0s, 1s and 2s | Dutch National Flag problem
›
Sort an array of 0s, 1s and 2s | Dutch National Flag problem 👀👀👀👀👀 /* * This program defines a sortArray() method that sorts * an ...
Wednesday, January 17, 2024
Merge two sorted linked lists
›
Merge two sorted linked lists public class MergeLinkedLists { static class ListNode { int val ; ListNode next ; ...
Monday, January 15, 2024
Python script to automate login and extract cookie
›
pip install requests *****************create file***************** import requests url_login = "https://example.com/login" # R...
Thursday, January 4, 2024
Graph QL Simple working example
›
Here's a simple working tutorial on creating a GraphQL server using Node.js and Express, with a basic query and mutation. We'll be u...
Saturday, November 4, 2023
Sorting on the basis of multiple fields
›
function sortObjects(arr) { arr.sort(function(a, b) { if (a.adviserid < b.adviserid) { return -1; } else if (a.adviseri...
Wednesday, August 2, 2023
Decorator Design Pattern
›
Decorator Design Pattern in Java T he Decorator design pattern is a structural pattern that allows behavior to be added to an individual obj...
‹
›
Home
View web version