All Posts

Page 17 of 25

How to use NPM Rest API to get audit (npm audit) result
tutorials

How to use NPM Rest API to get audit (npm audit) result

Introduction Npm has a tool called: npm audit…

Convert String to Integer - atoi - Leet Code Solution
coding-interview

Convert String to Integer - atoi - Leet Code Solution

Problem Statement Implement atoi which converts a…

Check whether number is palindrome or not - Leet Code Solution
coding-interview

Check whether number is palindrome or not - Leet Code Solution

Problem Statement Determine whether an integer is…

Zigzag Pattern String Conversion - Leet Code Solution
coding-interview

Zigzag Pattern String Conversion - Leet Code Solution

Problem Statement The string “PAYPALISHIRING” is…

Reverse digits of a signed integer - Leet Code Solution
coding-interview

Reverse digits of a signed integer - Leet Code Solution

Problem Statement Given a signed integer, reverse…

Longest Palindrome Substring - Leet Code Solution
coding-interview

Longest Palindrome Substring - Leet Code Solution

Problem Statement Given a string s, find the…

Find the Median of Two Sorted Arrays - Leet Code Solution
coding-interview

Find the Median of Two Sorted Arrays - Leet Code Solution

Problem Statement There are two sorted arrays nums…

How to solve java issue - could not load main class - Visual Studio Code
Solving Jboss Wildfly Oracle JDBC driver problem, with Dockerfile
issues

Solving Jboss Wildfly Oracle JDBC driver problem, with Dockerfile

Assuming your web application is using oracle, and…

Longest Substring without repeating characters - Leet Code Solution
How to take Mongodb Backup and Restore
mongo

How to take Mongodb Backup and Restore

Pre-requisite Assuming you have a mongodb database…

Implement a command line shell by using Command Dispatcher in Python
python

Implement a command line shell by using Command Dispatcher in Python

Lets implement a command shell by using a command…