List of videos

Premiere - Conf42 Golang 2021

Conf42 Golang 2021 πŸ›ΈπŸ¦¦ is here - say hello to the Gophers from outer space! 25 amazing Go-related talks, available to watch on demand. FREE RSVP to watch the content: https://www.conf42.com/golang2021#register Meet and greet on Discord πŸ§‘β€πŸ€β€πŸ§‘πŸ’¬ https://discord.gg/DnyHgrC7jC β€” 0:00 Sponsored Segment 3:10 Preamble Featured ✨ Talk 3:49 JesΓΊs Espino - Mattermost Getting Started 🐒 Track 4:38 Miriah Peterson 5:05 HΓΌseyin BABAL 5:53 Jayaganesh Kalyanasundaram 6:28 Sylvain Combraque 6:56 Matan Cohen 7:37 Oliver Fuerst Security πŸ¦” Track 7:58 Mathilde Raynal 8:31 Mohammad Shahbaz Alam 9:03 Gordon Rudd Frameworks 🐝 Track 9:22 Marco Nicola 9:58 Preslav Rachev 10:42 Moritz Eckert 11:15 Dmitry Vinnik Deep Dive πŸ‹ Track 12:05 Lorna Mitchell 12:45 Ishuah Kariuki 13:31 Luis Cardoza Bird 13:50 Ilya Kaznacheev 14:30 Francisco Daines 15:10 Mahendra Bagul 16:02 Sean DuBois 16:24 Vincent Lesierse Lessons Learned πŸ¦‰ Track 16:56 Dana Scheider 17:46 Mofizur Rahman 18:24 Piyush Verma 18:47 Thank you! β€” πŸ₯‡ Gold Sponsors Mattermost Teleport πŸ₯ˆ Silver Sponsors Envato Last9.io Magic RestorePoint 🀝 Media Partners AWS Infosec Conferences Inside Dev Manning Packt β€” Website πŸš€πŸͺ https://www.conf42.com​ Reach Out πŸ“§πŸ“­ mark@conf42.com Discord Server πŸ§‘β€πŸ€β€πŸ§‘πŸ’¬ https://discord.com/invite/dT6ZsFJ5ZM​ LinkedIn πŸ‘¨β€πŸ’ΌπŸ’Ό https://www.linkedin.com/company/4911...​ Twitter 🎡🐦https://twitter.com/conf42com​ Conf42Cast 🎧 http://www.conf42.com/podcast

Watch
Struct Embedding, Instrumentation and Code Generation | Jesus Espino | Conf42 Golang 2021

Jesus Espino Full Stack Developer @ Mattermost Reviewing how struct embedding and other techniques can be used to improve code design, performance, and usability in your Go applications. β€” 0:00 Intro 0:25 Talk More Timestamps to come β€” πŸ₯‡ Gold Sponsors Mattermost Teleport πŸ₯ˆ Silver Sponsors Envato Last9.io Magic RestorePoint 🀝 Media Partners AWS Infosec Conferences Inside Dev Manning Packt β€” Website πŸš€πŸͺ https://www.conf42.com​ Reach Out πŸ“§πŸ“­ mark@conf42.com Discord Server πŸ§‘β€πŸ€β€πŸ§‘πŸ’¬ https://discord.com/invite/dT6ZsFJ5ZM​ LinkedIn πŸ‘¨β€πŸ’ΌπŸ’Ό https://www.linkedin.com/company/4911...​ Twitter 🎡🐦https://twitter.com/conf42com​ Conf42Cast 🎧 http://www.conf42.com/podcast

Watch
Centralized Policy Management at Scale | Noaa Barki & Shimon Tolts | Conf42 DevSecOps 2021

Noaa Barki & Shimon Tolts Datree Systems are becoming more and more complex, built on microservices architecture, with large engineering organizations working together inter-dependently. In this new world order in engineering organizations, policy management has become a core piece in making this all operate more seamlessly. Projects like Open Policy Agent (OPA) have brought policy management to forefront, and have provided one method for applying centralized policy at scale. This talk will review different methods for applying centralized policy at scale, demoing this through OPA as a policy operator, and applying policies to Kubernetes config YAMLs, for a real world example for how you can apply this to your services as well. Other talks at this conference πŸš€πŸͺ https://www.conf42.com​/devsecops2021 β€” 0:00 Intro 0:26 Talk

Watch
PIACERE - DevSecOps automated | Radoslaw Piliszek | Conf42 DevSecOps 2021

