Home » admin templates » Page 5
April 27, 2022
By
Mark Otto
The number of people working remotely has significantly risen worldwide since the beginning of the COVID in January 2020. And in spring 2022, with ongoing pandemics, many businesses in Eastern Europe faced new threats and had to find new ways to organize safe employees’ workplaces.…
April 19, 2022
By
Mark Otto
Building a website is a complex process that requires patience, skill, and time. But, if you put in effort and passion to do a good job, the end result will be worth it. However, if you know your craft well, you have probably heard of…
April 19, 2022
By
Mark Otto
The war in Ukraine is a ghastly tragedy and an outrageous event which can never be justified. The war has catastrophic effect on the lives of millions of people not only in Ukraine 🇺🇦, but around the whole world. The team of Flatlogic strongly condemns…
April 14, 2022
By
Mark Otto
The modern application we build today is sophisticated. Every time a user loads a webpage, their browser needs to download the bulk of data in order to display that page. A website may consist of millions of data and serve hundreds of API calls. For…
April 13, 2022
By
Mark Otto
In this post, we will look at how and where you can host a web application. We will look at the main hosting platforms, their features, advantages, and disadvantages. In this article, we will also look at what parameters you can choose to host for…
April 13, 2022
By
Mark Otto
What is a Date picker? Let’s start with the basics. Datepicker is a UI component that helps users interact with the website choosing a certain date or time. This is a standard element for every Internet user since we see it almost everywhere (especially in…
April 11, 2022
By
Mark Otto
Participate in our research and get 70% OFF discount on all Flatlogic products! We will also make the final results public. The team of Flatlogic is carrying out a global scientific research that aims to identify modern patterns of web application creation, specifically which tools…
April 7, 2022
By
Mark Otto
Node Package Manager (npm) is one of the several package managers (default for Node.js) for JavaScript released in 2010. It is used to manage dependencies for packages. npm consists of: The npm’s website makes it possible to find third-party packages, create and manage your packages;…
April 7, 2022
By
Mark Otto
Vue.js is a progressive open-source MVVM frontend JavaScript framework that is designed to be implemented incrementally since the core library focuses only on the presentation layer. Nevertheless, this framework is used for building UI (user interfaces) and complex single-page applications with modern tools and libraries…
April 1, 2022
By
Mark Otto
Laravel is a PHP-based backend framework. It follows the Model-View-Controller design pattern which explains many of Laravel’s pluses and minuses that we’ll detail further on. Users often credit Laravel with responsiveness, scalability, and a good community. But not everything is so simple. Like many backend…