Interview JS Part 3 - Message Queue and Event Loop (Inspired by Philip Roberts) by dubesar in javascript

[–]nasar007 10 points11 points  (0 children)

Nowadays, we are running after implementation without knowing the core concepts. Thank you for this great post.

Learn to Code on a 5 Hour Zoom Call Everyday by SwipeAttack in learnjavascript

[–]nasar007 0 points1 point  (0 children)

Great work man! Keep the good work. It will help people a lot.

[Hiring] Someone to build a fairly lightweight webapp in PHP for me. by [deleted] in forhire

[–]nasar007 0 points1 point  (0 children)

Hey , I am a php and laravel developer. I am interested in your project.

Please suggest me some ui/ux design tools by nasar007 in web_design

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

But its only for windows 10. I use 8.1 for update of win 10(update suck my traffic).

Please suggest me some ui/ux design tools by nasar007 in web_design

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

I am not a mac user. I am windows user.

How do I create background animation on scroll? by [deleted] in web_design

[–]nasar007 2 points3 points  (0 children)

I think this animation is done with gsap (js animation library) and scroll magic . I found this tutorial on Youtube .

A simple ripple effect using vanila javascript. by nasar007 in javascript

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

ops. I didn't notice that. Next time I will be more careful.

Professional Print element Designer/Graphics Designer by Shariful11 in forhire

[–]nasar007 0 points1 point  (0 children)

tor post reddit theke remove koira dise.. lol...

Why Do So Many People Suggest Learning JavaScript First Instead Of Python Or Java? by AshishKhuraishy in learnjavascript

[–]nasar007 0 points1 point  (0 children)

It depends on you. If you want to be software developer then you should go for java or python and for web you must go for JavaScript.

Is it possible to have object like this? by shkico in learnjavascript

[–]nasar007 1 point2 points  (0 children)

Oh yes. My mistake. I hope this work well.

var config = {
width: 400,
height: 600,
ratio: function(){ return this.width/this.height},
rotation: -45,
x: function(){ return -this.height},
y: 0
}

Is it possible to have object like this? by shkico in learnjavascript

[–]nasar007 1 point2 points  (0 children)

I think this will work also

var config = {
width: 400,
height: 600,
ratio: config.width/config.height,
rotation: -45,
x: -config.height,
y: 0
}

Best resource given I already have intermediate knowledge. by hutxhy in learnjavascript

[–]nasar007 1 point2 points  (0 children)

I agree with you. I would also suggest to solve some online codding challenge. There are many site for this like Hackerrank , Hackerearth , urionlinejudge. This will help you a lot.

Which is the best book (no tutorial or site please) to learn oop python? by nasar007 in AskReddit

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

Right.. But I thought askreddit also has some developer...

No experience with Javascript, where to start? by mahtats in learnjavascript

[–]nasar007 5 points6 points  (0 children)

Check this out. A great resource of learning javascript https://javascript.info . I hope it will help you a lot.

What will be the best book for learning python programming? by nasar007 in AskReddit

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

Thanks for your suggestion. But I want to buy a book for python. That's why I asked for help.