Yesterday we are proud to announce the release of Zabbix 4.2. The latest version prioritizes high-frequency distributed monitoring and caters to containers, applications and cloud resources. “I am excited to witness the success of Zabbix in supporting thousands of companies on their journey of digital transformation by providing a highly reliable and flexible monitoring […]
Recently, I had the pleasure of talking with Leo Riza, founder of TimeSet, about his startup. I encourage you to read our conversation to find out when Leo Riza found the first investor, what inspired him to get involved with the TimeSet startup, and what he thinks about the startup culture in Florida, U.S. Apart from […]
When you start thinking about a new idea for a startup, you should consider a few things in the beginning. First of all, you have to remember that an idea means nothing without a plan, and actions for getting customers, and finding the right people for your startup. Who is your product designer? One of […]
Redux is a great library which solves many issues related to keeping a state of an application. Thanks to it, we no longer have to worry about the hierarchy of components. The central store can be accessed from every component to get the current state of any aspect of an application. Working with code is […]
Measuring user activities gives us a chance to improve our mobile applications. In other words, you can improve user experience based on collected data. If your application uses AWS resources, it makes sense to enable AWS Mobile Analytics in your software by default. The idea is analogous to using Google Analytics in your web application. […]
One of the most frustrating things which each frontend developer faces, is the challenge of scaling graphs library. It very often happens, especially with an older library, that it is not responsive. It just adjusts the size when it is mounted to the DOM and doesn’t scale dynamically when a browser window is resizing.
When I was looking for some materials about AWS Cognito User Pools and how to use it by JavaScript SDK, I realized that, without building any demo applications, I will not find answers to my questions such as: Is it ready to make a real mobile application? How much effort is needed to use AWS Cognito […]
A few days ago a stable version of Rails 5.0.0 was released! The latest version provides users with a lot new changes and improvements which help them build more stable and efficient application in Rails. Below there are a few of the most important things which each developer should know before they start working with […]
In React, communication between the components proceeds in a hierarchical way. This means that by default we only have the possibility to pass data from parent component to children component using props attribute and not the opposite. It’s not any kind of a “bug” or a disadvantage, but a deliberate construction which should help us […]
In the second quarter of 2016, the AWS team realized a new functionality with AWS Cognito service called “User Pools.” The functionality is a solution to user management for your application without the need to create a backend to handle it. In the standard scope, a register mechanism, sign-in, sign-out, password reset, send verification code, […]