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

More than Blogging

Read more about the article 🚀 Understanding call(), bind(), and apply() Like a 5th Grader!
Photo by Pixabay on Pexels.com
Javascript / Tech / TipsnTricks

🚀 Understanding call(), bind(), and apply() Like a 5th Grader!

Imagine you have a robot named Bob 🤖. Bob can introduce himself and say where he is from. But sometimes, you want Bob to introduce someone else! This is where…

0 Comments
15th March 2025
Read more about the article dirname and filename in nodejs es6 module
Photo by Pixabay on Pexels.com
Javascript / Tech

dirname and filename in nodejs es6 module

In Node.js with ES6 modules, you can use the import.meta.url to get the current file's URL, and then use the URL module to extract the directory name and file name.…

0 Comments
8th March 2025
Read more about the article An import declaration can only be used at the top level of a module
Photo by Tom Fisk on Pexels.com
Uncategorised

An import declaration can only be used at the top level of a module

This error message: "An import declaration can only be used at the top level of a module." …means that you're trying to use an import statement inside a function, conditional…

0 Comments
1st March 2025
Read more about the article 🚀 export vs export default in JavaScript Modules
Photo by Tom Fisk on Pexels.com
Javascript / Tech

🚀 export vs export default in JavaScript Modules

JavaScript ES6 modules allow us to export and import code between files. There are two main types of exports: 1️⃣ Named Exports (export)2️⃣ Default Exports (export default) 🔹 1. Named…

0 Comments
25th January 2025
Read more about the article 🚀 Understanding Prototype in JavaScript
Photo by Jakub Zerdzicki on Pexels.com
Javascript / Tech

🚀 Understanding Prototype in JavaScript

🔹 What is Prototype in JavaScript? In JavaScript, prototype is a built-in mechanism that allows objects to inherit properties and methods from other objects. Every JavaScript function has a special…

0 Comments
18th January 2025
Read more about the article CommonJS and ES Modules (ESM). why they differ?
Photo by Jan van der Wolf on Pexels.com
Javascript / Tech

CommonJS and ES Modules (ESM). why they differ?

1. Historical Development CommonJS (CJS): Introduced in 2009 for Node.js. Designed to work in server environments where synchronous loading of modules was acceptable. Uses require() to import modules and module.exports…

0 Comments
4th January 2025
Read more about the article 🔥 Debouncing vs Throttling in JavaScript
Photo by cottonbro studio on Pexels.com
Uncategorised

🔥 Debouncing vs Throttling in JavaScript

Both debouncing and throttling are techniques used to control the frequency of function execution. They are helpful for optimizing performance, especially in event-driven applications like scrolling, resizing, and user input.…

0 Comments
4th January 2025
Read more about the article Mastering Browser Storage: Understanding localStorage, sessionStorage, and Cookies
Photo by Tom Fisk on Pexels.com
HTML-CSS / Tech

Mastering Browser Storage: Understanding localStorage, sessionStorage, and Cookies

Let me break down the differences between localStorage, sessionStorage, and cookies, along with examples: 1. localStorage Definition: localStorage is a web storage API that allows you to store data in…

0 Comments
29th June 2024
  • 1
  • 2
  • 3
  • 4
  • …
  • 25
  • 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