DEV LOGS
Behind the scenes of my game development, 3D modeling, and AR/VR projects.
- Read Article ➔

Mobile First Design with Swipe controls in website
Mobile devices are now firest priority for us, web developers. So why don't we use the mobile specific features like swiping for our webpages. So here is a simple swipe to show delete button showing off the simple ways to use the swipe gestures in a browser.
13/4/2020
- Read Article ➔

Getting Started with TypeScript by making an Express REST API
TypeScript is an upcoming technology and a good way to learn typescript is to make a REST API with express and TypeScript
5/4/2020
- Read Article ➔

Making the Default HTML Button Appealing
One of the key elements of your website is the buttons. If you open any website, you will find some buttons. Buttons are used for add interactivity to a website. So, having a proper button is a key to having a successful website online. So today we will turn the ugly button in normal HTML, to something beautiful.
1/2/2020
- Read Article ➔

Step Up Your CSS Game With SASS - SASS for Beginners
SASS is an awesome thing. SASS gives steroids to CSS which takes your CSS writing experience to a whole new level. Once you get a hang of CSS, it is really difficult to write CSS.
25/1/2020
- Read Article ➔

Bounce Animation with Vanilla CSS
I was wondering if the animations done by animation libraries can be easily done by us? So, today I went to the site of the most popular css animation framework, animate.css and tried to recreate the first animation shown there, the bounce animation.
13/1/2020
- Read Article ➔

Dumb Project - YouTube Video Watcher
Do you get lost into the autoplay of YouTube videos. Well no more. Get your video playing on your own page.
11/1/2020
- Read Article ➔

How to get started with Game Development
Have you ever wanted to make a game, but don't know where to start? Well in this post I will talk about where to start with game development
8/1/2020
- Read Article ➔

How to Make a Timer with Javascript
It is important in life to have track of time. So, today we are going to make a timer app in JavaScript
7/1/2020
- Read Article ➔

How to Make Tic Tac Toe in Browser with HTML CSS and JS
Bored being alone? Or feel shy to call your friends to play tic-tac-toe with you? Let's make a tic-tac-toe game with HTML, CSS and JavaScript.
6/1/2020
- Read Article ➔

How to Make a Progressive Web App
Turning an app into a progressive web app helps you to have the app offline, as well as it let's the users to install the app as well
5/1/2020
- Read Article ➔

A Simple Bookmarker App with LocalStorage
There is a feature called localStorage in the browsers, which can be used to store client side data. So, you won't always need a server to store data from user. So, using this feature, we are going to make a site bookmarker app.
4/1/2020
- Read Article ➔

Light/Dark Mode Toggle
Having a light and dark mode toggle in your website is becoming an essential feature day by day. So in this post we are going to create a light/dark mode toggle for our website
3/1/2020
- Read Article ➔

Link Shortener Pt. 2 - Using Routers, Handlebars and Making a Simple FrontEnd
Let's make a simple frontend for our URL shortening service using Handlebars, and let's sanitize the code a bit by creating separate router file
2/1/2020
- Read Article ➔

Link Shortener Pt. 1 - Backend with node.js
Let's make a simple backend with node.js and express which will help us to shorten links
1/1/2020
- Read Article ➔

Personalized New Year Card - No Backend
Having a complex backend to do simple jobs is really easy. But it is challenging to flex your knowledge of javascript and make a simple personalized card. Today we are going to make that.
31/12/2019
- Read Article ➔

Redux vs Context API
Redux and Context API are the two main ways to have global state in React. Check out how to work with both of them and then decide which one is best for you
26/12/2019