Systems | Development | Analytics | API | Testing

VS Code Linux Shortcuts for 10x Productivity

It is possible to become more efficacious and proficient with any tool when you know how to use shortcuts. Consider this for a moment. Do you think it is okay if someone repeatedly selects text by dragging through the mouse and selecting the cut option from the menu for once instead of pressing Ctrl+X? or by holding down the mouse button to copy the entire text instead of pressing Ctrl+A? There is no exception to this rule when it comes to Linux shortcuts.

You Can't Hit What You Can't See

Full-stack observability is a critical requirement for effective modern data platforms to deliver the agile, flexible, and cost-effective environment organizations are looking for. For analytic applications to properly leverage a hybrid, multi-cloud ecosystem to support modern data architectures, data observability has become even more important. I spoke to Mark Ramsey of Ramsey International (RI) to dive deeper into that last subject.

WebdriverIO v8 Release

Learn about what's new in WebdriverIO v8. The primary goal for the new version of WebdriverIO was to transition from CommonJS to ESM in order to continue with important dependency updates and avoid security issues. Furthermore, we cleaned up some code, implemented a new Action API interface and streamlined the way WebdriverIO deals with global objects using the test runner.

How to Use UnrealGameSync with Perforce Helix Core

To aid in the development of Unreal Engine 4 and Unreal Engine 5, Epic developed UnrealGameSync (UGS) to interact with Perforce Helix Core. While UnrealGameSync has many features in addition to p4v, the primary use is to distribute internal engine and project builds. Here we explain what is UnrealGameSync, its benefits, and how to install and set it up.

Data modeling techniques for data warehousing

When setting up a modern data stack, data warehouse modeling is often the very first step. It is important to create an architecture that supports the data models that you wish to build. I often see people going straight to writing complex transformations before thinking about how they want to organize the databases, schemas, and tables within their warehouse. To succeed, it is key to design your data warehouse with your models in mind before starting the modeling process.

How Does Process Mining Work? Plus 7 Misconceptions Debunked

In the past, the process improvement aspect of business process management relied on lengthy and time-consuming research. Process managers held discussions with stakeholders, made guesstimates about how or why a process underperformed, and spent days, sometimes weeks testing enhancements to see if they could observe a difference. Now, businesses have access to a data-driven process optimization tool: process mining.

Optimize Your AWS Lambdas with TypeScript

Last time in this series, we looked at improving the developer experience. As your Lambda function gains more features and dependencies, you may notice that the bundle size begins to grow exponentially. This can negatively affect deployments and cold starts. A bigger bundle means deployments take longer to upload to the AWS cloud. The JavaScript engine has more work to do before it can execute the Lambda function. In this take, we will focus on optimizing our Lambda function.