developmentAutomated testing using SeleniumFind out the information about the process of simple automated testing using Selenium IDE and Selenium WebDriverKatarina DraganjacFeb 02, 2023
developmentNov 03, 2022Size optimization in React NativeIn today's world speed is the king. We have become spoiled for speed and not having to wait for anything and this also applies to mobile apps.
developmentOct 13, 2022Vite JS - Created to performVite is build tool with performance in mind to keep up with modern web project demands. It is packet with blazingly fast HMR and Rollup bundler for highly optimized static assets.
developmentMar 16, 2022The Importance of Software TestingEveryone can make mistakes, so testing is necessary because it helps us identify bugs or errors early, so that they can be fixed before the application is delivered to the client. Defects can damage a company’s reputation, leading to lost customers. Properly tested software ensures security, high pe...
developmentFeb 11, 2022Storybook in React NativeHow would you like a design system tool that greatly helps you develop, maintain and onboard new coworkers on the project? Well, look no more because the perfect tool is already here in the form of Storybook. This is a robust tool that runs outside the main app and allows us, the developers to creat...
developmentDec 17, 2021API testing using PostmanIn order to test APIs, we need a tool that is simple and intuitive in order to make this process easy. Postman is a great example of such application, which is also the reason why it is one of the most popular of that kind.
developmentDec 03, 2021React Native push notifications with FirebasePush notifications are more and more frequently used in today’s mobile applications, considering they are an efficient way to stimulate user engagement and help them keep up with the latest news inside the application.
designNov 19, 2021Importance of micro‑animationInteractions with the app or websites can take an impact on how we perceive the content and products. Those interactions can play a vital role in bringing delight to the user by the use of animation and transition effects so implementing animation in your designs is a way to make your design alive, ...
developmentOct 22, 2021Automated testing using AppiumIn order to avoid human error and to make that process faster, automated testing is becoming more and more popular. However, it is necessary to choose a tool that will help you carry out such a task. When it comes to mobile testing, there are a few options but, because of its simplicity, one of the ...
developmentOct 08, 2021React Native's upcoming re‑architectureThere's been a lot of talk about the change in the architecture of React Native ever since it’s been announced in 2018. In the ongoing re‑architecture of React Native the emphasis is mainly on making React Native more flexible and helping it integrate better with native infrastructure in hybrid Java...
developmentAug 31, 2021React JS - Custom HooksReact hook is one of the latest features of React JS that was added to the React library with the 16.8 version update. It allows you to use state and other important React features in your working components so that you don't even need to write custom classes anymore and provides you ease. When it c...
developmentAug 20, 2021React 17 - Upgrade SummaryIntroducing the feature changes of React with React 17 update. React 17 is an update that does not bring any new features, but instead it modifies the existing ones. This update is focused on making React easier to upgrade in the future.
developmentAug 10, 2021Form Handling - MUI + React Hook FormForm handling can be done in numerous ways. React Hook Forms simplify form handling, especially for uncontrolled forms, while Material-UI TextField provide easy way to show errors to the user.
developmentJul 21, 2021Animated Times - Why Should You Use AnimationsStanding out in the ever-increasing world wide web becomes increasingly difficult by every day. Pages without proper styling, intuitive layouts, without any animations become overshadowed by other pages that do have those features. Those simple animations are the one that make the page run smoother ...
developmentJul 09, 2021Redux in State ManagementFor JavaScript and React applications, Redux is a standard data store. Data binding should move in one direction and should be saved as a single source of truth; this was according to the basic concept. The popularity of Redux stems from the design concept's simplicity and the fact that it is reason...
developmentJun 02, 2021Why Context Should Not be Used for State Management in React JSSince the release of the new React Context API, "Context vs Redux" has become one of the most hotly discussed topics in the React community. Unfortunately, most of this "discussion" arises from a misunderstanding of the two tools' purposes and applications. Despite the fact that there have been hund...
developmentMay 24, 2021Difference Between Hydration and Rendering in ReactWith the new release of React v17 on 22 October 2020, it appears there are lot of added features. Today our quest is to bring out the difference between Hydration and Rendering in React JS. Let me allow shedding light on this topic.
companyApr 26, 2021Binaryx going BIG. Story about Devs wind of change.Often in our lives, we can hear about something that is going through a rebranding, but let’s be honest, how many times does that term take a real act contrary to just being part of the marketing plan? Well, in our case, Binaryx is going BIG with this one, for real. 🚀
developmentFeb 02, 2023Automated testing using SeleniumFind out the information about the process of simple automated testing using Selenium IDE and Selenium WebDriver
developmentNov 03, 2022Size optimization in React NativeIn today's world speed is the king. We have become spoiled for speed and not having to wait for anything and this also applies to mobile apps.
developmentOct 13, 2022Vite JS - Created to performVite is build tool with performance in mind to keep up with modern web project demands. It is packet with blazingly fast HMR and Rollup bundler for highly optimized static assets.
developmentMar 16, 2022The Importance of Software TestingEveryone can make mistakes, so testing is necessary because it helps us identify bugs or errors early, so that they can be fixed before the application is delivered to the client. Defects can damage a company’s reputation, leading to lost customers. Properly tested software ensures security, high pe...
developmentFeb 11, 2022Storybook in React NativeHow would you like a design system tool that greatly helps you develop, maintain and onboard new coworkers on the project? Well, look no more because the perfect tool is already here in the form of Storybook. This is a robust tool that runs outside the main app and allows us, the developers to creat...
developmentDec 17, 2021API testing using PostmanIn order to test APIs, we need a tool that is simple and intuitive in order to make this process easy. Postman is a great example of such application, which is also the reason why it is one of the most popular of that kind.
developmentDec 03, 2021React Native push notifications with FirebasePush notifications are more and more frequently used in today’s mobile applications, considering they are an efficient way to stimulate user engagement and help them keep up with the latest news inside the application.
designNov 19, 2021Importance of micro‑animationInteractions with the app or websites can take an impact on how we perceive the content and products. Those interactions can play a vital role in bringing delight to the user by the use of animation and transition effects so implementing animation in your designs is a way to make your design alive, ...
developmentOct 22, 2021Automated testing using AppiumIn order to avoid human error and to make that process faster, automated testing is becoming more and more popular. However, it is necessary to choose a tool that will help you carry out such a task. When it comes to mobile testing, there are a few options but, because of its simplicity, one of the ...
developmentOct 08, 2021React Native's upcoming re‑architectureThere's been a lot of talk about the change in the architecture of React Native ever since it’s been announced in 2018. In the ongoing re‑architecture of React Native the emphasis is mainly on making React Native more flexible and helping it integrate better with native infrastructure in hybrid Java...
developmentAug 31, 2021React JS - Custom HooksReact hook is one of the latest features of React JS that was added to the React library with the 16.8 version update. It allows you to use state and other important React features in your working components so that you don't even need to write custom classes anymore and provides you ease. When it c...
developmentAug 20, 2021React 17 - Upgrade SummaryIntroducing the feature changes of React with React 17 update. React 17 is an update that does not bring any new features, but instead it modifies the existing ones. This update is focused on making React easier to upgrade in the future.
developmentAug 10, 2021Form Handling - MUI + React Hook FormForm handling can be done in numerous ways. React Hook Forms simplify form handling, especially for uncontrolled forms, while Material-UI TextField provide easy way to show errors to the user.
developmentJul 21, 2021Animated Times - Why Should You Use AnimationsStanding out in the ever-increasing world wide web becomes increasingly difficult by every day. Pages without proper styling, intuitive layouts, without any animations become overshadowed by other pages that do have those features. Those simple animations are the one that make the page run smoother ...
developmentJul 09, 2021Redux in State ManagementFor JavaScript and React applications, Redux is a standard data store. Data binding should move in one direction and should be saved as a single source of truth; this was according to the basic concept. The popularity of Redux stems from the design concept's simplicity and the fact that it is reason...
developmentJun 02, 2021Why Context Should Not be Used for State Management in React JSSince the release of the new React Context API, "Context vs Redux" has become one of the most hotly discussed topics in the React community. Unfortunately, most of this "discussion" arises from a misunderstanding of the two tools' purposes and applications. Despite the fact that there have been hund...
developmentMay 24, 2021Difference Between Hydration and Rendering in ReactWith the new release of React v17 on 22 October 2020, it appears there are lot of added features. Today our quest is to bring out the difference between Hydration and Rendering in React JS. Let me allow shedding light on this topic.
companyApr 26, 2021Binaryx going BIG. Story about Devs wind of change.Often in our lives, we can hear about something that is going through a rebranding, but let’s be honest, how many times does that term take a real act contrary to just being part of the marketing plan? Well, in our case, Binaryx is going BIG with this one, for real. 🚀