https://vanillawebdev.blogspot.com/search?updated-max=2025-01-24T17:19:00-08:00&max-results=10
https://vanillawebdev.blogspot.com/search?updated-max=2025-01-24T17:19:00-08:00&max-results=20
https://vanillawebdev.blogspot.com/
6059206262860954295
https://vanillawebdev.blogspot.com/2026/03/vs-code-memory-usage-in-chromeos.html
VS Code Memory Usage in ChromeOS
March 31, 2026
2026
March
31
04:49 PM
VS Code is very slow on my 4GB RAM Chromebook, but I need the diff tool to commit changes on a project. So I wonder what if I just open it in the background and use vscode.dev for the coding?Linux VS Code use around 400MB of RAM. While on idle, my Chromebook already takes up 3GB RAM, so it doesn't show any noticeable difference in system performance, except for the initial application load.
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhqNaxlklisumgQPLxT5IxG12gYagx7BA68gJLG4WVBE9ob_g_FhW-MJU6sILffwjrkaNiiw8gGQc0U5cvMEuauJY8P3rKW36UEZdGv2O40rTEnbgg5aBEF66oNtsQpCzBZWaFYssmry0Nh7n0DfEY_WoKf3HXpYOLZnoTByIC9bybjEVkW5fIQPq1xsWTV/s72-c/chromeos-memory-usage-vscode.png
8150479972211212286
https://vanillawebdev.blogspot.com/2025/09/auto-open-project-folder-devtools.html
Auto Open Project Folder DevTools Workspace
September 20, 2025
2025
September
20
11:14 AM
You can auto open a project folder as workspace in Chrome DevTools. Workspace allows you to edit the project files directly from DevTools.Previously, it is done manually by selecting the project folder to open as workspace. Now, DevTools can recognize the project folder by reading the com.chrome.devtools.json file inside the project folder.
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEitqRLiI0JbpNSeAS7rep2wRgxBCt0fF99l2QijfdbKf2tIvg4DD3wVWu7JOfmCqzTdUs2Zu8iiXkMs8xLtktl99K8540qqLQQjEV-KrQuVYpzPNEeXW9ztdjH-7cXB92WtfSfHZO9sOeYN9I8fcnGpq4yr6jH3co_XIhOpEBhvSAJriUv2id9k6N8BHmx6/s72-w640-c-h320/devtools-workspace-config-json.png
2993637956607339887
https://vanillawebdev.blogspot.com/2025/03/css-background-image-issue-white-flash.html
CSS Background Image Issue - White Flash When Scrolling The Page
March 05, 2025
2025
March
05
01:26 PM
There was this white flickering when I scrolled the page after switching back from another tab. It happened really fast that I needed to record the screen and check the video frame by frame.
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjiuB_ZkKIq440rkBMQuvQ85vcyLYbw-ugsU0ApeffkXcAjZfrFwrr3eKeUdqWCMRfrqN7vWuwe-W5Lwadjoj1KzSi1AyJv5Hi7-HJCsDdTdKSdjb8TvvAoIlX5nJRe4ZABfDDiIqGzFyFIGgerZxFClY5h3I1mdfGVocC1uWOULCIIILZ4QWx-dmPULqRu/s72-w640-c-h360/Screenshot%202025-03-05%207.17.42%20PM.png
true
https://vanillawebdev.blogspot.com/search/label/Web%20Design
Web Design
5698344969611113060
https://vanillawebdev.blogspot.com/2025/03/localstorage-data-server.html
localStorage Data Server
March 04, 2025
2025
March
04
09:50 AM
Plain JavaScript starter code to build localStorage data server. The data is automatically parsed from and converted back to JSON format upon saving.
true
https://vanillawebdev.blogspot.com/search/label/data-server
data-server
https://vanillawebdev.blogspot.com/search/label/homepage
homepage
https://vanillawebdev.blogspot.com/search/label/starter-code
starter-code
6831968750035713455
https://vanillawebdev.blogspot.com/2025/02/blog-post.html
Deploy Files to Firebase Hosting
February 18, 2025
2025
February
19
04:45 AM
A simple guide to deploy files to firebase hosting.
true
https://vanillawebdev.blogspot.com/search/label/firebase
firebase
https://vanillawebdev.blogspot.com/search/label/project-setup
project-setup
7300131084389298532
https://vanillawebdev.blogspot.com/2025/02/css-nesting-tips-for-chrome-devtools.html
CSS Nesting Tips for Chrome DevTools
February 09, 2025
2025
February
09
12:45 PM
You would want to use & to style the root element. This helps DevTools insert new properties in the right place. Otherwise, it will insert new properties right before the closing brackets, which is badly formatted (if that's even an issue that has not been fixed).
true
https://vanillawebdev.blogspot.com/search/label/%40lvc
@lvc
https://vanillawebdev.blogspot.com/search/label/css-tips
css-tips
6069009078751645860
https://vanillawebdev.blogspot.com/2025/02/jsconfig-setup.html
jsconfig.json
February 09, 2025
2025
February
09
10:52 AM
jsconfig.json setup for vanilla JS project.
true
https://vanillawebdev.blogspot.com/search/label/%40lvc
@lvc
https://vanillawebdev.blogspot.com/search/label/project-setup
project-setup
3243289157350453208
https://vanillawebdev.blogspot.com/2025/02/naming-async-function.html
Naming the Async Function
February 04, 2025
2025
February
04
10:26 AM
You would one to use either one of these to make an async function distinguishable from from synchronous ones:
true
https://vanillawebdev.blogspot.com/search/label/%40lvc
@lvc
https://vanillawebdev.blogspot.com/search/label/coding-tips
coding-tips
https://vanillawebdev.blogspot.com/search/label/homepage
homepage
1453941876232939061
https://vanillawebdev.blogspot.com/2025/02/file-caching.html
Files Caching Component
February 02, 2025
2025
February
03
07:01 AM
File caching component for vanilla JS web app. Mainly used for building PWAs.
true
https://vanillawebdev.blogspot.com/search/label/%40lvc
@lvc
https://vanillawebdev.blogspot.com/search/label/Application%20Component
Application Component
https://vanillawebdev.blogspot.com/search/label/pending-review
pending-review
1235081772532359779
https://vanillawebdev.blogspot.com/2025/01/local-development-server-setup.html
Local Development Server using Express.js
January 24, 2025
2025
January
25
01:19 AM
A starter code to set up a local development server using express.js, for vanilla JavaScript project.
true
https://vanillawebdev.blogspot.com/search/label/%40lvc
@lvc
https://vanillawebdev.blogspot.com/search/label/homepage
homepage
https://vanillawebdev.blogspot.com/search/label/project-setup
project-setup
https://vanillawebdev.blogspot.com/search/label/starter-code
starter-code
https://vanillawebdev.blogspot.com/search?updated-max=2025-01-24T17:19:00-08:00&max-results=10
https://vanillawebdev.blogspot.com/