• Javascript – The Weird Parts

    JavaScript is a powerful and versatile programming language that has been widely adopted by developers around the world. However, as with any programming language, javascript possesses certain quirks and weird parts that can cause confusion and frustration for developers. One such example is the behavior of the built-in JavaScript functions and operators when dealing with […]

    Read More
  • InsertMany in MongoDB via file

    while studying for mongoDb certification I got a dataset file from the instructor. I had to fill my database with the data provided in that file. I already had the database created and the data which was there in the file was to be contained in a collection.

    Read More
  • Nodemon not refreshing page automatically

    while setting up a MERN app, i was using nodemon to reflect code edits and render the new code in real time. I used npm i -g nodemon which didn't work.

    Read More
  • Hello And Welcome

    As I am into the process of continuous learning and implementing those on a daily basis, I thought of managing a repository where all my learnings will reside. I ‘ll keep on adding new bits of information which I feel I can use again. Making this public so that if anyone else needs the same […]

    Read More
  • 10 Core Intel Processor – Intel Stepping Up To Counter Ryzen

    Intel enjoyed a significant period of time having a monopoly in the desktop processor market. After the failure of Bulldozer and subsequently of Piledriver, Steamroller & Excavator. Intel was enjoying an undisputed position. With Bulldozer, AMD tried to move from a wide, high-IPC, low-clock design to a narrow, low-IPC, high-clock design. To make that work, […]

    Read More
  • How two companies disrupted Indian market

    The Indian market has seen significant changes in recent years, with two companies, Reliance JIO and Xiaomi, standing out for their disruption. Both have employed strategies that have altered their respective industries and positively impacted millions of people. Let’s see how two companies disrupted the Indian market. Let’s take a look at their strategies and […]

    Read More
  • Get last element of Array in Javascript

    You can always do it in the fastest way. If performance is a deal breaker for you where you are writing code for million concurrent connections then arr.length -1 is your thing. But if you fancy some ES6 like I do, then read on..

    Read More
  • jQuery Performance Optimization for Enhanced User Experience

    As the digital world becomes increasingly sophisticated, developers must continuously hone their skills to keep up with these advancements. One area that deserves close attention is jQuery performance optimization. In today’s technologically driven environment, web development is no longer about creating a functional site but crafting a user experience that is fast, interactive and efficient. […]

    Read More
  • Best Payment Wallet In India

    Google entered the market during Q4 of 2017. In order to gain grounds, they rewarded referrer as well as referred ones. This is a win-win scenario and ...

    Read More