Introduction: Custom code in Talend offers a powerful way to enhance batch processing efficiently by allowing developers to implement specialized logic that is not available through Talend’s standard components. This can involve data transformations, custom code as per use case and integration with flat files as per specific project needs. By leveraging custom code, users […]
Development
Transform Your Data Workflow: Custom Code for Efficient Batch Processing in Talend-Part 1
Introduction: Custom code in Talend offers a powerful way to enhance batch processing efficiently by allowing developers to implement specialized logic that is not available through Talend’s standard components. This can involve data transformations, custom code as per use case and integration with flat files as per specific project needs. By leveraging custom code, users […]
Why Laravel Nova Is My Go-To Admin Panel
Introduction When it comes to building web applications, the admin panel is often the unsung hero. It’s the control room where data is managed, users are monitored, and business logic comes to life. Over the years, there were several admin solutions from open-source dashboards to custom-built interfaces but none have matched the elegance, power, and […]
Top 5 Drupal AI Modules to Transform Your Workflow
The AI Revolution is in Drupal CMS The way we create, optimize, and deliver content has fundamentally changed. Artificial Intelligence is no longer a futuristic concept; it’s a practical, indispensable tool for content teams. For years, Drupal has been the gold standard for structured, enterprise-level content management. Now, with the rapid maturation of the community’s […]
Terraform Code Generator Using Ollama and CodeGemma
In modern cloud infrastructure development, writing Terraform code manually can be time-consuming and error-prone—especially for teams that frequently deploy modular and scalable environments. There’s a growing need for tools that: Allow natural language input to describe infrastructure requirements. Automatically generate clean, modular Terraform code. Integrate with cloud authentication mechanisms. Save and organize code into execution-ready files. This model bridges the […]
AEM and Cloudflare Workers: The Ultimate Duo for Blazing Fast Pages
If you’re using Adobe Experience Manager as a Cloud Service (AEMaaCS), you’ve likely wondered what to do with your existing CDN. AEMaaCS includes a fully managed CDN with caching, WAF, and DDoS protection. But it also supports a Bring Your Own CDN model. This flexibility allows you to layer your CDN in front of Adobe’s, […]
Why OneStream is Embracing C#
OneStream, a corporate performance management (CPM) platform, is built on the Microsoft .NET framework, that supports both VB.NET and C# for business rule development. Both languages share the same runtime environment that is known as the .NET Framework. VB.NET has traditionally been favored, especially in finance-related functions. VB.NET does have similarities to Excel’s VBA—making it […]
ChatGPT vs Microsoft Copilot: Solving Node & Sitecore Issues
In today’s world of AI-powered development tools, ChatGPT and Microsoft Copilot are often compared side by side. Both promise to make coding easier, debugging faster, and problem-solving more efficient. But when it comes to solving real-world enterprise issues, the difference in their effectiveness becomes clear. Recently, I faced a practical challenge while working with Sitecore […]
How to Successfully Upgrade Angular 16 to 17: Handling Legacy Angular Material Components
Upgrading Angular Applications: Angular 16 to Angular 17 Upgrading Angular applications to the latest version can sometimes be straightforward, but certain dependencies and legacy code can introduce challenges. In this blog, I’ll share my experience upgrading an Angular 16 project to Angular 17, focusing especially on the migration of Angular Material legacy components. Prerequisites for […]
Drupal 11’s AI Features: What They Actually Mean for Your Team
Drupal 11’s AI Features: What They Actually Mean for Your Team If you’ve been following the Drupal community lately, you’ve probably heard about the excitement with AI in Drupal 11 and the new Drupal AI Initiative. With over $100,000 in funding and 290+ AI modules already available, this will be a game changer. But here’s […]
5 Reasons Companies Are Choosing Sitecore SaaS
The move to SaaS is one of the biggest shifts happening in digital experience. It’s not just about technology, it’s about making platforms simpler, faster, and more adaptable to the pace of customer expectations. Sitecore has leaned in with a clear vision: “It’s SaaS. It’s Simple. It’s Sitecore.” Here are five reasons why more organizations are […]
Implementing Hybrid Search in Azure Cosmos DB: Combining Vectors and Keywords
Azure Cosmos DB for NoSQL now supports hybrid search, it is a powerful feature that combines full-text search and vector search to deliver highly relevant and accurate results. This blog post provides a comprehensive guide for developers and architects to understand, implement, and leverage hybrid search capabilities in their applications. What is hybrid search? How […]