Skip to content
Singhak
  • Home
  • Tech
    • Javascript
    • Python
    • QnA
    • TipsnTricks
    • Automation
  • Blog
  • Submit Guest Post
  • About me
    • Contact Us
    • Privacy Policy
Menu Close
  • Home
  • Tech
    • Javascript
    • Python
    • QnA
    • TipsnTricks
    • Automation
  • Blog
  • Submit Guest Post
  • About me
    • Contact Us
    • Privacy Policy

More than Blogging

Read more about the article 3 ways to merge array in JavaScript | How to merge arrays in JavaScript
Javascript / Tech

3 ways to merge array in JavaScript | How to merge arrays in JavaScript

Many times while working on any project we need to merge the array and we want sometimes an efficient way to merge and sometimes we want a quick and dirty…

0 Comments
11th April 2021
Read more about the article Python interview question for Interview | Top 20 Python interview question
Python / QnA / Tech

Python interview question for Interview | Top 20 Python interview question

Here are my python interview/job preparation questions and answers. Which can help to to clear the interview or also help to take interview of any candidates. 1. What is list…

0 Comments
9th April 2021
Read more about the article Get Distinct/Unique value from JSON | Unique value from JSON in angular
Javascript / Tech / TipsnTricks

Get Distinct/Unique value from JSON | Unique value from JSON in angular

In several moment we need distinct object from a array of object in a JSON. Here we will see different way to get unique and distinct value from JSON. var…

0 Comments
4th April 2021
Read more about the article Basics of Cloud Computing | FAQ Cloud Computing | Introduction of Cloud Computing
Cloud Computing
QnA / Tech

Basics of Cloud Computing | FAQ Cloud Computing | Introduction of Cloud Computing

Why is cloud computing typically cheaper to use?  You typically pay only for the cloud services you use, which helps you: Lower your operating costs.Run your infrastructure more efficiently.Scale as…

0 Comments
2nd April 2021
Read more about the article FAQ of Azure | What is Microsoft Azure
QnA / Tech

FAQ of Azure | What is Microsoft Azure

What is Azure? Azure is a continually expanding set of cloud services that help your organization meet your current and future business challenges. Azure gives you the freedom to build,…

0 Comments
30th March 2021
Read more about the article The nearest greatest element of an array from right in python
Coding / Python

The nearest greatest element of an array from right in python

Stack implementation: class Stack: def pop(self): return self.items.pop() def __init__(self): self.items = [] def push(self, item): return self.items.append(item) def size(self): return len(self.items) def peek(self): return self.items[len(self.items)-1] def isEmpty(self): return len(self.items)…

0 Comments
22nd March 2021
Read more about the article class binging in angular | custom class binding
Angular / Tech

class binging in angular | custom class binding

The angular class binding help to add or remove in our html on the basis of our condition. To achieve this we have various way. Let see the possible option.…

0 Comments
15th March 2021
Read more about the article How to restart Jenkins manually | restart Jenkins
QnA / TipsnTricks

How to restart Jenkins manually | restart Jenkins

To restart Jenkins we have various way. Few are with url and few with the help of plugin. Let see all possible ways to restart jenkins. 1. Using url <jenkins_url>/safeRestart -…

0 Comments
8th March 2021
  • Go to the previous page
  • 1
  • …
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • …
  • 17
  • Go to the next page

Buy Me a Coffee

Join fb group

Follow on Instagram

Join Telegram Channel

Categories

Archives

Subscribe

Recent Posts

  • Remove a property from a JavaScript object?
  • Deep cloning of Object in JavaScript | Object Deep Copy
  • Remove specific item from array in JavaScript
  • Output based JavaScript interview questions
  • JavaScript coding interview question

Menu

  • Home
  • Submit Post
  • Privacy Policy
  • About me
  • Guest Post Submission
  • Contact Us
Support Me

Buy Me a Coffee

Copyright 2021 - Singhak
pixel