Systems | Development | Analytics | API | Testing

%term

JavaScript Errors: An Exceptional History - Part II

Hello again! Welcome to the finalé of a two-part series of posts on errors in JavaScript. Last time, we took a look into the history of errors in JavaScript — how JavaScript shipped without runtime exceptions, how error handling mechanisms were later added both to the fledgeling web browsers of the day and to the ECMAScript spec, and how they future efforts to standardise these features would be connected to the politics of the browser wars of the late 90’s and 2000’s.

Robust Development with git-flow, Bitbucket Pipelines and Bitrise

When you start a new project, everything is very easy and agile. You can develop, commit code and publish new versions quickly, without much testing. You probably don’t have a QA team, your test data is similar to your production data and you don’t develop multiple features at the same time. But as the project grows, it starts to become more and more complex.

Data Warehouse or Data Lake?

There are essentially two paths to strategic data storage. The path you choose before you bring in the data will determine what’s possible in your future. Although your company’s objectives and resources will normally suggest the most reasonable path, it’s important to establish a good working knowledge of both paths now, especially as new technologies and capabilities gains wider acceptance.

Don't just move to the cloud, modernize with Google Cloud

Our customers tell us they don’t just want to migrate their applications from point A to point B, they want to modernize their applications with cloud-native technologies and techniques, wherever those applications may be. Today, we’re excited to tell you about a variety of new customers that are using Anthos to transform their application portfolio, as well as new cloud migration, API management, and application development offerings:

Leave Your Legacy: Real Strategies for Modernizing

Most large enterprises have a lot of legacy developed over the years, but they need to embrace microservices quickly to beat the competition. The right approach for these large enterprise is not a big-bang strategy but rather an incremental strategy. In this Kong Summit 2019 session, Infosys AVP and Head of Architecture, Rajib Deb will explain how leveraging an API gateway and “servicifying” the legacy can help expedite the process for organizations adopting microservices architectural patterns.

Using TestCafe for End to End Testing

TestCafe is a Node.js tool to automate end-to-end web testing. End to End tests cover real journeys that your customers do, they are slower to execute but can be much more valuable comparing to unit and integration tests. TestCafe is a Node.js tool to automate end-to-end web testing and functional testing. TestCafe uses a URL-rewriting proxy called Hammerhead that emulates commands using the DOM API and injects JavaScript into the browser.