Yasser A

Frontend developer & designer Joined over 9 years ago

  • 0 stories
  • 10 comments
  • 9 upvotes
  • Posted to How do you guys 'Save for Later' the Articles you like?, Jul 05, 2017

    Since I usually get headlines that I'd like to read more at work, I usually add links to keep.google.com and set a reminder to popup when I'm home (you could set reminders by location).

    0 points
  • Posted to Site Design: Pocket Penguins, Jun 02, 2016

    Well done! So beautiful, novel yet easy to use. Very well done!

    0 points
  • Posted to Site Design: Lefty, Feb 24, 2016

    I love it in general - beautiful design and animated transitions, really well done! I also like the idea. The only thing I don't like is scroll jacking..It might be nice for a first time user but repeat visitors (or anyone that learned where things are on a page) won't like it, I think.

    0 points
  • Posted to Site Design: MIT Technology Review, Feb 14, 2016

    Pretty neat and clean! Love it! What I love the most is the indicator at the top that shows your reading progress. I don't trust the native scrollbar these days because of all the padding under articles these days (comments, ads, infinite scrolling..etc).

    Well done!

    0 points
  • Posted to Freelance Hourly Rate Chart, Nov 20, 2015

    Without actual figures (number of data points per category) this doesn't have much credibility. Even rough figures can help make this more credible (e.g. >100 responses)

    1 point
  • Posted to Gorgeous posters that use Arabic typography, in reply to Jonathan Shariat , Mar 01, 2015

    correction: Most of 'em are Arabic

    1 point
  • Posted to Gorgeous posters that use Arabic typography, in reply to Jonathan Shariat , Mar 01, 2015

    Yes we do share letters, but some are actually Arabic posters

    1 point
  • Posted to Unusual prototype made in Webflow, Feb 25, 2015

    This is very slick! My only comment is about the article view: since the main article images are color-rich, I found them kind of distracting while reading the articles. I think the page split should be 40/60 or even 30/70, having the larger proportion for the article. This may also solve the issue Sean reported about scrolling (less error since the article takes up most of the view).

    18 points
  • Posted to Best way to REALLY learn javascript, Jan 31, 2015

    Here's how I approached this to learn Javascript and Python a few years ago and Java recently: - Have a project in mind, something small enough yet exciting. That'll keep you motivated. Perseverance is key. Without a goal you're passionate about it'll be hard to stick to it. - Get a book or two, there are some great recommendations here. I found "Javascript The Good Parts" so useful that I read it twice. But that was after a year of development. - Start reading the book(s) to get the basics. Always have the browser's console open to test ideas and implement book examples quickly (or JSBin/Codepen ...etc). - At some point you'll learn what's needed to implement your idea (or you'll think you have), start working on it. No need to complete the book(s) from cover to cover, obviously. Use them as a reference when you're stuck.

    For resources, you could also try Udacity's JS/Web dev courses.

    I would also recommend their CS 101 course to get basic CS concepts that you'll need in any language: https://www.udacity.com/course/cs101

    For Angular, I recommend Egghead's tutorials. You can find the free ones here: https://www.youtube.com/watch?v=Lx7ycjC8qjE&list=PLP6DbQBkn9ymGQh2qpk9ImLHdSH5T7yw7

    Since I learned by example, my first few projects were hacky. I didn't want to look at the code base when I was done with it. jQuery's ease of use made things worse. When I started learning AngularJS I nearly had to re-learn JS from scratch. So I recommend learning JS without any libraries, then to connect to the DOM dive into AngularJS. The framework helped structure the codebase around re-usable, testable components.

    Goodluck!

    1 point
Load more comments