NottDevHow to Load Third-Party Scripts in Nuxt 3Most of the time, there are two ways for loading third party scripts as follows:Oct 3Oct 3
NottDevRefresh browser problem with Vue.jsThis issue is likely occurring because the Vue Router is not properly configured to handle browser refreshes on routes other than the root…Oct 3Oct 3
NottDevHow to Set the Default Node Version Using Nvm on MacOSTo set Node.js version 18 as the default version on macOS, you can use a Node.js version manager like nvm (Node Version Manager). Here's…Oct 3Oct 3
NottDevDeploying Static Web App to Static Website Hosting using GitHub ActionsTo deploy your static web app to static website hosting using GitHub Actions, you need to create a GitHub Actions workflow that automates…Oct 2Oct 2
NottDevIntegrating Nuxt 3 with Google reCAPTCHA v2To create a plugin for Google reCAPTCHA v2 in Nuxt 3, follow these steps:Oct 2Oct 2
NottDevHow to upload (SCP) files to server in a Bash scriptTo create a script copies files from a local machine to a remote server, you can use the scp command in a Bash script. Here's how you can…Oct 1Oct 1
NottDevHow to upload (FTP) files to server in a Bash scriptTo create a script copies files from a local machine to a remote FTP server, you can use the ftp command in a Bash script. Here's how you…Oct 1Oct 1
NottDevHow to order and structure the features in a Composition API componentIn the Composition API of Vue 3, features such as refs, computed, watch, methods and lifecycle hooks can be organized in a logical and…Sep 28Sep 28
NottDev[Vue.js] สร้าง Custom Input Componentเมื่อเราต้องการสร้าง Input component ขึ้นมาใช้งานเอง แบบที่เราต้องการ เพื่อให้สามารถนำไปใช้งานได้ง่ายขึ้น ซึ่งบทความนี้จะมาแนะนำการสร้าง…Oct 6, 2021Oct 6, 2021
NottDevทำ API ดึงราคา Cryptocurrency ง่ายๆ ด้วย Node.js + Puppeteerในยุคสมัยของ Cryptocurrency กำลังบูมแบบนี้ หลายคนคงสนุกสนาน เพลิดเพลินกับการ Trade กันอยู่และต้องคอยเข้าแอพไปเช็คราคากันบ่อยๆ…Jun 6, 2021Jun 6, 2021