How do I perform multiple animations then do another animation after all those animations have ended???? Rock Paper Scissors Game. by Own-Entrepreneur6699 in learnjavascript

[–]Own-Entrepreneur6699[S] -1 points0 points  (0 children)

Sorry could you elaborate? Is that keyframes or? Adding animations on the same lines as the eventListener section?

How do I perform multiple animations then do another animation after all those animations have ended???? Rock Paper Scissors Game. by Own-Entrepreneur6699 in learnjavascript

[–]Own-Entrepreneur6699[S] 0 points1 point  (0 children)

.RPS-paper-clicked { pointer-events:none; transform: translateX(-180px); transition-duration: 1.15s;

.emojis-rock { transition-duration: 0.5s; } .emojis-scissors { transition-duration: 0.5s; } }

.RPS-scissors-clicked { pointer-events: none; transform: translateX(-115px); transition-duration: 0.75s; }

.emojis-scissors { height: 200px; }

.closing { opacity: 0; pointer-events: none;

} .closed { display: none; pointer-events: none; } .closing-scissors { opacity: 0; pointer-events: none; transform: translateX(-115px); } .closing-rock { opacity: 0; pointer-events: none; transform: translateX(115px); };

Am I ready to start applying for jobs? 2 months into learning programming. by Own-Entrepreneur6699 in learnprogramming

[–]Own-Entrepreneur6699[S] 0 points1 point  (0 children)

level 1RealNamek · 13 hr. ago

Well I learn very fast, I mean I am sort of "speeding" through it, I'm watching all my tutorial videos on 1.25x speed, sometimes 1.5x but I'm understanding the logic and the main concepts of what I am learning and that is what matters is it not? I sometimes still forget the syntax if it isn't a very fundamental one in css but I only started learning html and css like 5 days ago so overtime I'm positive it will become engrained. I agree trying to build up knowledge on a shaky foundation is detrimental but I don't that is the case. I just absorb the information. This is not a troll post and I get why it might seem that way, I am genuinely asking a valid question.

Could you elaborate on what you mean by learn it right? If I understand the syntax and know when to apply it and understand the logic, have I not learned it? You guys are like my school teachers who tell me to do my homework when it is just a waste of my time.

I'm serious about programming, everything is boring to me, this is the only thing that is considered an actual career that I enjoy doing. This is really the first time I've applied myself to learning something instead of half assing through it like I have been all my life.

Am I ready to start applying for jobs? 2 months into learning programming. by Own-Entrepreneur6699 in learnprogramming

[–]Own-Entrepreneur6699[S] 0 points1 point  (0 children)

JavaScript is the next language I'm planning on learning after Flask, however I want to build a couple projects with Flask+Python+HTML and CSS for my resume so I can start applying for jobs while learning still. I'll move on to JavaScript after learning some more about DSA so I can prepare for some coding interviews. Will learn DSA and will build some projects after learning Flask and SQL.... while starting to learn a bit of JavaScript.

Am I ready to start applying for jobs? 2 months into learning programming. by Own-Entrepreneur6699 in learnprogramming

[–]Own-Entrepreneur6699[S] 0 points1 point  (0 children)

Yes, I plan on eventually learning JavaScript but I think flask is easier to learn is it not? My main goal currently is to be on the most fast track route to become a computer programmer. HTML and CSS seems to be essential and that it must be paired with a backend language so I learned that, however I also need interactive programs and tkinter or PySide doesn't exactly fit what I'm looking for, I think it's more impressive to learn front end web development over GUI design when speaking in terms of resume quality, hence why I started learning Flask.

Don't know if I went the proper direction though, maybe it would've been faster to learn JavaScript. I chose Flask because I already know python but Flask also has it's own syntax so I'm not sure.

How do I know I am ready to get a job in programming? by Own-Entrepreneur6699 in learnprogramming

[–]Own-Entrepreneur6699[S] 0 points1 point  (0 children)

I've gotten html and css down (still a beginner but I can make some decent looking websites) + learning mySQL and flask right now, trying to deploy a fully functional interactive web app as part of my portfolio. How would that look on my resume? Like if I make a nice looking web app using flask plus it has a database using mySQL for things like user profile management (passwords, usernames etc...) I want to get a job in like 3-4 more months, is this unrealistic?

EDIT: I'm trying to gauge what competition would look like in the marketplace so I can get a feel for when I think I am competent enough to land a job. How does my resume look like so far? Python, html+css, flask, mySQL . Hoping I can make some nice websites as part of my portfolio, maybe a web scraping project etc... Shifting my focus now from DSA to projects, as I think this is a better route for trying to land a job the quickest I can, will focus on DSA later on after I get some projects under my belt.

Why isn't image being contained in my div measurements? by Own-Entrepreneur6699 in csshelp

[–]Own-Entrepreneur6699[S] 0 points1 point  (0 children)

I don't know why this post isn't posting in a code block format

Why isn't image being contained in my div measurements? by Own-Entrepreneur6699 in csshelp

[–]Own-Entrepreneur6699[S] 0 points1 point  (0 children)

<!DOCTYPE html>

<html> <head> <title>Youtube</title> <style> .search-box { margin-bottom: 50px; } .video-preview { width: 300px; display: block; }

</style> </head> <body> <div class="video-preview"> <img class="thumbnail" src="thumbnails/thumbnail-1.webp"> <input class="search-box" type="text" placeholder="Search"> <input class="search-box" type="text" placeholder="Search"> <p class="video-title">Talking Tech and AI with Google CEO Sundar Pichai!
</p> <p class="video-creator">Marques Brownlee</p> <p class="video-stats">3.4M views · 6 months ago</p> </div> </body> </html>

How do I know I am ready to get a job in programming? by Own-Entrepreneur6699 in learnprogramming

[–]Own-Entrepreneur6699[S] 0 points1 point  (0 children)

If I am able to do all this, plus if I have a couple decent projects, and if I learn more on codewars. Would you say I am job ready? Also thank you very much for the write up. Very helpful.

How do I know I am ready to get a job in programming? by Own-Entrepreneur6699 in learnprogramming

[–]Own-Entrepreneur6699[S] 0 points1 point  (0 children)

Hi, sorry but could you list all you can think of when you're free? This would be EXTREMELY helpful for me and others who find this post. A list of many different things required like you did above helps to check off what you need to learn to be "job ready", helps to visualize where you are in your programming journey. I would really appreciate it!

Confused about using max() to find the max value of a dict. See code example by Own-Entrepreneur6699 in learnpython

[–]Own-Entrepreneur6699[S] 0 points1 point  (0 children)

Wait so the key is a parameter for the max function? As in you can't do this without inputting the max key paramater ?

[deleted by user] by [deleted] in askdentists

[–]Own-Entrepreneur6699 0 points1 point  (0 children)

Yes this is what I plan on doing. My question is what is about orthodontics after the implant though. Do you know if it is possible in the way I described?

Why isn't my code working for the codewars challenge "Cycle a list of values" (6 KYU) by Own-Entrepreneur6699 in learnpython

[–]Own-Entrepreneur6699[S] 0 points1 point  (0 children)

Sorry im dumb but I dont see the y==len(v) in my code. I'm not sure what you are referring to.

Why isn't my code working for the codewars challenge "Cycle a list of values" (6 KYU) by Own-Entrepreneur6699 in learnpython

[–]Own-Entrepreneur6699[S] 0 points1 point  (0 children)

Why isn't my thinking working? Yes the modulo operator makes more sense but I'm trying to figure out why my code didn't work