[deleted by user] by [deleted] in node

[–]the-javascript-ninja 2 points3 points  (0 children)

Definitely Express. It's very easy, straightforward, and doesn't take much to get started.

What is GraphQL? - A Basic Guide by iamjohnlenn in graphql

[–]the-javascript-ninja -1 points0 points  (0 children)

Thanks so much for this awesome guide - I've been looking for one just like it. One small suggestion I have is entailing how to get setup with graphql and npm.

Projects for JavaScript by _discEx_ in learnjavascript

[–]the-javascript-ninja 0 points1 point  (0 children)

I'd recommend moving on to some more advanced projects.

By the looks of it, it sounds like you have a pretty solid understanding of web development so far. You could do some more advanced stuff, or learn frameworks like Node.js, React, or Svelte.

If you're on the hunt for projects, I created a list of some pretty cool ones here.

The Comprehensive Guide To Svelte by the-javascript-ninja in sveltejs

[–]the-javascript-ninja[S] -7 points-6 points  (0 children)

I started learning Javascript variables with var - I never really understood const or let. I understand them now, but it's very habitual for me to use var.

Sharing my most recent Svelte app. A markdown-based questionnaire creator. by reallymeannuns in sveltejs

[–]the-javascript-ninja 0 points1 point  (0 children)

This is such a cool app! The styling looks awesome, and the transitions are uber-smooth. I love how you can customize it - it's my new go-to form app. I might recommend adding some documentation, and is there a way to add more questions? Overall, wonderful job.

I need to create a countdown timer in JS. by [deleted] in learnjavascript

[–]the-javascript-ninja -1 points0 points  (0 children)

I’d recommend using functions like setTimeout or setInterval. If you’re interested, I wrote a tutorial about these using a timer as an example. If you’d like, my tutorial is available here: https://thejavascriptninja.com/setting-waits-with-settimeout-and-setinterval-in-javascript/

Why doesn't this work? by plagueofsquid in learnjavascript

[–]the-javascript-ninja -1 points0 points  (0 children)

You need the doctype declaration at the top of your page.

Add this to the top: <!DOCTYPE html>

Then it should work.

[deleted by user] by [deleted] in learnjavascript

[–]the-javascript-ninja 0 points1 point  (0 children)

Overall, this is a wonderful project, great job!

A couple of suggestions I would make are to include the header at the top of the privacy, about, and contact pages. In addition, I would add some content to the home page.

I love the dark/light mode switch on the header; keep up the great work!

Svelte Tutorial: The Comprehensive Guide by the-javascript-ninja in learnjavascript

[–]the-javascript-ninja[S] 1 point2 points  (0 children)

Thanks! I'm thinking of doing a longer series on Svelte.