
Vue vs React: a Comparison From a Business Perspective
If you’re developing a web application, chances are that you have stumbled upon two major front end technologies players – Vue and React. But which one should you choose for your application? Which is better in your case? Which one better suits your business needs? In this article, you will find the answers.
read more

Jamstack and JavaScript Conferences and Events to Attend for the Rest of 2022 [DESCRIPTIONS INCLUDED]
We still have many events ahead this year worldwide, of which many are online or hybrid, so you can join wherever you are. In this article we have gathered some interesting events that cover such subjects as Jamstack, Headless, React, JavaScript, API, and microservices. Check the details concerning the venue or ticket prices and see what you can expect by attending.
read more

Maintain performance with big datasets using Highcharts.js
Sometimes you just need to show big datasets in your project. However, the library that you’ve used so far, as soon as you start to add data, becomes clunky and slow. You start to optimize your code, make cuts, or simplifications in datasets… In this article I’m going to show you that it does not have to be that way.
read more

Challenges of Migrating from AngularJS to Vue in TypeScript
Migrating an app from AngularJS to Vue in TypeScript is not an easy task. In fact, we've come across many caveats everyone intrested should know about.
read more

The Top JavaScript Trends to Look Forward to In 2019
If you’re wondering what 2019 will bring when it comes to top JavaScript development check out our newest blog post about upcoming trends.
read more

State of Vue.js in 2018
Vue.js, the so-called progressive framework took the JavaScript community by storm. Now, the state of Vue.js in 2018 puts it in a very strong position against the competition. Learn why in this blog post.
read more

How to Use PWA Plugin in Vue CLI 3.0
In my previous post about Vue CLI 3.0 I've mentioned about PWA support plugin as one of the greatest features in my opinion. In this post, I'd like to introduce you into PWA world using Vue CLI 3.0.
read more

Node.js: 7 Types of Applications You Can Build with Node.js
Node.js took IT world by storm, no surprise the number of Node.js applications is constantly growing. Here are our top picks of applications built using Node.js.
read more

Vue CLI 3: New Era in Frontend Development
Vue.js gets better and better with each update but this time, the inclusion of zero config setup for Vue apps in Vue CLI 3 sets a new standard in the industry.
read more

React vs Vue - Similarities and Differences
Both React and Vue have gained a lot of attention and interest from the developer's community for the past 3 years. Although their technical nature is slightly different, they are often compared to each other due to a similar set of features making them compete in web development market.
read more

Things You Need to Know about React Native
The popularity of React Native has skyrocketed for the past 2 years. Meet the framework developed by Facebook Team that stands behind Facebook, Instagram, and Skype mobile apps.
read more

How to handle translations in AutoForm-based forms [Meteor's Simple Schema]
In one of the projects I've been recently working on I needed i18n support for forms generated with AutoForm. For those who don’t know: Autoform is [schema-based](https://github.com/aldeed/meteor-simple-schema) form generator.
read more

Meteor app deployment with nginx and passenger
Meteor is getting more and more popular these days. Creating a web application is so easy. But what can we do if we want to push live our great project? Unfortunately, there are not too many deployment tools available (yet?). In this article I’m going to explain step by step how to release your Meteor application to debian/ubuntu system (apt-get command required).
read more

Creating a blog using Meteor [Tutorial]
The purpose of this post is to show you how to create a very simple blog app in Meteor. Instead of writing everything from scratch, we're going to use packages that can help you speed up your development cycle and be more productive.
read more

Backbone.js plugins: Local.Storage and Backbone.validation
What is Backbone Local.Storage? Backbone Local.Storage is a method which helps frontend developers to store the data locally. When someone starts making a new application and they need to save some data that they added in their project, and still, they do not have any information downloaded from the backend, they can use Local.Storage.
read more

Marionette: Plain Object over Reqres, Commands Above All!
A brief introduction to Marionette’s reqres ( request-response ) and commands would be that they are application (or module) level event aggregators that either return a value or cause an action to happen.
read more