
Choose the right TLD for development. Don't Use .dev
During my research I came across a lot of people advocating setup using the hypothetical .dev domain, I hate to say it but this is a bad a bad idea.
During my research I came across a lot of people advocating setup using the hypothetical .dev domain, I hate to say it but this is a bad a bad idea.
In this post we will see how the Angular 2 Forms API works and how it can be used to build complex forms. Template Driven vs Model Driven Forms
This course will show how to take full advantage of TypeScript static typing on Vue apps by using class based components, typing directives and using decorators.
The purpose of this post is to emphasize the importance of pure JavaScript (Vanilla JavaScript) fundamentals for every front-end developer.
With this tutorial, I will provide you with a detailed map to get your application iOS application submitted to Apple's App Store.
Pietro Grandi looks at the problems caused by shared mutable state, and how to avoid them with a one-way data flow like Redux with the ngrx/store library.
Should you pick Angular or React? Pavels Jelisjevs looks in detail at what both frameworks have to offer, and gives some practical advice on how to choose.
I decided to give the documentation of custom styling for Google Maps Android API a good read to see exactly what we can do with this new feature
Is jQuery really easier to learn than Vue.js? In this article we show you why Vue.js might be a better alternative for beginners.
Being able to write your own plugins lets you write code that you can use on all your sites, regardless of the theme. Putting your code in a plugin is usually better practice.
Not all browsers have client-side validation built-in and all of them behave differently. Let’s look at how to build our own form validation using Vue.js so it behaves the same in all modern browsers.
A monolithic style sheet is difficult to reason about, which is challenging as CSS files tend to attract bloat. Removing unused styles can help make the situation more manageable.
Vue.js vs. jQuery. Use cases and comparison with examples. What is Vue.js? How is it different from jQuery? Should I stop using jQuery if I learnt Vue.js?
Go has a very interesting type system. It eschews classes and inheritance in favor of interfaces and composition, but on the other hand it doesn't have templates or generics.
This tutorial shows you how to use Android's DownloadManager to download files in the background