Author: DpEN

  • SwiperJS extra attributes from the server React/NextJS 14 issue

    Recently, while integrating SwiperJS with NextJS 14, I encountered the “Warning: Extra attributes from the server: class, style” issue. This warning indicated a mismatch between the React virtual DOM and the actual DOM due to additional styles or classes added during page load. At the time, I was using Swiper JS version 11.0.5, and with…

  • Somewhere only we know by Keane (Cover)

    Another one of those covers ….. Again * has some mistakes though 🙂  Lyrics and Chords [Intro] C Em Dm G x2 [Verse 1] C Em I walked across an empty land Dm F G I knew the pathway like the back of my hand C Em I felt the earth beneath my feet…

  • Hawa Jastai by John Chamling Cover

    This song has been on my mind for some time now. Give it a listen 🙂 Lyrics and Chords Capo : 4th Fret Language: Nepali My version has Am, em, F, C, G Bujhauna Khoje Bhani diye Timi bahek kohi chaina aru Haridiyee Sumpisake Timrai Khusi Bhani Ma chai royidiye Hawa Jastai Malai Udna Man…

  • Setting up Next JS with Docker and File Sync

    Setting up Next JS with Docker and File Sync

    Today we are going to look at how we can setup our NextJS application in Docker with Hot reloading feature. For this tutorial we are going to use Next.js with Docker. Note: This works with Next.js version 13 as well. So, firstly we are going to look at what is Docker in simple terms and…

  • Creating Zoom Events on WordPress

    Creating Zoom Events on WordPress

    Ever wondered how you can host your Zoom events directly from your own website without needing to go back and forth on Zoom portal? You can do so, using WordPress alongside with Video Conferencing with Zoom plugin. This tutorial shows you on how you can create your Zoom Meetings from your WordPress site and show…

  • Long Nights by Eddie Vedder Acoustic Cover

    Here’s my cover on Eddie Vedder’s long nights version. Not much of a guitarist or vocalist. Just for memories 🙂 Have no fear For when I’m alone I’ll be better off than I was before I’ve got this light I’ll be around to grow Who I was before I cannot recall Long nights allow me…

  • Setting up Video Conferencing with Zoom plugin version 4.0.0

    Setting up Video Conferencing with Zoom plugin version 4.0.0

    With plugin version 4.0.0 – Video conferencing with zoom plugin now supports server-to-server authentication method. As, JWT App Type is being deprecated by Zoom we have implemented the new server-to-server authentication method. Current users do not need to worry about any breaking changes, chances are there is none. Server-to-server authentication method is fairly simple to integrate.…

  • Journey to Gosaikunda, Nepal

    Journey to Gosaikunda, Nepal

    Today, I am going to mildly exaggerate my journey to Gosaikunda. For those of you who do not know about this destination. It’s located in Nepal, located at an elevation of 4380m (14,370ft) in Rasuwa district of Nepal. Gosaikunda, is an fresh alpine water formed lake in Langtang Region. The lake melts to form the Trishuli…

  • Fix: The Cycle Frontier Stuttering, Lags, or Freezing constantly

    Fix: The Cycle Frontier Stuttering, Lags, or Freezing constantly

    YAGER recently launched a free-to-play first person shooter game called “The Cycle: Frontier” – I am going to give my personal review of the game as I haven’t had much chance to play the game due to stupid errors the game has. It took me some time to figure out. Personally, this game looks interesting…

  • Main reason behind moduleNotFoundError on Vercel but working on Local

    Recently, i have been tapping into nextJS by Vercel and damn i love how this works flawlessly. Saying that, it does still come with issues that makes you scratch your head. To be honest, i am from a PHP workflow and working with PHP debugging issue is not so hard because the debug messages are…