Systems | Development | Analytics | API | Testing

Understanding eBPF in Sevice Mesh with Ahmed

Why have we not created a service mesh in the kernel before? Some people have been semi-jokingly stating that kube-proxy is the original service mesh. However, it is not enough. So what's next? Since eBPF code can be inserted at runtime into an existing Linux kernel similar to a Linux kernel module, but unlike a kernel module, it can be done in a secure and portable manner. This allows for eBPF implementation to continue to evolve with the service mesh community.

Maximizing Efficiency: Streamlining Your Business with Advanced SFDC Strategies

If you’re navigating the complexities of CRM and business automation, SFDC could be the game-changer you need. With SFDC, or Salesforce.com, businesses access a suite of tools for customer relationship management, marketing automation, and analytics to streamline operations. This article offers a focused look at how implementing SFDC strategies can elevate your data handling, improve customer engagement, and protect your information, all while bolstering your sales and marketing efforts.

The Essential Role of a Data Steward in Modern Business Intelligence

At the intersection of data management and business strategy lies the data steward. Tasked with safeguarding data integrity and enabling informed business intelligence, data stewards are fundamental to modern organizations. They ensure data is clean, compliant, and utilized effectively. Our exploration will detail the crucial role of data stewardship in navigating and leveraging an enterprise’s data landscape.

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?

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.