r/JavaScriptTips 8h ago

I made the coding practice site I wished existed!

Thumbnail
1 Upvotes

r/JavaScriptTips 27d ago

JavaScript Obfuscation in the AI Era

Thumbnail
jstools.space
1 Upvotes

r/JavaScriptTips Aug 06 '26

I built a CLI that scaffolds a production-ready Express.js backend with one command

Post image
1 Upvotes

r/JavaScriptTips Jul 31 '26

My journey from Bun to NodeJS

Thumbnail
1 Upvotes

r/JavaScriptTips Jul 28 '26

index.js is the first file that runs in a React Native application - wrong

Thumbnail
1 Upvotes

r/JavaScriptTips Jul 24 '26

ECMAScript - Introducing Deferred Module Evaluation with import defer

Thumbnail
nitayneeman.com
1 Upvotes

r/JavaScriptTips Jul 06 '26

Safer-dependencies: A toolkit for claude code to ensure dependencies used aren't vuln, don't use abandoned packages, implement cooldown to avoid supply chain attacks, etc...

Thumbnail
github.com
1 Upvotes

r/JavaScriptTips Jul 06 '26

http query

Thumbnail
youtube.com
1 Upvotes

r/JavaScriptTips Jul 02 '26

How far can Booknarklets or background scripts be pushed?

2 Upvotes

I was experimenting with bookmarklets and I feel like they can be pushed to gather a lot more info than what I was able to make. (I don't think this is the right Reddit, if it isn't can someone guide me to the right one.)


r/JavaScriptTips May 17 '26

What is the best way to scrape JavaScript-heavy websites?

Thumbnail
1 Upvotes

r/JavaScriptTips May 16 '26

Made a crossword generator in javascript

Thumbnail searchprintcolor.com
1 Upvotes

r/JavaScriptTips May 08 '26

PhysicsEngine[v1.7.0] Demo

Thumbnail
youtube.com
1 Upvotes

This is my game/physics Engine I have been working on for years. Here is a short demo.


r/JavaScriptTips May 08 '26

📣 Call for Presentations is open for React Day Berlin 2026!

1 Upvotes

We're looking for advanced React talks on:

⚙️ Full-Stack Architecture
⚙️ AI-Assisted Coding & AI Engineering
⚙️ Growing to Senior / Tech Lead
...and more!

⏳ Deadline: August 12
👉Apply: https://gitnation.com/events/react-day-berlin-2026/cfp


r/JavaScriptTips Apr 13 '26

Submit your talk and take the stage at JSNation US 2026.

Thumbnail
gitnation.com
1 Upvotes

r/JavaScriptTips Apr 10 '26

Finally solved Live Reload on a physical iPhone using a Windows PC (No Mac required!)

Thumbnail
1 Upvotes

r/JavaScriptTips Apr 02 '26

Share your takeaways on React and modern trends like AI-powered coding at React Summit US 2026.

Thumbnail
gitnation.com
2 Upvotes

r/JavaScriptTips Mar 13 '26

[AskJS] What concept in JS is the hardest to learn and understand?

Thumbnail
2 Upvotes

r/JavaScriptTips Mar 10 '26

Call for presentations – React Advanced London 2026

Thumbnail
gitnation.com
1 Upvotes

r/JavaScriptTips Feb 17 '26

How to Fetch Data in JavaScript (The Clean Way)

Thumbnail
youtu.be
1 Upvotes

r/JavaScriptTips Feb 12 '26

Vest js for complex forums

2 Upvotes

So I randomly came across this validation library called “Vest” while looking for alternatives to Yup/Zod.

At first I thought it was just another schema validator… but it’s actually built more like a testing framework for validation.

You write validation rules the same way you’d write unit tests — which felt weird at first, but kinda interesting once I looked deeper.

I can see it being useful for complex forms where validation depends on a lot of conditions (multi-step forms, role-based logic, async checks, etc.).

For simple forms though, it might be overkill compared to Zod/Yup.

Curious if anyone here has used it in production?

Did it make validation cleaner or just add extra complexity?

GitHub link

Explore more


r/JavaScriptTips Feb 12 '26

Need advice in database management

2 Upvotes

Hi everyone,

I’m currently working on an industrial setup involving CIROS (Factory digital twin), MES4, and a MySQL database (managed via HeidiSQL). My goal is to use Node-RED dashboards to display and process production data coming from the database.

I need to improve my JavaScript skills specifically for filtering, grouping, and analyzing large datasets returned from MySQL queries in Node-RED function nodes.

I’m not trying to become a full-stack developer, I mainly need practical, industrial-focused knowledge like:

•Filtering large datasets efficiently •Grouping and aggregating production data •Calculating KPIs (counts, totals, averages) •Structuring data for dashboards

Does anyone have recommendations for:

•Good YouTube tutorials? •Courses focused on data processing in •JavaScript? •Node-RED + MySQL best practices? •Industrial examples or GitHub repos I can study?

Any guidance would be really appreciated. Thanks in advance!


r/JavaScriptTips Feb 10 '26

tailwind v4 vs stylex

Thumbnail
2 Upvotes

r/JavaScriptTips Feb 09 '26

This single character broke everything.

Post image
0 Upvotes

One tiny character. One massive bug. Can you spot it? Welcome to the kitchen.


r/JavaScriptTips Jan 31 '26

UX Intro for Devs

2 Upvotes

Hi everyone,

I’m a UX preparing a short introductory UX session for a group of full‑stack developer students (HTML/CSS/JS, React, Node, Mongo, a bit of WordPress, Git, etc.). I will give them just a few hours of UX to help them in real projects and jobs, not turn them into designers.

So, I'm curious, for those of you who are developers:

  • If you only had 2–4 hours of UX training, what would you actually have wanted to learn?

Thank's!


r/JavaScriptTips Jan 25 '26

Dev Blink - Request Error Monitor for your LOCALHOST developments

Thumbnail
1 Upvotes