Hi, I'm Deep Kiran

"Life is a journey , not a destination"

I'm a passionate Frontend Engineer from India . I love building web apps, debugging errors and helping fellow coders. Currently looking for Frontend Engineering opportunities.

My Skills

JS

JavaScript

ReactJS

ReactJS

css3

CSS3

Node

NodeJS

Firebase

Firebase

Github

Github

My Projects

no image

Exchange-o-Gram

A Photo Gallery app where you can upload and save your pictures in public/personal space.

Technologies Used: HTML5,CSS3,Javascript,ReactJS,Firebase
no image

InstaChat-Chat App

A full stack chat application where you can create groups and sent text messages.

Technologies Used: JS,ReactJS,CSS3,MaterialUI,Firebase
no image

Quick Notes

A note taking app where you can add and save your notes with realtime editor.

Technologies Used: CSS3,JS,ReactJS,React Quill,Firebase
no image

MovieVerse

A movie recommendation app with detailed cast,ratings and recommendations.

Technologies Used: CSS3,JS,ReactJS,REST API,Firebase

My Blogs

no

So after reading this article, you'll understand and would be able to explain the concepts of Hoisting, lexical environment, and block scope easily. And we'll follow this roadmap - JavaScript behind the scenes (Execution Context and Call Stack) ....

noimg

In JavaScript, functions are known as First-Class Citizens because they allow us to perform asynchronous tasks. Functions can also be used as an argument inside a function and can be returned as well. But what exactly is a callback function? When we pass....