List of videos

Infobip Shift 2022: Documentation for Humans - Tejas Kumar (Xata)

Get your tickets for Infobip Shift 2023 at https://shift.infobip.com/ https://twitter.com/InfobipShift This talk explores careful considerations that go into creating effective documentation that helps users reliably find answers to questions they have, ultimately making documentation accessible to all, and reducing maintenance burden by automatically generating them from source code.

Watch
Infobip Shift 2022: Streaming Data Pipelines: What, Why and How? - Sasa Kljaic (Raiffeisenbank)

Get your tickets for Infobip Shift 2023 at https://shift.infobip.com/ https://twitter.com/InfobipShift In today's world of ever-increasing volume of data waiting for days, hours or even minutes to make business decisions is becoming unacceptable. In this talk, we will cover how you can modernize your existing application and build a real-time data pipeline using Kafka and Kafka Streams.

Watch
Infobip Shift 2022: How to Learn Web3 - Francesco Ciulla (daily.dev)

Get your tickets for Infobip Shift 2023 at https://shift.infobip.com/ https://twitter.com/InfobipShift Effective developers don't just write clean, simple, and robust code. They also have a strong understanding of the entire development process and the problem that needs to be solved. They take time to learn, practice, and play.

Watch
Infobip Shift 2022: Write Your Own Kubectl with C# - Bojan Vrhovnik (Microsoft)

Get your tickets for Infobip Shift 2023 at https://shift.infobip.com/ https://twitter.com/InfobipShift Kubernetes provides a command line tool for communicating with a Kubernetes cluster's control plane, using the Kubernetes API. In this session, we will focus on checking out different (most common) tools to control, manage and operate clusters/workloads besides official kubectl. We will start with built-in options to control Kubernetes, navigate to provided 3rd party tools and focus on building a programmatic approach to mix our workloads/scenarios in Kubernetes with C#, PowerShell, and REST.

Watch
Infobip Shift 2022: Fullstack Typesafety with Next.js - Brandon Bayer (Flight Control)

Get your tickets for Infobip Shift 2023 at https://shift.infobip.com/ https://twitter.com/InfobipShift Achieving complete typesafety with Next.js is a huge challenge, especially if you are fetching data from databases or third-party APIs! I'll show you how to fully leverage ALL of the Typescript features of Next.js. And I'll cover the hottest up-and-coming libraries for achieving even greater typesafety than is possible with vanilla Next.js. Get your tickets for Infobip Shift 2023 at https://shift.infobip.com/

Watch
Infobip Shift 2022: Cohesion and Coupling: Exploring Fundamental Principles of Software Engineering

Get your tickets for Infobip Shift 2023 at https://shift.infobip.com/ https://twitter.com/InfobipShift Peter McKee, Senior Director of Developer Advocacy at JFrog What makes good software? What's the difference between well-written code and code that's not? There are two foundational principles that are at the core of well-written code - cohesion and coupling. Well-written code is loosely coupled and highly cohesive. Whether you write object-oriented, procedural, YAML, or functional code, it must follow these two principles to be able to be easily reasoned about and maintained. In this talk, we'll discuss cohesion and coupling and take a look at poorly written code and how to think about and refactor it to be loosely coupled and highly cohesive.

Watch
Infobip Shift 2022: Scaling Ethereum with Zero-Knowledge magic - Ivan Pavicic (Shard Labs)

Get your tickets for Infobip Shift 2023 at https://shift.infobip.com/ https://twitter.com/InfobipShift Ethereum in it's current state is slow and expensive, but several solutions exist and continue to grow in order to address this problem. Some of those solutions are the various layer-2 scaling mechanisms (rollups), but we will focus on a particular, Zero-Knowledge based rollup and see why and how it works... And why it's such an exciting topic in the crypto community! Vitalik himself supports it, so come and see why!

Watch
Infobip Shift 2022: How Fintech APIs Are Eating The World - Arik Shtilman (Rapyd)

Get your tickets for Infobip Shift 2023 at https://shift.infobip.com/ https://twitter.com/InfobipShift Welcome to the Fintech Economy. The fintech API revolution will create a whole new era in software application development that will rewire how apps are built and monetized. Fintech is a new fourth platform now joining the Internet, Cloud and Mobile as part of your technology stack. Arik Shtilman, the founder and CEO of Rapyd, a leading global fintech will share insights into how to take advantage of this growing trend, his philosophy on why we need to 'Build Bold', and what it means for software developers creating next-generation apps. Get your tickets for Infobip Shift 2023 at https://shift.infobip.com/

Watch
Infobip Shift 2022: A Developers Guide to Managing Infrastructure - Nic Jackson (HashiCorp)

Get your tickets for Infobip Shift 2023 at https://shift.infobip.com/ https://twitter.com/InfobipShift Year on year, developers are taking more responsibility for managing their applications infrastructure. Thankfully advances in cloud products have dramatically simplified this task by providing preconfigured managed resources that we can leverage. However, even with managed resources, you must take a measured and sustainable approach to your infrastructure to ensure consistency and reproducibility. In this talk, you will learn how managing infrastructure is very similar to your workflow for writing code. Using the popular open-source tool Terraform, you will discover two different approaches: a configuration-based approach using Terraform's domain-specific language and a code-based approach using the Terraform CDK and your programming language of choice, such as Python, Typescript, Go, or C#. We will look at the pros and cons of each approach and a continuous integration workflow for applying GitOps principles to infrastructure code.

Watch