Vue.js vs. jQuery Who Is Easier To Learn?
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.
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.
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.
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?
NativeScript is a framework for building cross-platform native mobile apps using XML, CSS, and JavaScript. In this series, we're trying out some of the cool things you can do with NativeScript.
Google is blocked in China, as a developer, this isn’t very good news especially if that app requires things like Maps API. Baidu is here to save the day
As JavaScript is getting more and more popular, this post is meant to be the first in a series aimed at digging deeper into JavaScript and how it actually works
A web developer compares Laravel an Node.js, two of the most popular backend frameworks, to see how Laravel stacks up with the increasingly popular Node.
In this post, I go over the iterable and iterator protocols and show some examples of making your own objects iterable so that they can be used with the for...of loop or the spread operator.
CSS-in-JS is a bit like eval for CSS. It is incredibly powerful, but it also makes it easy to shoot yourself in the foot.
Most websites — and, more importantly, their readers — can benefit from becoming PWAs — Progressive Web Apps. And it’s so easy!
The purpose of OOCSS - Object Oriented CSS - is to encourage code reuse and faster and more efficient stylesheets that are easier to maintain.
“CSS Modules” is nothing to do with the W3C, rather part of a suggested build process. It compiles your project, renaming the selectors and classes so that they become unique.
LoopBack, an API framework built on the shoulders of Express that will free you to focus on your application developed by StrongLoop, the company that brought us Express.js.
Many people try learning JavaScript and then give up. Yaphi Berhanu looks at 9 common mistakes and gives you tips to overcome them and master JavaScript!
JavaScript has progressed a ton in the recent years. In this article, I want to share with you eight ES6 features I use daily as a developer to help you ease into the new syntax.