Aishanii

Aishanii @aishanipach

About: I journal tech learnings and may give my 2 cents💁‍♀️ | Follow my System design journey!

Location:
India
Joined:
Mar 14, 2021

Aishanii
articles - 30 total

Day 0: System Architecture basics

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

Learn More 0 0Mar 25

include NSPrivacyAccessedAPICategoryDiskSpace & NSPrivacyAccessedAPICategoryFileTimestamp Information🤔

Hey, so apple just came out of nowhere and sent a big email outlining something like...

Learn More 2 2Apr 1 '24

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...

Learn More 0 0Sep 20 '23

DeprecationWarning: crypto.createCipher is deprecated.

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

Learn More 0 0May 29 '23

Don't use '&&' for conditional reasoning

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

Learn More 2 4Dec 14 '22

What's Bit Manipulation?

Bit Manipulation- https://450dsa.com/bit_manipulation For X and Y such that X/2=Y Example: ...

Learn More 0 0Aug 23 '22

What does javascript engine do?👩‍💻

For starters javascript runtime environment is not the javascript engine. Javascript engine is...

Learn More 3 0Aug 2 '22

Debouncing in javascript✨

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

Learn More 7 2Jul 30 '22

Currying in javascript(🔖)

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

Learn More 3 0Jul 28 '22

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...

Learn More 3 0Jul 27 '22

setTimeout() & setInterval() in javascript

As we discussed earlier setTimeout() starts it's timer and goes to task queue and waits until the...

Learn More 3 0Jul 18 '22

Promises in javascript(🔖)

Promise is an object that bundles a provider and consumer. To understand this, remember how this...

Learn More 7 2Jul 14 '22

Async Javascript & how it works👩‍💻

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

Learn More 4 1Jul 13 '22

map(), filter() & reduce() in javascript👩‍💻

These all are super important and are often used while developing a project or website. map(), filter...

Learn More 16 3Jul 12 '22

Callback functions (🔖)

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

Learn More 5 0Jul 11 '22

Closures in javascript (🔖)

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

Learn More 3 0Jul 9 '22

Block scope in javascript

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

Learn More 4 4Jul 8 '22

let & const in js

We have discussed before that let and const both are hoisted too. But if you try to access a let or...

Learn More 6 2Jul 7 '22

How is javascript code executed?

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

Learn More 6 0Jul 6 '22

What is Hoisting?

Hoisting is simply access the functions before they are declared. Let's take up an...

Learn More 2 0Jun 27 '22

Kadane's Approach

Most common question for Kadane application is here. Kadane Algorithm is an iterative DP algorithm...

Learn More 3 0Jun 25 '22

response.json is not a function TypeError

If you are using fetch The fetch() method returns a Promise that response to a Response...

Learn More 8 0May 18 '22

Render a pdf in react app

If you want to render a pdf file in a react app, there are different options out there. The one that...

Learn More 3 3Jan 4 '22

TypeError: fs.existsSync is not a function

While using Sass in a react project and using useRef hook, one might come across this...

Learn More 5 0Nov 15 '21

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...

Learn More 1 0Jul 27 '21

Microsoft 11- Hype created successfully//

As Microsoft came forward with announcement of features of the new Windows 11, it also talked about a...

Learn More 0 0Jun 25 '21

WWDC Keynote Facetimed us.

I got into WWDC keynote highlights this morning and one of the things I noticed was the facetime expa...

Learn More 0 1Jun 8 '21

Bedtime stories by AI

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

Learn More 1 1Jun 4 '21

Unsubscribe to confirm email

Bleeping computer tried to check if it's true or not- scammers are using your action of unsubscribing...

Learn More 4 7Jun 2 '21

Epic battles Apple

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

Learn More 8 5May 30 '21