Systems | Development | Analytics | API | Testing

Latest Blogs

9 Useful Resources for Running a Brand New eCommerce Store: From Sourcing Inventory to Shipping Products

Advancements in technology and other factors have contributed to the continued growth of the eCommerce industry. This growth has led to the development of different eCommerce platforms, plugins, tools, and other resources that can help businesses drive revenue generation and save time during their operations. Unfortunately, it can get confusing for new eCommerce business owners to choose the right tools and resources.

How to Build in the Metaverse - A Primer on Metaverse Game Development

So you want to get into metaverse game development — but the metaverse isn’t here yet. It is still being built in pieces. Some say Web3/NFT/blockchain companies like Sandbox or Decentraland are leading the way. Others say that Meta is leading the way with its immersive VR Horizon World metaverse. But what about Epic Games and their deep investment into the underlying infrastructure? And what about the creative and educational side with Minecraft and Roblox?

How to Automate Localization Testing

When you launch a software product or application into a local market, you want to ensure its flawless functionality. Localization testing is a critical process in the software development life cycle that ensures the software is accurately localized and functions as expected in the target market. However, as with any testing process, localization testing can be time-consuming, repetitive, and error-prone, especially when dealing with multiple languages and locales. It’s ripe for automation.

Why can't your performance solution vendor size your load generators?

Load and performance testing remains a vital aspect of any software delivery process. Ensuring that your application supports the anticipated number of concurrent users prevents brand damage, system failures in production, and loss of revenue. There is a saying in engineering that the shape of the solution is dictated by the shape of the problem. Translating this to performance testing solutions, there are several common design elements that all load and performance testing solutions share.

Seven Ways to Gain Data Clarity in An Uncertain Climate

It’s been a rollercoaster ride for everyone over the last few years, with particular pressure on Chief Financial Officers (CFOs) to support CEOs steering their organizations through things none of us expected to experience in our lifetime. Unfortunately, with the financial markets going into turmoil over the last few months and consumers of all shapes and sizes starting to cut back on spending, the uncertainty isn’t going to stop anytime soon.

Storing Ephemeral UI State with Kredis for Rails

Kredis (Keyed Redis) is a recent addition to the Rails developer's toolkit. It strives to simplify storing and accessing structured data on Redis. In this first part of a two-part series, we'll start by going into how Kredis works. We'll then run through an example use case for storing ephemeral UI state using a bespoke Redis key. Let's get started!

A Simple Guide to using Firefox Driver for Selenium to Run your Tests

A Firefox Driver for Selenium is a web driver for the Firefox browser that allows you to programmatically interact with a web page in a Firefox browser using Selenium. It helps you automate various actions as if you were interacting with the website manually. This can be useful for tasks such as web scraping, automated testing, and automating repetitive tasks on a website.

Python Environment Variables

As a modern application, yours always deals with credentials, secrets, and configurations to connect to other services like an authentication service, database, cloud services, microservices, etc. Keeping your username, password, and other login information in the source code of your application is not a good idea because they could be exposed if you share or publish the programme. Before sharing the code, you must delete or remark the credentials, which requires more work from you.

Implementing and Using UDFs in Cloudera SQL Stream Builder

Cloudera’s SQL Stream Builder (SSB) is a versatile platform for data analytics using SQL. As apart of Cloudera Streaming Analytics it enables users to easily write, run, and manage real-time SQL queries on streams with a smooth user experience, while it attempts to expose the full power of Apache Flink. SQL has been around for a long time, and it is a very well understood language for querying data.