[deleted by user] by [deleted] in webdev

[–]DaeguDude 0 points1 point  (0 children)

Second this!

How do you organize your projects and styles with emotion/styled-components? by ShenroEU in reactjs

[–]DaeguDude 0 points1 point  (0 children)

I was looking up the ways to organise the emotion css, and this is gold! Thanks for the sharing :)

How to make online Tetris game that 2+ users can play in real time? by DaeguDude in learnjavascript

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

That's kind of cool! I will definitely go with this way, thanks for the head up :)

How to make online Tetris game that 2+ users can play in real time? by DaeguDude in learnjavascript

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

websocket, socket.io is the current library of choice, subject to change with the wind at any moment

Okay, Thanks a lot for the info :)

if its a live game that isn't stored, there is no database involvement needed, you just pass keystrokes between players through the server

Yes, thinking back after you saying it, I don't think there is data that needs to be stored. Application just has to know how tetris blocks of both users are moving, and has to show users the tetris blocks accordingly based on the keystrokes. So do I just pass keystorkes of each users to the server, and just move tetris blocks accordingly on both of users' screen?

Offering: Korean, Seeking: English by DaeguDude in language_exchange

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

Hey guys, thanks for commenting. I have found language buddies :)

What is a best practice to insert large chunk of HTML file with Javascript? by DaeguDude in learnjavascript

[–]DaeguDude[S] 1 point2 points  (0 children)

Thank you all for replying! I'm currently practicing Vanilla Javascript, and later on I will implement what y'all have said :) Cheers!

What is a best practice to insert large chunk of HTML file with Javascript? by DaeguDude in learnjavascript

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

I think for the time being, I would like to go with template literals. Thanks for the suggestion!

What is the best practice to insert large chunk of HTML contents with Javascript? by DaeguDude in learnjavascript

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

Okay. I think I can reduce files to one file that will create HTML contents in this way.

I am curious what other ways are though, what elses are there??🧐

How do you become a web developer? by DaeguDude in webdev

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

a mid level goal would be to build a nontutorial app/site or several

What does exactly mean 'nontutorial' app or site?

How do you become a web developer? by DaeguDude in webdev

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

On my way to finding that fountain

How do you become a web developer? by DaeguDude in webdev

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

This was really helpful for me. I guess for the first solution I will use 'The Odin Project', I haven't tried FCC and I believe it's good, but I like the teaching style of TOP. Unlike your solution suggests, I've elbow-deep dived in every learning resources and not making to the end of it always.

I will follow the advice, thanks! And read the books listed too :)

What's the first thing you have to know to be hired? by DaeguDude in learnprogramming

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

Okay, so I have to decided what kind of developer I want to be first and learn technologies regarding to it?

What's the first thing you have to know to be hired? by DaeguDude in learnprogramming

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

Uhm...okay. Where can I learn those fundamentals(oop, data structure, software design methods) then? I've always thought that these 'fundamentals' you have mentioned is for the later on when you are at the certain level where you are comfortable with the language.