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

TipsnTricks

  1. Home>
  2. TipsnTricks>
  3. Page 5
Read more about the article Warning: browser application depends on CommonJS modules | CommonJS or AMD dependencies can cause optimization bailouts.
Angular / Tech / TipsnTricks

Warning: browser application depends on CommonJS modules | CommonJS or AMD dependencies can cause optimization bailouts.

When we used some js base module than angular gives us warning like: CommonJS or AMD dependencies can cause optimization bailouts. To disable these warnings, add the CommonJS module name…

0 Comments
17th January 2022
Read more about the article substring using slice in JavaScript | last character of string in JavaScript | substring vs slice
Javascript / Tech / TipsnTricks

substring using slice in JavaScript | last character of string in JavaScript | substring vs slice

The JavaScript has substring() method returns the part of the string between the start and end indexes, or to the end of the string. But slice() also another way to get substring from…

0 Comments
10th January 2022
Read more about the article delete auth user from firebase using angularfire2 | angularfire2 delete user
Angular / QnA / Tech / TipsnTricks

delete auth user from firebase using angularfire2 | angularfire2 delete user

AngularFire smooths over the rough edges an Angular developer might encounter when implementing the framework-agnostic Firebase JS SDK & aims to provide a more natural developer experience by conforming to Angular conventions.AngularFire…

0 Comments
3rd January 2022
Read more about the article Showing and hiding elements by device using bootstrap
HTML-CSS / TipsnTricks

Showing and hiding elements by device using bootstrap

For faster mobile-friendly development, use responsive display classes for showing and hiding elements by device. Avoid creating entirely different versions of the same site, instead hide elements responsively for each…

0 Comments
27th December 2021
Read more about the article Run a bat file from node.js | Execute child process from node.js
Javascript / Tech / TipsnTricks

Run a bat file from node.js | Execute child process from node.js

We can execute external command or any process from the node js. With the help of child_process module we can achieve it. 1. var spawn = require('child_process').spawn, ls = spawn('cmd.exe',…

0 Comments
20th December 2021
Read more about the article How to fix Apache Log4j vulnerability | Fixes Log4j vulnerability without updating Log4j
QnA / TipsnTricks

How to fix Apache Log4j vulnerability | Fixes Log4j vulnerability without updating Log4j

The maintainers of popular Java logging library Apache Log4j have rushed out a patch for a critical vulnerability that could lead to remote code execution (RCE) in numerous applications. The…

0 Comments
14th December 2021
Read more about the article MongoDB query where array length is greater than ‘n’
Database / MongoDB / TipsnTricks

MongoDB query where array length is greater than ‘n’

While working on any project where we may have a requirement to check the size of an array or to get an element whose size is greater or less than…

0 Comments
13th December 2021
Read more about the article Uncaught exception: Error: Updating user failed: User not found
Database / MongoDB / TipsnTricks

Uncaught exception: Error: Updating user failed: User not found

Some time while performing any operation on user like updating user, dropping user or granting or revoking access, we face error like user not found for particular db. Few thing…

0 Comments
6th December 2021
  • Go to the previous page
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • …
  • 10
  • Go to the next page

Buy Me a Coffee

Follow Us

Join Telegram Channel

Categories

Archives

Subscribe

Recent Posts

  • 🚀 Understanding call(), bind(), and apply() Like a 5th Grader!
  • dirname and filename in nodejs es6 module
  • An import declaration can only be used at the top level of a module
  • 🚀 export vs export default in JavaScript Modules
  • 🚀 Understanding Prototype in JavaScript

Menu

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

Buy Me a Coffee

Copyright 2021 - Singhak
pixel