Systems | Development | Analytics | API | Testing

An always upto date Developer's CV | Nicolas Fränkel | #testflix2024

In the digital age, your GitHub profile can serve as an impressive and dynamic CV, showcasing your work and skills to potential employers. But what if your commit history isn’t vibrant, or your projects aren’t open source? In this insightful talk, Nicolas Fränkel shares practical strategies to transform your GitHub profile into an always up-to-date entry point for recruiters, even if your contributions are sparse or private. Learn how customization and automation, using tools like GitHub Actions, can keep your profile fresh and professional without constant manual effort.

Leading Agile Teams to Success: Lessons from the Trenches | Nishi Grover Garg | #testflix2024

Leadership in agile is not about control; it’s about enabling teams to thrive in a collaborative, innovative, and adaptable environment. In this inspiring session, Nishi Grover Garg draws on her hands-on experience to share valuable lessons in agile leadership. From managing shifting priorities to fostering a self-organizing culture, learn how to empower teams to deliver continuous value while achieving sustainable growth. Attendees will gain actionable leadership strategies to motivate and guide agile teams towards high-impact results.

Introducing Analyst Studio: Where analysts become business catalysts

With the ever-growing focus on GenAI, many legacy BI tools have failed to invest in the analyst. By focusing solely on AI experiences for business teams, they’ve alienated data teams, relegating analysts to disjointed tools and data silos. When in reality, businesses still need people who can help decision-makers assess messy data to diagnose and evaluate business problems. In fact, in this age of AI, we need analysts more now than ever.

EP 6: To Prevent the Artificial Charlatan, Data Management Has to be Fun

The AI explosion has led to non-stop hype cycles as the technology continues to develop. But AI is only as good as the data behind it. The threat of lousy data is bad AI. Andrew Brust, Founder and CEO of Blue Badge Insights, joins The AI Forecast to discuss the AI hype–and how to prevent what he calls an “artificial Charlatan” of bad AI. He emphasizes the dependent relationship between data and AI and the former’s role in the success of the latter. Specifically, he addresses the data governance conundrum, and why in order for data technology to be successful, it has to be fun.

Deploy AI Infrastructure in 2025: Serverless GPUs, Autoscaling, Scale to Zero, and More!

We’re on a mission to simplify application deployment for developers and businesses worldwide, whether they're AI-driven models, full stack applications, APIs, or databases. Our next-generation serverless platform significantly accelerates your deployments and improves efficiency, enabling you to build more with less spend. 2024 was a major year for us, packed with crucial serverless milestones.

How to Use Regular Expressions in Python

Regular expressions, commonly known as regex, are a tool for text processing and pattern matching. In Python, the re module offers a robust implementation of regex, allowing developers to handle complex text manipulation efficiently. In this article, we'll get to grips with regular expressions and provide practical code examples — from the basic to more advanced — so you can understand how to use regex in Python.

Event-Driven AI: Building a Research Assistant with Kafka and Flink

This post was originally published on Medium on Nov. 20, 2024. The rise of agentic AI has fueled excitement around agents that autonomously perform tasks, make recommendations, and execute complex workflows blending AI with traditional computing. But creating such agents in real-world, product-driven environments presents challenges that go beyond the AI itself.