Category

Guide Tutorials

Step-by-step guides covering frontend fundamentals, CSS techniques, JavaScript basics, debugging tools, and developer workflows.

31
Total Tutorials
3
New this month
Showing 12 of 31 · page 1 of 3
How to Add .env to .gitignore: The Complete Security Guide
Guide
19 min
Jun 7, 2026
How to Add .env to .gitignore: The Complete Security Guide
Most 'add .env to gitignore' tutorials stop at one line in a .gitignore file. This guide covers what they miss: the standard multi-line .env* block used by Next.js / Vite / Create React App, what to actually do when a secret was already pushed (rotate FIRST), git filter-repo for rewriting history (git filter-branch is deprecated), GitHub Push Protection, gitleaks + TruffleHog pre-commit scanners, encrypted-env alternatives like dotenvx and Doppler, and why --skip-worktree beats --assume-unchanged for config files.
W
W3Tweaks Team
GitHub Copilot vs Claude vs ChatGPT: Which Writes Better CSS?
Guide
14 min
May 25, 2026
GitHub Copilot vs Claude vs ChatGPT: Which Writes Better CSS?
We gave the same 6 frontend tasks to GitHub Copilot, Claude, and ChatGPT and scored every output honestly. Spoiler: each tool has a clear strength — knowing which to reach for first saves real time.
W
W3Tweaks Team
Prompt Engineering for Frontend Developers
Guide
14 min
May 22, 2026
Prompt Engineering for Frontend Developers
Vague prompts get vague code. This guide shows frontend developers exactly how to write prompts that produce clean, working CSS and JavaScript — with real before-and-after examples for ChatGPT, Claude, and GitHub Copilot.
W
W3Tweaks Team
How to Center iFrame Video in HTML?
Guide
2 min
Nov 17, 2023
How to Center iFrame Video in HTML?
Discover the simplest methods to center iFrame videos in HTML. Follow our concise guide for a seamless web design experience and optimal video display.
B
Basheer Orsala
How to write a function in JavaScript?
Guide
5 min
Oct 18, 2023
How to write a function in JavaScript?
W
W3Tweaks Team
Does Internet Explorer 10 Support HTML5?
Guide
4 min
Oct 13, 2023
Does Internet Explorer 10 Support HTML5?
Explore if IE10 supports HTML5 features. Dive into compatibility, updates, and best practices for web development on IE10.
W
W3Tweaks Team
How to Read a CSV File in JavaScript
Guide
2 min
Sep 28, 2023
How to Read a CSV File in JavaScript
W
W3Tweaks Team
What Does $ Mean in Javascript?
Guide
2 min
Sep 28, 2023
What Does $ Mean in Javascript?
W
W3Tweaks Team
How to Check if an Object Is Empty in Javascript
Guide
3 min
Sep 25, 2023
How to Check if an Object Is Empty in Javascript
W
W3Tweaks Team
How to Comment Out Multiple Lines in JavaScript
Guide
2 min
Sep 25, 2023
How to Comment Out Multiple Lines in JavaScript
W
W3Tweaks Team
How to Convert String to Date in Javascript in dd-mmm-yyyy Format
Guide
1 min
Sep 25, 2023
How to Convert String to Date in Javascript in dd-mmm-yyyy Format
W
W3Tweaks Team
How to Disable Javascript in Tor
Guide
2 min
Sep 25, 2023
How to Disable Javascript in Tor
W
W3Tweaks Team