Dec 26, 2018How I made a web scraper because LinkedInHaving lots of LinkedIn connections can be convenient for many people. You and your connection agreed to be connected through the platform, thus sharing some public information including your email (in most cases, you can choose not to though). …LinkedIn3 min readLinkedIn3 min read
Nov 28, 2017Software is like PoetryWhen I was in school I used to write a lot of poetry and I remember trying to express a feeling or an emotion in the best possible way I could to project exactly what I wanted it to be. That feeling or emotion could be written in many different…Poetry2 min readPoetry2 min read
Nov 25, 2016Detect scrolling events on html element using a component in Ember.jsYou may be trying to set up some kind of scrolling detection on ember, but all your attempts have been without success. Well I think I might have a solution to your problem. I was trying to trigger an action in my controller when the user scrolls to the end…JavaScript2 min readJavaScript2 min read