Technology stories, mostly.

Here we write about our journey into the extraordinary world of app development. You'll find how to articles. Useful bits of code and wisdom. And news about us.

How to Make a Simple Unit Converter in Vue

March 24th, 2022, posted in Guest Posts
by Matvey Nikonorov

How to Make a Simple Unit Converter in Vue

In this article, you’ll be learning how to create an energy unit converter SPA(Single Page Application) in Vue.
UPDIVISION joins the Amplifyre tech companies hub

March 16th, 2022, posted in news
by Adelina

UPDIVISION joins the Amplifyre tech companies hub

We’re glad to announce that we’re now part of the Amplifyre hub, a platform that helps business owners find their matching technical partner.
Introduction to APIs. And 3 repositories to get you started.

March 10th, 2022, posted in Guest Posts
by Suraj Vishwakarma

Introduction to APIs. And 3 repositories to get you started.

A deep dive into what APIs are, what you should know about them, and some help to get you started.
[Foundation Series] The Design of Everyday Apps: How to Improve Your App’s Usability

March 3rd, 2022, posted in learning
by Adelina

[Foundation Series] The Design of Everyday Apps: How to Improve Your App’s Usability

Using an app shouldn’t be difficult, and if users make mistakes it’s not always their fault. So here are some tips on creating more efficient user flows.
How we made working 100% remotely work for us

February 25th, 2022, posted in for_founders, our_people
by Saiona

How we made working 100% remotely work for us

How did we manage the transition and what made it successful for us? So successful in fact, that we continue working remotely in 2022 and we plan on moving forward in a similar manner.
We`re officially a straight-A Laravel certified company

February 22nd, 2022, posted in news
by admin

We`re officially a straight-A Laravel certified company

We fell in love with Laravel early on and we`ve been building all our big projects with Laravel ever since. So we decided to make it official. UPDIVISION is now one of the first 21 companies in the world to become a Laravel Certified Company.
[Original Design Series] 10 quick fixes to make your design stand out

February 17th, 2022, posted in learning
by Saiona

[Original Design Series] 10 quick fixes to make your design stand out

Original design is a creative way of using not so original (but tried and tested) methods. These methods work because they follow core design principles which, if you ignore, it will only make your designs (and users) suffer.
10 tips for Vue beginners - stuff to get you started fast

February 9th, 2022, posted in Guest Posts
by Pascal Thormeier

10 tips for Vue beginners - stuff to get you started fast

Vue is an amazing technology everyone should learn. So here are 10 tips to get you started on your journey.
10 simple tips for optimizing your Laravel application

February 7th, 2022, posted in Guest Posts
by Bobby Iliev

10 simple tips for optimizing your Laravel application

In this article, we’ll take a look at 10 simple tips for optimizing your Laravel application so that it runs faster and more efficiently.
React Hooks: Gotta Hook ’Em All

January 31st, 2022, posted in Guest Posts
by Tapajyoti Bose

React Hooks: Gotta Hook ’Em All

Hooks have become a standard part of the React ecosystem, and there is a push to use Hooks over Class Components. So let’s get a better look at these Hooks.