JavaScript Tutorial for Beginners

JavaScript Tutorial for Beginners

3 years ago, August 28, 2021

I have tried to put together a video tutorial series on YouTube. Please support by subscribing to my YouTube and leaving your feedback on the videos.

Google chrome debugger tool walkthrough

Google chrome debugger tool walkthrough

3 years ago, August 9, 2021

Debugging is important in programming. There are debugging tools available for different languages one can use to help debug their code. Luckily if you are writing javascript to run in a browser, all major browser’s come with a built-in debugger tool. I have created a youtube video where I walk through Google Chrome’s debugger tool.

ReactJs tutorial for beginners in Nepali

ReactJs tutorial for beginners in Nepali

3 years ago, July 24, 2021

Here is my attempt to create a Video tutorial for ReactJs beginners’ course in Nepali. Watch all the videos in the series on this Youtube Playlist Episode: 1 Content Introduction to React and Frontend Dev landscape Bootstrapping a project using CRA React Component basics Props States Introduction to React What is an SPA? What is […]

Handling Push Notification Subscription for multiple devices

Handling Push Notification Subscription for multiple devices

3 years ago, July 24, 2021

If you have added a push notification feature on your PWA. You might have stumbled upon one problem. Identifying subscription records How do I identify the subscription so that I can later notify it? The easiest way is to add a user’s ID field to it and save it in your database. For example: Max […]

Heroku PostgreSQL database backup and restore

Heroku PostgreSQL database backup and restore

3 years ago, May 29, 2021

If you are new to Heroku and PostgreSQL and need to backup/restore data to and from your PostgreSQL database in Heroku, it might be overwhelming to get it right. This post has everything you will need to do just that.

Implementing cocktail recommendation engine using neo4j

Implementing cocktail recommendation engine using neo4j

3 years ago, November 14, 2021

A recommendation engine can give site visitors an opportunity to discover the most relevant content on the site depending on the page user is browsing. A content publisher or a store can benefit from extra views/exposure or upselling.

© 2024 Anil Maharjan