Systems | Development | Analytics | API | Testing

What is MEVN Stack? Building a CRUD Application Using MEVN Stack

Nowadays, developers prefer a one-stop solution for web development where developers can build their entire web application on the go. Full-stack development platforms such as MEVN, MEAN, and MERN are the contemporary solutions for building an end-to-end application. Developers can create every part of the applications in the same language for every aspect - including a front-end, backend, database, API, security, web server, and more.

Trip Report: On The Road to Signal-Driven Testing

Just shy of a year ago and coinciding with the Atlassian Team ‘23 conference, Testlio unveiled an initiative to help product teams adopt signal-driven testing as a core pillar of the future of software quality engineering. A lot of exciting things have happened and continue to happen since that announcement, which collectively serves as validation of the opportunity for product teams to dramatically improve test coverage efficiency through signal-driven testing.

Predict Known Categorical Outcomes with Snowflake Cortex ML Classification, Now in Public Preview

Today, enterprises are focused on enhancing decision-making with the power of AI and machine learning (ML). But the complexity of ML models and data science techniques often leaves behind organizations without data scientists or with limited data science resources. And for those organizations with strong data analyst resources, complex ML models and frameworks may seem overwhelming, potentially preventing them from driving faster, higher-quality insights.

Snowflake Invests in Observe to Expand Observability in the Data Cloud

As organizations seek to drive more value from their data, observability plays a vital role in ensuring the performance, security and reliability of applications and pipelines while helping to reduce costs. At Snowflake, we aim to provide developers and engineers with the best possible observability experience to monitor and manage their Snowflake environment. One of our partners in this area is Observe, which offers a SaaS observability product that is built and operated on the Data Cloud.

Demystifying Microfrontends: A Practical Approach with React and Module Federation

Microfrontends is a modern front-end architectural approach, by which web applications are segmented (or decomposed) into smaller self-contained units, allowing for easier management and scalability. You can our introduction article to Microfrontends to understand better this architecture approach. Today we’re going to provide a step-by-step guide to the process of building a real-world application using React and Module Federation.

Building Serverless Apps with the AWS CDK Using TypeScript

The AWS Cloud Development Kit (CDK) lets you build serverless applications with the expressive power of a programming language like TypeScript. The CDK defines cloud infrastructure in code and deploys via AWS CloudFormation. In this post, we will build a Lambda function, an AWS Gateway API, and an S3 bucket to upload CSV files. The API will take requests in JSON and seamlessly convert them to CSV format. We will use the AWS CDK in TypeScript to reliably deploy our app through AWS CloudFormation. Ready?

Transitioning to Automation Role: Embracing a Future of Possibilities

The path to automation opens a world of possibilities. It’s an opportunity for professional growth, skill enhancement, and a chance to increase your impact on your team and projects significantly. As a QA professional, you possess a unique set of skills and insights that are immensely valuable in the sector of automation. This transition is not merely a change in day-to-day tasks but a promising venture into a space brimming with innovation.

Lenses 5.5 - Self-service streaming data movement, governed by GitOps

In this age of AI, the demand for real-time data integration is greater than ever. For many, these data pipelines should no longer be configured and deployed by centralized teams, but distributed, so that each owner creates their flows independently. But how to simplify this, whilst practicing good software and data governance? We are introducing Lenses 5.5.

Why is Tricentis the go-to testing platform for SAP testing? Simple as 1-2-3-4

They say a picture is worth a thousand words. The partnership between SAP and Tricentis makes Tricentis the go-to platform for SAP testing, and this image from a Tricentis Roadshow session with Marc Thier, SVP Application Lifecycle Management at SAP, sums it up quite nicely: SAP loves Tricentis! Since the partnership was established in 2020, hundreds of global enterprises using SAP solutions have adopted Tricentis testing applications to help accelerate and de-risk their business transformations.

The Advantages of Testing PRs in Software Development

Testing Pull Requests (PRs) in software development offers numerous advantages. It fosters collaboration among team members, minimizes errors, provides valuable learning opportunities, promotes transparency, and facilitates the onboarding process for new developers. Encouraging Collaboration: PRs promote open discussions regarding code changes, enabling developers to provide feedback, propose enhancements, and seek clarification before integrating new code.