
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

11 Libraries for Vue Development in 2019
We guarantee that these JavaScript libraries will significantly speed up the development process of your very own Vue application and at the same time make sure that it will look awesome!
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

What's a PWA? Brief Guide to Progressive Web Applications in 2019
Many say that PWAs will be the new standard in the future world of mobile apps, and they're probably right! With tech giants behind it, Progressive Web Applications became an amazing technology that will soon make native applications obsolete.
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

6 Books Every Beginner Developer Needs to Read
When you're a newbie in the complex code world and crave for knowledge, good resources are key to success. Blogs, forums, dev meetings - where to start? All of these options are worth trying but there are also those old-fashioned artefacts called books which could be very helpful. Here is a special list created by our team members. Check out what to read at the beginning of your coding journey...
read more

A Definitive Guide to Responsive Text
When thinking RWD most of you picture fluid grids and responsive images, forgetting a quite important piece of the puzzle - the content. *Since content is king* and most probably your content is mostly text, the text is king. Let’s see what we can do to display text properly on vast range of devices.
read more

Generate Icon Classes from Sprite Using SASS
While we mostly use sass for it's variables, nesting and mixins, the language itself is way more powerful. A lot of features may not be used on your everyday site, but there are times when they come in handy. Let's take a look on how one would approach automatic class generation for any grid based sprites and how this could vastly shorten your code.
read more

Why We Used Foundation Framework on naturaily.com
Gentle normalize.css ----------------------- Your usual reset.css leaves you with absolutely nothing - each and every style has to be written by yourself, from scratch. We were looking for a set of rules that would remove browser inconsistencies while preserving some default and desirable styling. Foundation's normalize.css gives you just that.
read more