Latest Posts

Advertisement here
Latest Posts

Packages in Nodejs

In Node.js, a package is a collection of code that has been packaged up and made available for reuse by other developers. Packages are distr...

Abhay Tiwari 26 Dec, 2022

Creating UI using python

There are several ways to create a user interface (UI) in Python. Here are a few options: Tkinter : Tkinter is a built-in Python module that...

Abhay Tiwari 28 Jun, 2023

JAM - Sports and Technology

Below article can be used in Group Discussion or JAM sessions in interviews.  Sports and technology have a close relationship, with technolo...

Abhay Tiwari 28 Jun, 2023

CRUD (Create, Read, Update, Delete) API with Nodejs example

To create a basic CRUD (Create, Read, Update, Delete) API with Node.js, you will need to use a web framework such as Express. Here's an ...

Abhay Tiwari 25 Dec, 2022

Youtube Alternative without ads/irritating features (Has all videos from youtube)

Watching youtube has become irritating when ads pop up and this feeling worsens when non-skippable double ads are played...Like What the hel...

Abhay Tiwari 25 Mar, 2022

Remove Nth Node From End of List - Leetcode solution

Problem Link:   https://leetcode.com/problems/remove-nth-node-from-end-of-list/   Problem Statement :       Given the head of a linked list,...

Abhay Tiwari 30 Sep, 2021

Merge Two Sorted Lists(LinkedList) -Explained with pictures - LeetCode qn solution C++

Original Problem Link :  https://leetcode.com/problems/merge-two-sorted-lists/ Problem :  Merge two sorted linked lists and return it as ...

Abhay Tiwari 28 Sep, 2021