TO THE NEW Blog PAGES

Data Science

KAG : Knowledge Augmented Generation

Introduction LLMs, such as ChatGPT, have made a significant impact on the way people use technology. However, technology is far more advanced in its fundamentals as artificial intelligence indeed transforms the world. These models perform admirably in accomplishing general purpose undertakings, but when it comes to domain-specific fields such as medicine, finance, law, and engineering, […]

MSP

Setting up Kiali in Istio: Visualize your mesh

Introduction Nowadays, Managing the Microservices that are interacting with each others in real time becomes challenging especially when the clusters are running with hundreds of these microservices. There’s always somethings breaking up or causing performance issues and for looking into these issues you need to go thoroughly with the traffic flow, need to understand where […]

Data Science

Understanding Model Context Protocol (MCP): Incorporation of AI tools

Introduction This is a world of fast-changing AI development, one of our significant pain points is tool and service integration with our AI assistants. If we have had any experience with tools of this nature like LangChain or LangGraph, chances are we have had to suffer this pain of having had to write custom code […]

JS

Implementing configurable SMART on FHIR authentication with Node.js

Introduction In the rapidly evolving landscape of health-tech, interoperability and security are critical. SMART on FHIR (Substitutable Medical Applications, Reusable Technologies on Fast Healthcare Interoperability Resources) has emerged as a robust standard to create apps that integrate seamlessly with Electronic Health Record systems. This blog, which is meant for developers building healthcare apps, covered the […]

JS

Understanding service worker caching

Introduction We often hear about service workers in the context of caching techniques, their importance in PWAs, and overall optimization. They enable us to create offline experiences within websites or applications, perform background sync activities, and create push notifications, among other features. Let us understand what service worker is and how to implement it in […]

iOS

Why app performance matters: How to keep users engaged and retained

Imagine downloading a promising app – only to face slow loading, crashes, or lag. Most users won’t give it a second chance. They uninstall and never come back. In a world of endless choices and ever-shorter attention spans, success in mobile app development services hinges on performance. An app has just a few seconds to […]

Marketing Automation

Core technical concepts every SFMC email developer should know

Introduction As a Salesforce Marketing Cloud (SFMC) Email Developer, you aren’t simply a creator of stylish emails but a constructor of powerful, data-driven messaging experiences. To produce emails that truly resonate and convert, understanding Salesforce’s underlying technology is essential. Why Technical Expertise is Essential for SFMC Email Development: SFMC Email Developers blend cutting-edge design with […]

Data Engineering

From tasks and streams to tranquility: My first real project with Snowflake dynamic tables

Let me tell you about the moment I realized I’d been overcomplicating things for years. I was working on a pipeline in Snowflake. You know the type — a multi-stage transformation process where a few base tables feed into intermediate tables, some reconciliation happens, and eventually it all lands in a final reporting layer. I’d […]

Media & Entertainment

Introduction to SRT (Secure Reliable Transport)

Introduction SRT (Secure Reliable Transport) is an open-source video transport protocol developed by Haivision Systems Inc. in 2013. It’s designed to optimize video streaming performance across unpredictable networks, ensuring secure and reliable delivery of high-quality, low-latency streams. SRT was born to solve the “Live over Internet Protocol” problem. Making it possible to stream high-quality, low-latency […]

Project Management

Managing fixed cost projects: Insights from the field

Introduction Managing fixed price projects isn’t rocket science—but it certainly requires vision, careful planning, and sharp execution to make it successful. Recently, I had the opportunity to work on an end-to-end fixed price project, and it was a transformative experience. Not only did it offer deep insights into the nuances of managing fixed price engagements, but it also broadened […]

DevOps

Designing for efficiency: How thoughtful VPC architecture reduces AWS spend

Introduction At To The New, we work with all kinds of customers from fast-moving startups to huge enterprises, and one thing is always true: Nobody likes surprises on their AWS bill, nor Anyone likes downtime. When people think of saving money in AWS, they usually jump straight to EC2 instance rightsizing or removing idle resources. […]

DevOps

Docker vs Podman: A comprehensive comparison

Introduction Containers have transformed the way we build, ship, and run applications. For a long time, Docker has been the go-to solution for containerization, setting the standard across the industry. However, Podman has gained attention as a strong alternative, offering solutions to some of Docker’s architectural challenges. In this blog, we’ll take a closer look […]