Systems | Development | Analytics | API | Testing

%term

What Is Spring Boot?

Spring Boot is an open-source micro framework maintained by a company called Pivotal. It provides Java developers with a platform to get started with an auto configurable production-grade Spring application. With it, developers can get started quickly without losing time on preparing and configuring their Spring application. This post will guide you through understanding what the micro framework is and what it’s used for.

How to Build a QA Team from Scratch? | Mukesh Rajput | #qualityassurance #softwaretesting

In this comprehensive video, Mukesh Rajput shares his expert insights on "How to Build a QA Team from Scratch." If you're looking to understand the critical role of Quality Assurance (QA) in the software development lifecycle, this talk is for you. Mukesh covers everything from defining key QA roles and responsibilities to hiring the right talent, setting up effective processes, and fostering a collaborative culture.

GFF 2024 Day 3: PM Modi's Vision for India's Fintech Future and Global Leadership

As I eagerly awaited the start of Day 3 at the Global Fintech Fest 2024, the excitement was palpable. The added certainty that our very honorable Prime Minister Shri Narendra Modi would be in attendance boosted that expectation. His attendance was to take the day to another level since everyone eagerly awaited his views on India’s position in the global fintech industry. One could easily note preparations for his arrival were in full swing all over Mumbai.

What's New in ThoughtSpot - 10.1 Cloud Release

ThoughtSpot Analytics Cloud 10.1 is now available! Stay informed about critical changes in your business KPIs with anomaly-based alerts. Highlight patterns and trends in your data with advanced conditional formatting. Effortlessly handle human-in-the-loop feedback with new pagination, filters, and sorting options.

Upgrading Jet Reports: Excel Add-In & Server Components Simplified

In this video, we guide you through the seamless process of upgrading both the Jet Reports Excel Add-In and Server Components. Whether you're a beginner or an experienced user, this step-by-step tutorial will help you ensure a smooth transition to the latest version of Jet Reports. From downloading the newest version directly within Excel to upgrading the Server Components and re-installing the Excel Add-In, we've got you covered. Remember to consult your IT support before upgrading the Server Components to gather all necessary information.

Scaling Your Phoenix App in Elixir with FLAME

When you build an app, you'll often find that certain tasks do not require user interaction and are better performed in the background. Elixir provides excellent primitives, such as Task.async, to offload these tasks from the main user pipeline. Additionally, libraries like Oban offer more control over background tasks when needed. There's also FLAME, which the core Phoenix team is developing to offer a scalable solution for offloading intensive tasks to remote machines.

Leveraging LLM Models: A Comprehensive Guide for Developers and QA Professionals

Large Language Models (LLM) are changing the way developers and QA engineers solve problems. They allow for quicker code generation, debugging, and automated testing, reducing development time by up to 40%. This shift has prompted 67% of senior IT leaders to focus on generative AI, with 33% planning to make it a top priority within the next 18 months. However, while LLM models offer immense potential, understanding how to get the most out of them while maintaining quality is important.

Launch Jobs & Setup Online Development Environments Directly from CLI

When it comes to managing AI projects, the Command Line Interface (CLI) can be a powerful tool. With ClearML, the CLI becomes an essential resource for creating job templates, launching remote for JupyterLab, VS Code, or SSH development environments, and executing code on a remote machine that can better meet resource needs. Specifically designed for AI workloads, ClearML’s CLI offers seamless control and efficiency, empowering users to maximize their AI efforts.

Stateful vs. Stateless Web App Design

The difference between stateful and stateless applications is essential when developing APIs. However, if you’re not a developer who’s working with stateful and stateless systems, you might not fully understand these concepts. More importantly, you may not know why stateless REST APIs are so essential to building scalable web applications? Here are the key takeaways to know about stateful vs. stateless apps.