Aishani Pachauri.
Work BlogAboutResume

aishani.pachauri@gmail.com


  1. Async Javascript & how it works👩‍💻

    As we discussed earlier, javascript is a single-threaded, synchronous language. But a lot of time we...

    4
  2. Bedtime stories by AI

    It's not just another interactive narrative. We are talking artificial intelligence to dynamically pr...

    1
  3. Block scope in javascript

    As discussed in the last post, let & const keywords behave differently. You may have seen a point...

    4
  4. Bun is breaking other package managers

    A new javascript runtime is the central thing on the internet and I think it's time for new sticker...

    0
  5. call(), bind() & apply() in javascript

    If asked about any one of these keywords in a js interview, one thing they all have in common is they...

    3
  6. Callback functions (🔖)

    When you call a function in another function, it is known as a callback function. Easy example would...

    5
  7. Can't add script component because the script class cannot be found

    Try these: 1. Check if the name of the file is same as the class name or not. The class that...

    1
  8. Closures in javascript (🔖)

    This is a very easy topic and quite important too. A lot of output questions are framed out of this...

    3
  9. Currying in javascript(🔖)

    As we were learning before, functions in javascript are Treated as sub-programs (execution...

    3
  10. Day 0: System Architecture basics

    Introduction📚 This first post will just be an introduction to basic terminologies and key...

    0
  11. Debouncing in javascript✨

    To optimise browser performance as well as keep up with user experience deliverables, there are few...

    7
  12. DeprecationWarning: crypto.createCipher is deprecated.

    Support for both crypto.createCipher & crypto.createDecipher has been pulled as they use a weak...

    0
  13. Don't use '&&' for conditional reasoning

    We often use '&&' to display a component if a given condition is true and to not display it...

    2
  14. Epic battles Apple

    It's been 9 months since Epic games tried to bypass Apple's in-app purchases rule on Fortnite, one of...

    8
  15. How is javascript code executed?

    As mentioned earlier, a javascript code is executed in two phases, first is memory allocation phase...

    6
  16. First slide
    Second slide
    Third slide
    PreviousNext