KOR
Web development and Tech news Blog site. WEBISFREE.com
HTML
CSS
JAVASCRIPT
PYTHON
REACT
VueJS
NuxtJS
LINUX
JQUERY
PHP
DATABASE
LODASH
WEBDEVETC
TECH
ETC
JSON Pretty
LATEST POSTs
Latest
Popular
JavaScript String method, endsWith()
Previously, we learned about the JavaScript string method startsWith(). Today, we will learn about the endsWith() method
View Count :
363
Created : 2023-04-24
webdevetc
#string
#endsWith
#startsWith
Learn how to chat with ChatGPT and listen through the microphone and speaker
When I first used ChatGPT, I was disappointed that it only allowed text-based conversations. Of course, I hope that with
View Count :
582
Created : 2023-03-06
webdevetc
#chatgpt
#speaking
Solving Browser Cookie Size Error 400 Issue
If you are using a web browser, an error related to the cookie size (Cookie size large) may occur. Let's find out how to
View Count :
269
Created : 2023-03-04
webdevetc
#cookie
#cognito
#400
#413
[WSL] How to reboot and restart Linux on Windows
We will learn how to restart or reboot Windows Subsystem for Linux (WSL or WSL 2).# How to wsl restart(reboot)We will on
View Count :
394
Created : 2023-03-04
webdevetc
#wsl
#reboot
#shutdown
Changing Node and NPM version using nvm.
Matching the version of Node (npm) with the development environment is very important in Node development. If the curren
View Count :
416
Created : 2023-03-03
webdevetc
#npm
#nvm
#nodejs
[NodeJS] Resolving the issue of not being able to retrieve the request body in nodejs express when making post and patch requests through ajax.
Using axios in the front-end app, we passed parameters in the body and sent them to the server. There were no special se
View Count :
374
Created : 2023-02-27
webdevetc
#ajax
#nodejs
#parsing
[IDE] How to use the esc key when editing files with vi or vim in the Intellij terminal
When using the web development editor Intellij (or WebStorm), you may sometimes need to use the vi or vim file editing f
View Count :
336
Created : 2023-02-26
webdevetc
#intellij
#IDE
How to Convert yarn.lock and package-lock.json Files to Each Other
When using Node package managers npm or yarn, package-lock.json or yarn.lock files are automatically generated. However,
View Count :
356
Created : 2023-02-24
webdevetc
#lockfile
#yarn.lock
#package-lock.json
[Nuxtjs] Dynamically refreshing useFetch() with parameter and query string changes
In Nuxtjs, the useFetch() lifecycle hook at the page level is often used for server-side rendering."Can we re-execute us
View Count :
458
Created : 2023-02-24
webdevetc
#nuxtjs
#useFetch
Announcing the Nuxt 3 stable version release news.
I have some news to share about Nuxt. On November 16, 2022, just a few days ago, the stable version of Nuxt 3 was offici
View Count :
339
Created : 2023-02-24
webdevetc
#nuxt
#SSR
#nuxt3
How to resolve CORS error when loading fonts from AWS S3 using @font-face
You can upload a specific web font to S3's static storage and load it using @font-face, like this:@font-face { fon
View Count :
424
Created : 2023-02-24
webdevetc
#cors
#font-face
[JavaScript] Implementing text-to-speech functionality using speechSynthesis.
We want to implement a speaking feature using JavaScript on a web page. Let's find out how to do it below.# Creating a J
View Count :
369
Created : 2023-02-24
webdevetc
#SpeechSynthesis
#SpeechSynthesisUtterance
#Speaking
[lodash] How to use get() method
Today, we'll take a closer look at the lodash get() method.# Lodash get() Methodget() is a method used for objects that
View Count :
287
Created : 2023-02-24
webdevetc
#get
#es2020
#Object
Resolving unable to use ports below 1000 in WSL local development environment.
Recently, when trying to set the port of a local app to 80 in WSL 2, which is a Windows Subsystem for Linux, an error oc
View Count :
344
Created : 2023-02-24
webdevetc
#wsl
#port
First
Prev
1
Next
Last