
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

Vue vs React in 2019 - a Comparison from a Business Perspective
At some point you have to choose the technological stack for your application. Vue vs React, which JavaScript framework should you use for software development?
read more

Vue in 2019 - Where It Is and Where It Is Heading
Vue JS is coming really strong into 2019, and with every month is getting closer to stand against giants such as Angular or even React in terms of popularity and utilization in business applications.
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

Pros and Cons of the Vue.js Framework
Despite being relatively new, the Vue.js framework is growing more and more popular everyday. Just last month it’s been downloaded over 2.4 million times.
read more

Check out three different ways to develop a mobile app
So you have a mobile app you would like to build. The first question you need to ask yourself is what kind of app is it going to be? Native? Hybrid? Web? What is the difference and how should you choose?
read more

Tools and Tips for Faster and Easier Frontend Development
In this post, I'll share some tips, tricks, and tools I use every day in frontend development. So buckle-up, and let’s jump into the vast world of the web!
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 Meteor AutoForm-based forms
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

‘Learn IT, Girl!’ Project. Women in IT!
There are many different non-profit international IT projects, where women can learn how to program in various programming languages such as JavaScrip, Java, Ruby and many more.
About two years ago, I was encouraged to make a very first and simple web page by using CSS, HTML5 and WordPress. I wasn’t sure if I could handle it, but with other people’s help i was able to finish it! Then, I started my further journey in IT. For over a year I’ve been working as a front-end developer. I’ve learnt how to build responsive and functional web applications and I found it very entertaining. It actually became my passion.
read more
About two years ago, I was encouraged to make a very first and simple web page by using CSS, HTML5 and WordPress. I wasn’t sure if I could handle it, but with other people’s help i was able to finish it! Then, I started my further journey in IT. For over a year I’ve been working as a front-end developer. I’ve learnt how to build responsive and functional web applications and I found it very entertaining. It actually became my passion.

How to create blog in Meteor (NOT for complete beginners!)
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