<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: vmware505</title><link>https://news.ycombinator.com/user?id=vmware505</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 02 Jun 2026 01:23:28 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=vmware505" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[Revisiting my 2018 Ember.js Roadmap blog post]]></title><description><![CDATA[
<p>Article URL: <a href="https://jenweber.netlify.com/revisiting-my-2018-ember.js-roadmap-blog-post/">https://jenweber.netlify.com/revisiting-my-2018-ember.js-roadmap-blog-post/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=19499183">https://news.ycombinator.com/item?id=19499183</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 27 Mar 2019 09:19:47 +0000</pubDate><link>https://jenweber.netlify.com/revisiting-my-2018-ember.js-roadmap-blog-post/</link><dc:creator>vmware505</dc:creator><comments>https://news.ycombinator.com/item?id=19499183</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19499183</guid></item><item><title><![CDATA[New comment by vmware505 in "Convert Markdown to PDF only using browser"]]></title><description><![CDATA[
<p>Visual Studio Code "Markdown PDF" addon is perfect for this type of job.<p><a href="https://github.com/yzane/vscode-markdown-pdf" rel="nofollow">https://github.com/yzane/vscode-markdown-pdf</a></p>
]]></description><pubDate>Tue, 26 Mar 2019 06:23:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=19489660</link><dc:creator>vmware505</dc:creator><comments>https://news.ycombinator.com/item?id=19489660</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19489660</guid></item><item><title><![CDATA[How to Change Careers]]></title><description><![CDATA[
<p>Article URL: <a href="https://experiencedesignland.com/2019/02/26/how-to-change-careers/">https://experiencedesignland.com/2019/02/26/how-to-change-careers/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=19252399">https://news.ycombinator.com/item?id=19252399</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 26 Feb 2019 06:32:12 +0000</pubDate><link>https://experiencedesignland.com/2019/02/26/how-to-change-careers/</link><dc:creator>vmware505</dc:creator><comments>https://news.ycombinator.com/item?id=19252399</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19252399</guid></item><item><title><![CDATA[New comment by vmware505 in "Yelp Fired Manager After He Didn't Take Calls, Check Email 24/7, Lawsuit Claims"]]></title><description><![CDATA[
<p>You guys should come to New Zealand... working outside of your work hours is not cool here. More and more companies expect only 37 hours per week... a new trend is 4 days workweeks.<p>Nobody checking their email or phone after work... Ridiculous.</p>
]]></description><pubDate>Fri, 22 Feb 2019 01:19:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=19222278</link><dc:creator>vmware505</dc:creator><comments>https://news.ycombinator.com/item?id=19222278</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19222278</guid></item><item><title><![CDATA[New comment by vmware505 in "I love React Hooks"]]></title><description><![CDATA[
<p>I actually like classes and using "this". Maybe I just like Object Oriented style. :)</p>
]]></description><pubDate>Wed, 20 Feb 2019 05:40:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=19205833</link><dc:creator>vmware505</dc:creator><comments>https://news.ycombinator.com/item?id=19205833</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19205833</guid></item><item><title><![CDATA[New comment by vmware505 in "How to deal with rejection at interviews"]]></title><description><![CDATA[
<p>She is right, doesn't matter how experience you are rejection hurts always. I agree, the best what we can do to change how we thing. Really great advices. Useful article. Thank you!</p>
]]></description><pubDate>Fri, 08 Feb 2019 04:51:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=19111637</link><dc:creator>vmware505</dc:creator><comments>https://news.ycombinator.com/item?id=19111637</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19111637</guid></item><item><title><![CDATA[New comment by vmware505 in "IntersectionObserver in WebKit"]]></title><description><![CDATA[
<p>Super useful. The question is when this Api will be implemented in Chrome and Firefox?</p>
]]></description><pubDate>Tue, 05 Feb 2019 00:56:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=19082239</link><dc:creator>vmware505</dc:creator><comments>https://news.ycombinator.com/item?id=19082239</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19082239</guid></item><item><title><![CDATA[New comment by vmware505 in "Making SetInterval Declarative with React Hooks"]]></title><description><![CDATA[
<p>I have the same feeling. I would prefer to use classes rather than functions. More natural and nicely work with Typescript.<p>Luckily React is only a library and it is up to you how do you use it. I got used to working with classes and objects. For bigger and serious project I prefer Ember.js, which is modern and easy to pick up (<a href="https://yoember.com" rel="nofollow">https://yoember.com</a>), but for some tiny project React is also a good choice with Typescript.<p>I guess hooks is a good option for devs who prefer functional programming.</p>
]]></description><pubDate>Mon, 04 Feb 2019 06:15:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=19074331</link><dc:creator>vmware505</dc:creator><comments>https://news.ycombinator.com/item?id=19074331</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19074331</guid></item><item><title><![CDATA[New comment by vmware505 in "Front End Development Topics to Learn in 2019"]]></title><description><![CDATA[
<p>Hence I prefer opinionated, convention over configuration solutions. It exists in Javascript world also. It called Ember.js. ;)</p>
]]></description><pubDate>Sun, 20 Jan 2019 04:04:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=18950957</link><dc:creator>vmware505</dc:creator><comments>https://news.ycombinator.com/item?id=18950957</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=18950957</guid></item><item><title><![CDATA[Whiteboard Design Challenge – as part of the design interview process]]></title><description><![CDATA[
<p>Article URL: <a href="https://experiencedesignland.com/2019/01/20/whiteboard-design-challenge-as-part-of-the-design-interview-process/">https://experiencedesignland.com/2019/01/20/whiteboard-design-challenge-as-part-of-the-design-interview-process/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=18950153">https://news.ycombinator.com/item?id=18950153</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 20 Jan 2019 00:25:26 +0000</pubDate><link>https://experiencedesignland.com/2019/01/20/whiteboard-design-challenge-as-part-of-the-design-interview-process/</link><dc:creator>vmware505</dc:creator><comments>https://news.ycombinator.com/item?id=18950153</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=18950153</guid></item><item><title><![CDATA[New comment by vmware505 in "Ember v3.7 Released"]]></title><description><![CDATA[
<p>This free tutorial helped me to understand the concept behind the framework. Actually, I can adapt this knowledge to other work also. <a href="https://yoember.com" rel="nofollow">https://yoember.com</a></p>
]]></description><pubDate>Mon, 14 Jan 2019 05:57:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=18900990</link><dc:creator>vmware505</dc:creator><comments>https://news.ycombinator.com/item?id=18900990</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=18900990</guid></item><item><title><![CDATA[New comment by vmware505 in "Ember v3.7 Released"]]></title><description><![CDATA[
<p>You mean they would use something else instead? Most of the project who use Ember, they love it, and they would not use other tool. For example Intercom in Dublin is a huge supporter of Ember.js and they are big fun of the framework.</p>
]]></description><pubDate>Mon, 14 Jan 2019 05:43:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=18900942</link><dc:creator>vmware505</dc:creator><comments>https://news.ycombinator.com/item?id=18900942</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=18900942</guid></item><item><title><![CDATA[New comment by vmware505 in "Ember v3.7 Released"]]></title><description><![CDATA[
<p>If you have Ember Inspector in your Chrome, you can see it.<p>- Main TV Channel (Close to million user per day): <a href="https://www.tvnz.co.nz/" rel="nofollow">https://www.tvnz.co.nz/</a>
- Largest bank app (Half of the population using it): <a href="https://www.anz.co.nz/personal/" rel="nofollow">https://www.anz.co.nz/personal/</a>
- Other bank: <a href="https://www.co-operativebank.co.nz/" rel="nofollow">https://www.co-operativebank.co.nz/</a>
- Christchurch's public transport website: <a href="http://www.metroinfo.co.nz/Pages/default.aspx" rel="nofollow">http://www.metroinfo.co.nz/Pages/default.aspx</a>
- Ministry of Social Development web app (half million active user): <a href="https://my.msd.govt.nz/login" rel="nofollow">https://my.msd.govt.nz/login</a>
- Election System app is not public.</p>
]]></description><pubDate>Mon, 14 Jan 2019 03:10:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=18900340</link><dc:creator>vmware505</dc:creator><comments>https://news.ycombinator.com/item?id=18900340</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=18900340</guid></item><item><title><![CDATA[New comment by vmware505 in "Ember v3.7 Released"]]></title><description><![CDATA[
<p>It is usually automatic, with running one command: <a href="https://yoember.com/emberjs/how-to-keep-your-ember-js-project-up-to-date/" rel="nofollow">https://yoember.com/emberjs/how-to-keep-your-ember-js-projec...</a></p>
]]></description><pubDate>Mon, 14 Jan 2019 00:24:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=18899638</link><dc:creator>vmware505</dc:creator><comments>https://news.ycombinator.com/item?id=18899638</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=18899638</guid></item><item><title><![CDATA[New comment by vmware505 in "Ember v3.7 Released"]]></title><description><![CDATA[
<p>It is one of the most commonly used framework in serious industry projects. For example in New Zealand so many important websites and services built with Ember. General Election system, nation wide Social Service tool, major banks web apps, main television website, second largest city public transport website, etc.</p>
]]></description><pubDate>Mon, 14 Jan 2019 00:21:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=18899625</link><dc:creator>vmware505</dc:creator><comments>https://news.ycombinator.com/item?id=18899625</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=18899625</guid></item><item><title><![CDATA[New comment by vmware505 in "The melting pot of JavaScript (2017)"]]></title><description><![CDATA[
<p>yep, without www: <a href="https://yoember.com" rel="nofollow">https://yoember.com</a></p>
]]></description><pubDate>Tue, 08 Jan 2019 12:17:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=18854982</link><dc:creator>vmware505</dc:creator><comments>https://news.ycombinator.com/item?id=18854982</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=18854982</guid></item><item><title><![CDATA[New comment by vmware505 in "The melting pot of JavaScript (2017)"]]></title><description><![CDATA[
<p>It is super easy to pick up, you can understand the whole concept quite quickly. Follow one the tutorial and you will be ready to deploy new apps in days. One of my fav free tutorial: <a href="https://www.yoember.com" rel="nofollow">https://www.yoember.com</a></p>
]]></description><pubDate>Tue, 08 Jan 2019 03:02:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=18852740</link><dc:creator>vmware505</dc:creator><comments>https://news.ycombinator.com/item?id=18852740</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=18852740</guid></item><item><title><![CDATA[New comment by vmware505 in "Learn React for free"]]></title><description><![CDATA[
<p>You can do the same with Ember.js also. There is a free detailed tutorial for absolute begginers. You build a full featured web app. It is so much fun: <a href="https://yoember.com" rel="nofollow">https://yoember.com</a></p>
]]></description><pubDate>Fri, 30 Nov 2018 09:38:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=18567893</link><dc:creator>vmware505</dc:creator><comments>https://news.ycombinator.com/item?id=18567893</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=18567893</guid></item><item><title><![CDATA[New comment by vmware505 in "Google Has a Plan to Eliminate Mosquitoes"]]></title><description><![CDATA[
<p>As I remember, there was not any mosquito in Dublin, Ireland and there is not any mosquito in Wellington, New Zealand. Move in these cities and you will have really nice dreams. ;)</p>
]]></description><pubDate>Wed, 28 Nov 2018 19:58:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=18555075</link><dc:creator>vmware505</dc:creator><comments>https://news.ycombinator.com/item?id=18555075</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=18555075</guid></item><item><title><![CDATA[New comment by vmware505 in "Ask HN: Why not more hiring of junior devs, then on-the-job-training?"]]></title><description><![CDATA[
<p>Never call yourself "junior", forget those "internship" jobs also. Just jump in and be a dev. Nobody will hire you if you call yourself unexperienced, but they will hire you if you solve problems and you can deliver the homework in good quality. So just be a normal dev. ;)</p>
]]></description><pubDate>Thu, 22 Nov 2018 05:16:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=18508019</link><dc:creator>vmware505</dc:creator><comments>https://news.ycombinator.com/item?id=18508019</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=18508019</guid></item></channel></rss>