Why Does Remote Work Make Us Paranoid? And What To Do About It?

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. There is a common belief that remote work makes us […]

Stand With Ukraine!

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 all acts of violence wherever they appear. Our headquarters are […]

Caching NextJS Apps with Serverless Redis using Upstash

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 the data to move smoothly with zero delays between server […]

Best Ways to Deploy React App

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 and how to choose it. Often the deployment of your […]

13+ Date Picker Examples for Bootstrap [2022 Choice]

What is a Date picker? Let’s start with the basics. Datepicker is a UI component that helps users interact with the website by choosing a certain date or time. This is a standard element for every Internet user since we see it almost everywhere (especially in registration forms where we need to fill out the […]

Starting a Web App in 2022 [Research]

The team of Flatlogic is carrying out global scientific research that aims to identify modern patterns of web application creation, specifically which tools and approaches are used to start web apps in 2022. This is the world’s first research dedicated to this specific topic. The research is based on an anonymous online survey that consists […]

What is NPM?

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; npm CLI; The registry represents a huge database of public […]

What is Vue?

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 to support them. It enables you to take advantage of […]

Creating a Laravel Project Step by Step

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 frameworks, it can be abstract and unintuitive. That is if […]

Pin It on Pinterest