Flutter, present and future of cross-platform mobile development #2

flutter mobile development

This is the second and last part, of an article made to explain why this great framework could be the best choice for mobile development. The decision to split this exposition into two different columns was to deepen the argument without confusing or boring the reader. I remember that if you don’t know not even … Read more

Flutter, present and future of cross-platform mobile development #1

flutter mobile development

To explain why this innovative framework could be the best solution for mobile development we are going to separate the reasons in two different articles so as to deepen each reason without confusing or boring the reader. This is the first part, and at the end you will have a link to the second part … Read more

Easy Flutter essentials for beginners

Flutter logo

In this article we will make a short introduction about Flutter. We will cover its foundation history, its structure and its most essential element: the widgets. However, to get into context first we are going to define that technology so as to shape the concept. What is Flutter Well, according to Google on the documentation … Read more

Vue.js, the #1 powerful front-end development tool

Vue.js, the #1 powerful front-end development tool 1 - vue e1581652199160

What is vue.js according to its founders? vuejs.org Vue (pronounced /vjuː/, like view) is a progressive framework for building user interfaces. Unlike other monolithic frameworks, Vue is designed from the ground up to be incrementally adoptable. The core library is focused on the view layer only, and is easy to pick up and integrate with other libraries or … Read more

What is Laravel 6? Explain it easy like I’m six.

Laravel logo

Laravel is an open-source PHP framework designed to make developing web apps easier and faster through built-in features. These features are part of what makes it so widely used by web developers: A modular packaging system with dependency management. This means you can easily add functionalities to your Laravel app without writing them from scratch. You … Read more