I am a proud lazy developer
I saw a quote today on Twitter:
As a developer I don’t feel bad about being lazy. If I can make a computer to repeat something for me, why should I do it myself?
I saw a quote today on Twitter:
As a developer I don’t feel bad about being lazy. If I can make a computer to repeat something for me, why should I do it myself?
With release of Angular 6, the team released Angular Elements which allows you to bootstrap Angular components within an existing Angular application by registering them as Custom Components.
Angular Router has been supporting lazy loading of child modules for a long time. What’s even more cool is that later on they added PreloadAllModules strategy so you can preload all of the modules in the background asynchronously. This will help boost up the loading time and performance tremendously.
I’ve been trying to actively improve my public speaking skills (one of the reasons why I blog less these days 😁) and started from local meetups and user groups. However, my goal was to give a talk in an official conference this year.
Recently I had to switch between VirtualBox and Hyper-V and unfortunately these two don’t get along well 😉. So I started googling for a solution and this one was the one that got my attention.
I’ve being reading around internet of things (IoT) and playing with some of the kits available, however, this post is not about how to setup a device and read the data from sensors.
Progressive Web Applications (PWA) are getting more and more attractions by day. With recent move from DevKit team, adding service worker support to the latest version of Safari, and Microsoft adding progressive web applications to their store, we can see the importance of the key role PWAs play in today’s market.
Are you working on an international product where you need to support multiple languages? Is your application written in Angular? Then this article might help you to get it done easier than ever.
When using reactive forms in Angular we usually avoid template based validation like required, maxlength and so on.







