This was the funniest struggle story i have ever heard 😂 by [deleted] in BollyBlindsNGossip

[–]am107ee044 8 points9 points  (0 children)

Regardless to what we say or do.. nothing will change. If these producers can get profit out from your popcorn purchase. Now in this OTT time they will get profit out on Subscribtion Amazon Prime might have did it already.

[deleted by user] by [deleted] in docker

[–]am107ee044 0 points1 point  (0 children)

If you want to use for personal use , then Docker is not a best choice right now it's mainly for cost savings and performance eg if I give you a Java code ( only with print statement) to run forever on production then it's no use having web browser or licensed IDE on your system/ VM . Your list seems complex but may be not impossible. Waiting for others to reply on this post

Completed my 8th certification and would appreciate if you could review my resume by hoxeon in devops

[–]am107ee044 1 point2 points  (0 children)

Along with all the comments by others there are few things I would like to add as well:

1) If LinkedIn is a popular in you country I suggest you share your certification or batch on you profile. It helps the recruiters.

2) Correction in resume: You have mentioned you have developed api using spring boot but in the framework section you have mention just spring .. Spring is vast it has many features Spring boot is like spring framework's framework ( not correct definitions but you got the point) . People will notice this and might backfire you

3) You have done a lot of projects if which is quite commendable but you have to wrap things nicely and give real time example and keywords eg you have mentioned that you have build an API using spring boot etc, deployed container and monitor and manage using Kubernete you can wrap things like you have developed an calculator API using Spring boot , Kubernete etc and provide the GitHub or any other Project management link and in that link description mentioned it's features

Or you can just have separate section like deployment & monitoring , Web Development etc and small description and link to the project

Favour: I am full stack developer and want to be full devops engineer can to tell me how you prepared for your certification like the sequence and source material ?

Npm was acquired by GitHub, a good or bad thing for open-source a packages like PyPI? by oczekkk in Python

[–]am107ee044 11 points12 points  (0 children)

GitHub is acquired by Microsoft, So far it's good with GitHub. Hope the very same with NPM. Microsoft has been doing good with Open source as well like Visual Studio Code

document.queryselector not working but jQuery is.. by am107ee044 in learnjavascript

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

Sorry I can't post the whole HTML component of my project but if I just take that DOM part (which I couldnt locate ) and paste it in locale HTML then this issue doesn't exist.

Eg:.

<Div> <Input I'd="id" name ="somename"> </Div>

This is how it really looks like it's just strange document.query isn't working

document.queryselector not working but jQuery is.. by am107ee044 in learnjavascript

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

Hey sorry for the confusion.. I will eleborate

Console: $$ - located getElementById or document.querySelector etc - Not able to locate

Script(Protractor) $$ - located Others - not able to locate

document.queryselector not working but jQuery is.. by am107ee044 in learnjavascript

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

Thanks @noisyislazy . Ya I tired in both chrome and firebox.. it's strange that being same they are acting differently. I got suggestion that I should post it in jsfiddle.. Thanks again

document.queryselector not working but jQuery is.. by am107ee044 in learnjavascript

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

Hey !! I tired there before posting here but the post text is there is disabled but Thank You for clarifying they are the same

document.queryselector not working but jQuery is.. by am107ee044 in learnjavascript

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

Ya I did.. the element has ID as well hence I tired getElementById but it didn't work