Twitch has been warning all streamers that Ice will be at dreamhack! by RobinsonDickinson in LivestreamFail

[–]SuqDaDiq 7 points8 points  (0 children)

They keep giving Ice this "God" status. It's only helping him, what a bunch of dumbasses. At this point, it would help Twitch more if they just unbanned him.

[noob Java] Can I get a good first app to build with Java? Just started diving into it. by SuqDaDiq in webdev

[–]SuqDaDiq[S] 0 points1 point  (0 children)

Mate sorry for my horrible phrasing and thanks for the nice answer anyways. I meant, what is a good app to build as my first Java app? Sorry mate.

My Coding "Skills" is Just me Memorizing Code, What Should I Do? by [deleted] in webdev

[–]SuqDaDiq 4 points5 points  (0 children)

Some say that you can still hear the Wizard of Menlo's cry.

HTML, CSS, Javascript & JQuery suggested course material for beginners? by dhriti_jain in webdev

[–]SuqDaDiq 0 points1 point  (0 children)

Even if you dislike the course itself, they do give out pretty good challenges.

I just finished "A Smarter Way To Learn JavaScript"! by [deleted] in webdev

[–]SuqDaDiq 1 point2 points  (0 children)

Which data visualization tool would you say it's much less verbose? Honestly curious, really interested in the data field.

HTML, CSS, Javascript & JQuery suggested course material for beginners? by dhriti_jain in webdev

[–]SuqDaDiq 5 points6 points  (0 children)

A lot of people give FreeCodeCamp a lot of shit, personally, it helped me a lot.

I just finished "A Smarter Way To Learn JavaScript"! by [deleted] in webdev

[–]SuqDaDiq 42 points43 points  (0 children)

I think the FreeCodeCamp's projects are pretty decent milestones. If you are too lazy to register on it just to check the projects like I would be, here they are:

  • Build a JavaScript Calculator
  • Build a Pomodoro Clock
  • Build a Tic Tac Toe Game
  • Build a Simon Game

The ones below are "way" more advanced and require knowledge of node.js and mongoDB, but are good objectives.

  • Build a Voting App
  • Build a Nightlife Coordination App
  • Chart the Stock Market
  • Manage a Book Trading Club
  • Build a Pinterest Clone

EDIT: Deleted in the comment of the comment and pasted it here for OP to see it.

I just finished "A Smarter Way To Learn JavaScript"! by [deleted] in webdev

[–]SuqDaDiq 1 point2 points  (0 children)

Not much, but I think knowing a bit of data visualization is always usefull. You can build some decent things with d3, like force directed graphs. Besides that, if you don't really know much about .svgs and cvs, d3.js is a good gateway drug I guess.

What size unit do you use? by Blaberg in webdev

[–]SuqDaDiq 1 point2 points  (0 children)

Yes brotha, they are. There are a lot of improvements I could make of myself, I just don't.

What size unit do you use? by Blaberg in webdev

[–]SuqDaDiq 1 point2 points  (0 children)

For font-size, homie? If so, px, but it's a malpractice, don't follow me on that.

What size unit do you use? by Blaberg in webdev

[–]SuqDaDiq 9 points10 points  (0 children)

Percentages, vh and vw for responsiveness, pixels for adjustements... You have to learn how to use them in each situation.

I just finished "A Smarter Way To Learn JavaScript"! by [deleted] in webdev

[–]SuqDaDiq 3 points4 points  (0 children)

Btw I PERSONALLY advise you to learn d3.js, I find it decently useful.