Radoslaw Piliszek IT systems architect @ 7bulls.com The unique and innovative DevSecOps process with supporting tools will be presented. The PIACERE tools allow for the complete, secure and optimized deployment of the infrastructure to the selected cloud providers and private cloud. The unique concept of the Canary Environment for stress tests will be presented. The wide selection of supported IaC will be covered as well. All the tools are created within the PIACERE project which aims to deliver the complete DevSecOps pipeline for devops and cloud developers. Other talks at this conference πŸš€πŸͺ https://www.conf42.com​/devsecops2021 β€” 0:00 Intro 0:26 Talk

Watch
Improve the identification of vulnerabilities in your project | Filipi Pires | Conf42 DevSecOps 2021

Filipi Pires Security Researcher @ Senhasegura Practical demonstration of how a Developer can use a SAST tool for static analysis in code vulnerability, executing it in source code, byte code and/or binary and identifying security holes during the development process, analyzing many languages and codes, like as, C, C #, Java, Kotlin, Python, Ruby, Golang, Javascript, JSON… And searching for key leaks and security flaws in all files of your project, as well as in Git history and in addition to receiving a managerial view with all this analysis information. Other talks at this conference πŸš€πŸͺ https://www.conf42.com​/devsecops2021 β€” 0:00 Intro 0:26 Talk

Watch
A Deep Dive Into Kubernetes Schema Validation | Eyar Zilberman | Conf42 DevSecOps 2021

Eyar Zilberman CPO @ Datree How do you ensure the stability of your Kubernetes clusters? How do you know that your manifests are syntactically valid? Are you sure you don’t have any invalid data types? Are any mandatory fields missing? Most often, we only become aware of these misconfigurations at the worst time - when trying to deploy the new manifests. In this talk, we will review how to overcome this challenge with OSS tooling that can be integrated seamlessly into your deployment process. Other talks at this conference πŸš€πŸͺ https://www.conf42.com​/devsecops2021 β€” 0:00 Intro 0:26 Talk

Watch
Securing and hardening containers hosts | Mathieu Tortuyaux & Sayan Chowdury | Conf42 DevSecOps 2021

Mathieu Tortuyaux & Sayan Chowdury Microsoft Even the most secured Kubernetes cluster can have security issues in case the underlying OS is not correctly hardened. In this talk, we will present the best practices to harden and secure your container hosts from the delivery to the different environments to ensure reliability, security and performance. Through an actual live example, we will introduce how Flatcar Container Linux is first built around security, and uses the hardening practices. From SELinux configuration to audit logs passing by its package management - let's see how this container optimized OS distro can contribute to reduce the surface attack and mitigate threats. Other talks at this conference πŸš€πŸͺ https://www.conf42.com​/devsecops2021 β€” 0:00 Intro 0:26 Talk

Watch
Manage secrets across cloud on Kubernetes | Jhonnatan Gil Chaves | Conf42 DevSecOps 2021

Jhonnatan Gil Chaves DevOps Engineer @ AppGate Evolution of kubernetes and uses cases is more valuable when your team can manage secrets in more secure context for all teams!! Involve secure team and dev team for this process is very essential because you need broke this dependency with external-secrets! Other talks at this conference πŸš€πŸͺ https://www.conf42.com​/devsecops2021 β€” 0:00 Intro 0:26 Talk

Watch
Automate your threat hunting workflows | Christopher Van Der Made | Conf42 DevSecOps 2021

Christopher Van Der Made Developer Advocate @ Cisco Cyber threats are running rampant in the IT world. It’s time to take a proactive stance. This session will teach you how to automate your hunt for active cyber thredats in your network/cloud/endpoint environments and what to do once you’ve caught them. β€œIt is very important nowadays to stay up to date with all of the cyber threats that are posing all over the world. It is widely known that there are not enough resources to be found to fill up every Security Operation Center (i.e. SOC). Therefore, many organizations struggle with coping with the massive amount of new type of attacks and generated alerts from their tooling. During this session, you will learn how to hunt (and automate your hunt) for active cyber threats in your environment and contain them using integrated connections to network, endpoint, and cloud products. This session is targeted at SOC management, cyber security engineers, threat hunters, and analysts. It will touch on threat detection, investigation and response. All the code will be made available after the session.” Other talks at this conference πŸš€πŸͺ https://www.conf42.com​/devsecops2021 β€” 0:00 Intro 0:26 Talk

Watch