Asynchronous programming in Flutter

Asynchronous programming in Flutter

Building modern mobile apps is impossible without asynchronous code. Most of the tasks that an application has to perform, to one degree or another, require a long wait for the result of the operation: network queries, working with databases, reading user input. An asynchronous approach (executing a process without blocking it) allows more rational use

Software Development Technologies in Demand in Sweden

Sweden is the fifth largest, but second least populated country in Europe, with two-thirds of its territory covered with forests. It is home to the world-known companies, such as Spotify, Ericsson, H&M, Volvo, Electrolux, and the list goes on. Swedish economic miracle Sweden made an unbelievable journey from the agricultural economy towards digital society in
Android image loaders

Glide vs Picasso vs Fresco: Android Image Loaders Review

It is almost impossible to find a commercial Android application that does not use images in its interface. Downloading a picture into the corresponding View, despite the seeming simplicity of the operation, can cause big trouble for the developer. For example, what if the image is stored on the server? To display it on the
Monolithic vs Microservices Architechture - Redwerk

Monolithic vs Microservices Architecture for .NET

This article is an introduction to developing microservices-based applications and managing them. It describes architectural design and implementation approaches using .NET Core and Docker containers. This article was written for .NET developers and solution architects who are trying to make a decision about their application architecture and are not familiar with the microservices-based architecture. In
.NET logging frameworks

Structured logging in third-party .NET logging frameworks

Logging is an essential and valuable part of software development. It becomes like a ‘must-have’ thing in any library or application. Logging can help to find problems and issues on any step of software development, but especially in cases when you can’t use debugging in the usual way. For example, when you deploy your application
Azure Cache for Redis

Azure Cache for Redis: Beginner’s Guide

Applications and web services nowadays are the core of any business, so even small firms have their own sites or mobile apps. The latency that users experience to get some data profoundly impacts their impression of using your solution, especially if the aim of the site is selling some goods. Moreover, a lengthy page load

ASP.NET Core SignalR Introduction

ASP.NET Core SignalR is a library from Microsoft, which in particular provides developers with the ability to include real-time features into web applications. Although the first, which naturally comes to mind when you hear ‘real-time’ is a chat, it can be applied to a lot of use cases like games, online polls, real-time dashboards, collaborative
Vue.js review

Vue.js Review: Pros & Cons, Comparison

If you are a Front-end developer, sooner or later, you will be thinking about starting to learn a particular JS framework. At that moment, we would say, the fear of making the wrong choice kicks in. You don’t want to find yourself learning outdated technologies or tools that are irrelevant. Similar concerns may arise in
Sage SDK

Your Guide to Sage SDK

Sage is a system of management solutions automation for small and medium enterprises. It is used in such industries as accounting, payroll, manufacturing, distribution, sales, education, and finance. Sage has many software products that can be classified by business size, industry, and business needs. Sage software includes financial software solutions, CRM systems, HR solutions, and
programming in RxSwift and RxCocoa

Reactive Programming in Swift (ReactiveX/RxSwift)

In this particular article we will try to answer such questions like: What is the reactive programming? What is the Functional Reactive Programming? What benefits we can get out of using Rx in our applications and where you can start from to cut Rx in to your application. What is Reactive Programming? Probably in each

Page