Systems | Development | Analytics | API | Testing

Blending Data in the Data Warehouse

This is a guest post with exclusive content by Bill Inmon. Bill Inmon “is an American computer scientist, recognized by many as the father of the data warehouse. Inmon wrote the first book, first magazine column, held the first conference, and was the first to offer classes in data warehousing.” -Wikipedia. Our key points: One of the characteristics of most computing and analytical environments is that the environment consists of only one type of data.

Is Deno better than Node.js?

The Deno runtime for JavaScript and TypeScript is created on Rust and the V8 JavaScript engine, equivalent to Node.js. Developed by Ryan Dahl, Node.js' original creator, it is designed to correct errors he made when he first envisioned and unleashed Node.js in 2009. To recapitulate, he was dissatisfied with the lack of security, the lack of module resolution through node_modules, and the differing behaviour of the browser, among other things, which provoked him to implement Deno.

Why you should use caching for your Codemagic Unity projects

TL;DR: Caching the Library folder can significantly speed up your Unity builds in CI/CD environments. Codemagic CI/CD also allows you to cache the Unity version of your project so that you don’t need to re-download it each time. When you work on complex Unity projects and start adding more and more resources, you’ll quickly notice that the build times in your Codemagic workflow grow as well.

Developer inspiration: live features showcase with Ably examples

To ensure a great user experience, whether that’s attending a live virtual event, chatting with friends or collaborating on a document, you need to ensure that the core realtime works in any situation and that you provide a feature-rich application. Disruption, downtime or lags result in poor realtime user experiences.

Top 10 must-read books for data and analytics leaders in 2022

It’s that time of year - back to school, back to books, and our annual must-read books for data and analytics leaders. Given the pace of change in our industry, continuous learning is a must, whether through networking, podcasting, or reading. To cull this year’s list, I focused mainly on books published in the last two years with the themes of data, analytics and AI. I scoured lists and reviews on Amazon, solicited ideas from social networks and got to reading.

Appian as the Agility Layer for your ERP

In government agencies around the world, large enterprise legacy systems are what stand in the way of desperately needed modernization programs. Such legacy systems can be large enterprise resource planning (ERP) implementations or custom-built applications using complex codebases. Simply put, they are not supportable, upgradable, and do not provide the rich user experience customers have become accustomed to.

Production Data Simulation: Record in One Environment, Replay in Another

Have you ever experienced the problem where your code is broken in production, but everything runs correctly in your dev environment? This can be really challenging because you have limited information once something is in production, and you can’t easily make changes and try different code. Speedscale production data simulation lets you securely capture the production application traffic, normalize the data, and replay it directly in your dev environment.