Open in app

Sign In

Write

Sign In

Archita Mittal
Archita Mittal

28 Followers

Home

About

Published in

Dev Genius

·Pinned

Storing password in databases

If you have ever worked with a web application, you probably had to work with user authentication, then comes the big question, do we really want to store the passwords in our database in plain text? Sure, we can go ahead and do that, no ones stopping you, but if…

Database

5 min read

Storing password in databases
Storing password in databases
Database

5 min read


May 23

Low Level Design : Tic-Tac-Toe

If you’re venturing into the domain of low level design, tic-tac-toe might be the first question that you might find yourself standing against. In this article we’ll discuss how to approach a low level design question, and get our tic-tac-toe game up and running. What is tic-tac-toe? Before approaching any low level design…

Low Level Design

4 min read

Low Level Design : Tic-Tac-Toe
Low Level Design : Tic-Tac-Toe
Low Level Design

4 min read


Dec 2, 2022

How is Nodejs different from Javascript?

If you’re new to the world of Nodejs, a familiar question that might be haunting you at nights might be, is Nodejs same as javascript? if not, then what’s the difference between these two? In this article, we are going to explore these questions. To put your mind to ease…

JavaScript

3 min read

How is Nodejs different from Javascript?
How is Nodejs different from Javascript?
JavaScript

3 min read


Published in

Dev Genius

·May 10, 2022

How does async await work in NodeJS?

Before understanding how async await works, and how to use it, it’s important for us to understand promises in Javascript. Lucky for you, I have a quick guide on promises, so see you in a bit https://blog.devgenius.io/promises-in-javascript-606ce34e2cf1. Welcome back!, now that we understand what promises are, it’s time to understand what…

JavaScript

5 min read

How does async await work in NodeJS?
How does async await work in NodeJS?
JavaScript

5 min read


Published in

Dev Genius

·Mar 24, 2022

Understanding arrow functions in JS

Arrow functions are the tiktok of the javascript world, everybody seems to be using it. It is fancier, shorter than the traditional function expressions in Javascript and improve the code’s readability. If arrow functions are so great, then why isn’t everyone using those only, why haven’t we discarded the old…

JavaScript

6 min read

Understanding arrow functions in JS
Understanding arrow functions in JS
JavaScript

6 min read


Published in

Dev Genius

·Mar 10, 2022

Promises in Javascript

Promises are an important aspect of javascript. Anytime you are making an asynchronous call, whether it be from your client application or server, I promise “promise” would make things are lot easier for you, but promises are tricky to understand, well at-least they were for me. Once we climb the…

JavaScript

5 min read

Promises in Javascript
Promises in Javascript
JavaScript

5 min read


Published in

Dev Genius

·Feb 11, 2022

What, why, when of redux

If you have been working with react, it’s highly likely that you’ve heard about redux too. Sometimes, they are spoken of as if they are one thing, but they are not. It’s totally possible for you to built your frontend web application and not use redux at all. In this…

React

5 min read

What, why, when of redux
What, why, when of redux
React

5 min read


Published in

Towards Dev

·Dec 30, 2021

A Guide to KafkaConnector

If you have started exploring the world of Kafka, you must’ve come across a term KafkaConnector. This article is going to address what that is and how to setup up your own KafkaConnector. What is KafkaConnector? If you have some data into external source such as sql database, elastic search hadoop etc, and…

Kafka

5 min read

A Guide to KafkaConnector
A Guide to KafkaConnector
Kafka

5 min read


Published in

Dev Genius

·Dec 26, 2021

Kafka schema registry

Have you just started working/learning Kafka? Came across schema registry and don’t know what the heck it is? Well, you landed on the right page. Today we are going to explore what Kafka schema registry is, create and store our first Avro schema in the registry, and also produce and…

Kafka

5 min read

Kafka schema registry
Kafka schema registry
Kafka

5 min read


Published in

Dev Genius

·Dec 20, 2021

React Lifecycle methods

If you are learning React and just entered the world of class components, you must have come across the word ‘Lifecycle methods’. This article is going to explore those lifecycle methods. If you have worked with android development as I previously, lifecycle methods may seem somewhat familiar to you, similar…

React

4 min read

React Lifecycle methods
React Lifecycle methods
React

4 min read

Archita Mittal

Archita Mittal

28 Followers
Following
  • Instagram Engineering

    Instagram Engineering

  • Catherine Kwak

    Catherine Kwak

See all (7)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams