August 17, 2022
TinkerForge provides a variety of sensors and devices: an air quality sensor, analog joystick, linear potentiometer, speaker, LCD screen, infrared distance sensor, and many more. We’ve used some of these devices to create an infrared piano. Two IR sensors detect where you place your hand over two sets of keys. The speaker beeps at a frequency matching the note for that key. The LCD prints the distance detected by each IR sensor. And the linear potentiometer controls volume. The software that runs the piano uses TinkerForge’s C/C++ API bindings. These are easy to retrieve from ConanCenter using the Conan C/C++ package manager. This session examines the various sensors, devices, and codes used to create the piano. You’ll go behind the scenes of the piano’s development, and its iterations, and see how you can start creating similar projects.
August 18, 2022
The world of technology is incredibly dynamic, as developers we have to continually learn new tools, technologies, paradigms and strategies! But the challenges do not end there! We also have to think about our professional career and create the structures that allow us to create both work and personal opportunities that offer us a better quality of life. I have been fortunate to sit down with developers from all over the world with impressive careers who have shared tips, advice and anecdotes about what we can do to achieve career goals!
September 5, 2022 - September 7, 2022
Visit JFrog Booth and meet with our technical experts! DevOps Talks Conference (DOTC) brings together DevOps leaders, engineers and architects who are implementing DevOps principles and practices in Start Ups and in Leading Enterprise companies.
August 16, 2022
Developers depend upon an ecosystem of open-source technologies that fuel innovation and decrease time to market. A typical business application is composed of >80% open source code, so what happens when the open source software supply chain gets hacked and thousands of enterprises are left exposed to potentially devastating security exploits? The SolarWinds hack is just the tip of the iceberg on a much larger security concern that spans the industry affecting all programming languages, platforms, and cloud services. In this keynote we will expose security holes and exploits in the open source ecosystem as well as propose a system for securing the software supply chain at a fundamental level.
August 10, 2022
In the 2022 C++ survey results an overwhelming majority ~80% said managing libraries was painful, nearly 50% called it a major pain. Given this is not even a conversation in another ecosystem, it’s time we solve it once and for all.
This talk will give an introduction to Conan and focus on the latest features you can use today to overcome any challenges. You’ll learn how to work on a CMake project, use different generators, and take advantage of multi-config presets. The goal is you give you a clear picture of how Conan fits into your existing workflow.
Few slides, lots of demos, lots of things covered – you will leave the talk able to leverage other projects much more quickly than you could do before.
August 8, 2022 - August 10, 2022
The Kansas City Developer Conference (KCDC) is a three-day, multi-track conference that covers all aspects of software development, delivery, deployment, and agile project management. There will be speakers from all over the world who are industry experts in their fields and deliver both learning sessions and hands-on workshops to further the audience’s knowledge and understanding of the topics presented. The event kicks off on Monday with two days of seminars, followed by a day of interactive half-day and full-day workshops.
August 6, 2022 - August 11, 2022
Now in its 25th year, Black Hat USA is excited to present a unique hybrid event experience, offering the cybersecurity community a choice in how they wish to participate. Black Hat USA 2022 will open with four days of Trainings (August 6-11). The two-day main conference (August 10-11) featuring Briefings, Arsenal, Business Hall, and more will be a hybrid event—offering both a Virtual (online) Event and a Live, In-Person Event in Las Vegas.
August 4, 2022
Join your Atlanta DevOps peers at 6PM on August 4, for NADOG Atlanta! Let’s meet up in a fun and casual environment to make new connections, learn from each other, and enjoy food and drinks provided by JFrog!
July 26, 2022 - July 27, 2022
AWS re:Inforce is a cloud security conference designed to help attendees improve their security posture. Attendees will join us for technical content about AWS products and services, a keynote featuring AWS Security leadership, and direct access to experts who can problem solve their biggest security challenges.
July 13, 2022
Join us in person and hear two amazing talks from the Vue.js Meetup Community in Israel including “Vue Microfrontends – How Vuex Saved the Day”, by Evgeni Dikerman, Software Architect at JFrog, and “Composable store using Pinia” by David Levy from Swimm
July 6, 2022
In this talk we will deal with the term Mutation Testing and show the practical ways of use. How can the coverage be defined and what can be achieved? How can it be integrated into an existing project and what should be considered while running a test? Can we use it for UI´s?
May 24, 2022 - May 26, 2022
Join us (in person!) for the only global DevOps conference that gives you the big picture: with actionable tips, patterns and use cases to drive DevOps from the front lines with modern CI/CD, package management, software distribution, device update management, and security practices.
With three full days of hands-on DevOps training, keynotes, breakout sessions with globally-known speakers and brands, and comprehensive, deep-dive tutorials, swampUP puts you at the intersection of DevOps.
May 18, 2022
Meet our JFrog team in person at Aws Summit Tel Aviv.
AWS Global Summits are free events that bring the cloud computing community together to connect, collaborate, and learn about AWS. At the AWS Summits, you can learn how to choose the right database, modernize your data warehouse, and drive digital transformation using AI. Summits are held in major cities around the world and attract technologists from all industries and skill levels who want to discover how AWS can help them innovate quickly and deliver flexible, reliable solutions at scale.
May 17, 2022 - May 17, 2022
Security has finally become a core topic for DevOps engineers. Many layers required to solve the security problem from left to right. Security at the coding level, build level, and infrastructure level. Security is a growing and important area as we get control over our software supply chain. This SKILup Day will get us started in the right direction.
May 16, 2022 - May 20, 2022
The Cloud Native Computing Foundation’s flagship conference gathers adopters and technologists from leading open source and cloud native communities in Valencia, Spain from 16 – 20 May 2022. Come meet us in person and online at JFrog Booth!
May 11, 2022 - May 12, 2022
Meet the JFrog Team in person at AWS Summit Berlin . Join the AWS Summit in Berlin and learn how the cloud is accelerating innovation in businesses of all sizes. During this free, two day event, you will learn more about the AWS platform through breakout sessions that cover a wide range of topics from new services and architecture to performance and operations. You will also have the opportunity to hear from customers about their journey to the cloud.
May 10, 2022 - May 13, 2022
Black Hat Asia will be a hybrid event—offering both a Virtual Event and a Live, In-Person Event in Singapore, May 10-13. During this week, information security experts will teach interactive, online Trainings, innovative research will be presented at Briefings. Come visit JFrog booth, in person and virtually!
May 2, 2022 - May 4, 2022
Jfokus 2022 is a three-day in-person conference at the Stockholm Waterfront congress center in Sweden.
Jfokus is all about developers! Java, Frontend & Web. Continuous Delivery & DevOps, Internet of Things & Artificial Intelligence, Cloud & Big Data, Future & Trends, Alt.JVM Languages like Scala, Kotlin & more, Agile development… and Superheroes 😉
Register now !
April 28, 2022
In this workshop, I will show you the individual components step by step and help you set them up for your project. This workshop is divided into several parts, and each deals with a specific section of the development.
In the basic module, we will set up a Java project based on maven consisting of one module so that you can get started. This will include containerizing your project with Docker and the first step in securing your artifacts — scanning for vulnerabilities.
April 27, 2022
Meet our JFrog team in person at AWS Summit London.AWS Global Summits are free events that bring the cloud computing community together to connect, collaborate, and learn about AWS. At the AWS Summits, you can learn how to choose the right database, modernize your data warehouse, and drive digital transformation using AI. Summits are held in major cities around the world and attract technologists from all industries and skill levels who want to discover how AWS can help them innovate quickly and deliver flexible, reliable solutions at scale.
April 21, 2022 - April 21, 2022
Most of us have implemented some level of Continuous Integration and Continuous Delivery. We might believe we have it all sorted out. Not so fast. Research shows we still have much work to do, particularly in security and deployments. In addition, a cloud-native architecture utilizing microservices will disrupt CI/CD as we know it. It is time to start learning what the next generation of CI/CD will look like.
April 20, 2022 - April 22, 2022
Meet us in person at Devoxx France, one of the most important conferences for developers in France. The 3-day conference features more than 240 presentations, hands-on workshops, as well as multiple opportunities to meet a very active developer community around Java, JVM programming languages, Web, Architecture and Cloud Computing.
April 19, 2022 - April 20, 2022
Come join JFrog and our cloud partners in this 3-day event that will include Keynotes, Speaking Sessions, and Demos.
If you want to learn about JFrog and how we work across the clouds, this is the event for you.
Some topics will include securing applications, automating and modernizing applications, and hybrid solutions to help you move to the cloud. This will be three days with Amazon Web Services, Google Cloud Platform, and Microsoft Azure to expand all attendees’ cloud knowledge as it pertains to JFrog and our partners.
April 12, 2022 - April 14, 2022
As the longest-running and largest Java platform conference in the USA and one of the leading technology events held annually around the globe. Devnexus is the premier conference for professional software developers who want to hear from and interact directly with internationally-acclaimed presenters and technologists while also connecting with like-minded developers who are mastering their craft in a range of relevant technologies.
April 12, 2022
L’AWS Summit Paris est un événement gratuit qui rassemble la communauté du cloud computing pour se connecter, collaborer et en savoir plus sur AWS. Lors du Summit, vous pouvez apprendre à choisir la bonne base de données, à moderniser votre entrepôt de données et à piloter la transformation numérique à l’aide de l’IA. L’événement attire les spécialistes de la technologie de tous les secteurs et niveaux de compétence qui souhaitent découvrir comment AWS peut les aider à innover rapidement et à fournir des solutions flexibles et fiables à grande échelle.
April 5, 2022 - April 7, 2022
Team ‘22 is the ultimate teamwork experience and Atlassian’s flagship conference. Connect with leaders, innovators, and thinkers in ITSM, DevOps & Agile, Work Management, and more worldwide. Discover the solutions, skills, and ideas to transform how teams collaborate, power digital transformation, and drive cultural change.
April 4, 2022 - April 6, 2022
Join us in person at QCon London and see how leading organizations are reaping the benefits of DevOps. QCon London brings together the world’s most innovative senior software engineers across multiple domains to share their real-world implementation of emerging trends and practices to help you make the right decisions.
March 30, 2022
We will have a detailed view on the possibilities to reduce the amount of code with this Pattern, and we will see how we could make it more generic.One of the main points will be the combination of these patterns with for example NestedBuilder-Pattern and more.
After this, you will have a better understanding of this pattern group from the practical point of usage. All patterns are built up from scratch, to give a feeling of the way to develop your own pattern based on this talk, or how you could change it for the needs of your project. We will have a deep dive into this pattern group, which I am sure you will enjoy.
March 24, 2022 - March 25, 2022
DevOps.js is an event for all the developers and architects involved in building infrastructure and setting up pipelines and deployments for JavaScript applications.Would you like to skill up as a DevOps? Join authors of top projects and vital practitioners at the DevOps.js Conference on March 24-25, 2022.
March 23, 2022
Docker and other container tools have made building, publishing, and deploying container images easier than ever. But it’s also easy to ignore best practices and miss out on leveraging valuable container registry resources. In this session we will discuss: · Container image development dos and don’ts · Distroless images · Securing your base images and other dependencies · Managing images throughout your DevOps pipeline
March 17, 2022 - March 17, 2022
Kubernetes is quickly becoming the favorite Enterprise solution for managing a cloud-native, container implementation. The need for skilled DevOps professionals in this area is skyrocketing. This SKILup Day will focus on what Kubernetes is and does, and what you need to know to start working in this fast-growing technology.
March 15, 2022 - March 17, 2022
Wir freuen uns, euch vom 15. bis zum 17. März wieder vor Ort im Phantasialand Brühl zur JavaLand 2022 begrüßen zu dürfen!
Euch erwarten zwei ereignisreiche Tage mit jeder Menge Vorträgen, Community-Aktivitäten, einer begleitenden Ausstellung, Workshops, Austausch und Networking mit einzigartigem Freizeitpark-Flair. Am dritten und letzten Tag der Konferenz findet ein Schulungstag statt, bei dem ihr Gelerntes intensiv vertiefen könnt.
Das Vortragsprogramm ist online. Durchstöbert jetzt unsere Agenda und entdeckt mehr als 130 Präsentationen internationaler Speaker rund um euer Lieblingsthema! Überzeugt? Dann sichert euch euer Ticket zum Frühbucherpreis und bucht eure Übernachtung gleich mit!
March 12, 2022
This session at Bangalore JUG is a must for any Java developer under the pressure of high-performance expectations and tight deadlines in a cloud-native architecture.To that end, we have learned to make use of a variety of tools and abstractions to help move us along the path to production quickly and effectively.There is a rapidly and continuously evolving ecosystem that sustains the forward march of micro service architectures and their deployments.
March 11, 2022
Observability Conference 2022で予定していたハイブリッド開催ですが、新型コロナウイルスの感染拡大のため、参加者の安全を考慮した結果、o11yConはオンラインでの開催のみとさせて頂くことになりました。オフライン参加を楽しみにしてくださっていた皆様、大変申し訳ありません。引き続きオンラインイベントとしてお楽しみ頂けるよう、鋭意準備を続けますのでお楽しみに!
March 11, 2022
Hey everyone!
We’ve got the March meeting scheduled for March 11 at Noon.Join us in person at 700 N Hurstbourne Pkwy, Louisville! We have Melissa McKay from jFrog who takes us through Unpacking Containers: A Crash Course in Virtualized Container Technology.
March 9, 2022
There are a lot of reactive frameworks in the field, some with functional languages for the JVM. However, Java gives you both. But how you could combine this and use this without adding the next big framework to your project? We will have a Core Java journey to explore a lot of excellent possibilities based on the JDK.
March 8, 2022 - March 9, 2022
The DEVOPS Conference returns for the eighth time, bigger and better than ever! This year’s conference features Management and culture, Transformations, Cloud & serverless, Digital service creation, Continuous everything and Security & compliance. You’ll learn from real cases how better decision-making and better tools for DevOps deliver customer value faster, with better quality.
March 2, 2022 - March 3, 2022
We are excited to meet you in person. Meet our JFrog team at Excel London on 2-3rd March, Cloud Expo Europe is bringing together cloud innovators, technologists, and business leaders, to help them shape their future and deliver successful digital transformation. The largest annual gathering of DevOps and Container specialists, experts, and thought-leaders. DevOps live is an unrivaled opportunity to meet with suppliers, seek advice, and evaluate solutions and services.
February 24, 2022
In this talk ,Melissa talks about Securing a Docker image does not just stop at securing the software you put into it, you also have to deal with the base image security issues. This is where a Distroless Docker image helps you, by reducing the potential attack vectors of your Docker image, you will end up with a more secure and scanner-friendly product. In this talk, Melissa will show how you can build these “Distroless” Docker images and the advantages of doing so.
February 17, 2022 - February 18, 2022
2003年に初めて開催されたDevelopers Summit(デブサミ)は、今回で冬開催としては20回目、シリーズ合計で50回目となります。これまで多くのデベロッパーのみなさんに支えられて、開催することができました。10年前に開催されたデブサミ2012のテーマは「10年後も世界で通じるエンジニアであるために」。デブサミ2022では今回も「10年」にフォーカスします。東日本大震災の復興から始まり、新型コロナウイルス感染症の流行に終わった激動の10年。テクノロジーとしては、スマートフォンの普及、クラウドの台頭、AIやIoTなどの流行、そしてDXが進んでいます。開発トレンドでは「アジャイルソフトウェア開発宣言」から20年、「DevOps」の登場から10年以上が経過しました。これらの技術やプラクティスは、繰り返し議論されながら、着実に進化を遂げています
February 17, 2022 - February 17, 2022
The basic principles and practices of an SRE are quickly shifting as organizations begin the move to cloud native software engineering. This SKILup Day will provide insights from experts who have implemented new SRE practices to meet today’s demands. If your job is to maintain system reliability, this SKILup Day is for you.
February 16, 2022
Immer wieder bekomme ich die Frage gestellt wie man mit dem Thema Sicherheit in einer agilen Projektumgebung beginnen kann. Was sind die essentiellen ersten Schritte und worauf sollte man sich zu Beginn konzentrieren? Hierbei stellt sich die Frage nach den richtigen Methodiken, Werkzeugen und gleichzeitig auch die Ausrichtung des Unternehmens um sich für die Zukunft zu rüsten.
February 15, 2022
In this talk Guna explores the Quadtree approach to search for geometric points in a plane accurately and instantly and how this can be used in clustering map markers.
February 3, 2022 - February 6, 2022
SoCraTes Conference Switzerland is a Software Craft Un-Conference for those passionate about software development. It provides an ideal setting for speaking to and coding with other talented and engaged developers, letting us learn from and with each other.
January 25, 2022 - January 27, 2022
DevOps Cloud Days is a 3-day virtual event; showcasing content from JFrog, Amazon Web Services, Google Cloud Platform, and Microsoft Azure, demonstrating how developers can simplify and accelerate deployment of their applications.
January 25, 2022 - January 27, 2022
Register now for DevOps Star 22 to stay up to date and be ready for the newest DevOps challenges – using Kubernetes, clouds, open-source , QAOps, GitOPs, DataOps, Integrated delivery pipelines with DevOps tools becoming plug-and-play, reducing platform usage through standardization, Edge computing prioritization.
January 25, 2022
In this talk, Bill will discuss: What exactly is an SBOM? Securing your Software Supply Chain.Why SBOM must be a key element of your software development life cycle’s (SDLC) security and compliance approach.The misconceptions that exist around SBOMs
January 21, 2022
In this talk, Bill Manning will discuss, misconceptions that exist around SBOMs.Why SBOM must be a key element of your software development life cycle’s (SDLC) security and compliance approach. Why SBOM must be a key element of your software development life cycle’s (SDLC) security and compliance approach.
January 20, 2022 - January 25, 2022
Java Champions are developers from around the world who are recognized for their contributions to the Java community. jChampions conference is about sharing their knowledge with developers. The JChampions Conference will run for four days in January 2022 on Thurs 1/20, Fri 1/21, Mon 1/24, & Tues 1/25.
January 18, 2022 - January 20, 2022
January 11, 2022
Join Bill Manning (Solutions Architect at JFrog)as he discusses giving your development ecosystem the full power of DevOps running in the Azure Cloud. In this talk, Bill will cover how Microsoft Azure and JFrog Artifactory work hand-in-hand
December 7, 2021
Go is widely used in DevOps. How about DevOps for Go development. How can a Go project profit from a great DevOps toolset? Together with JFrog we will take a dive into the DevOps world Hands On. So you will set up your own JFrog environment and work with it. You do not need to fear: this is guided by JFrog’s Batel Zohar and you won’t be left behind. Whether you’re a year-long Go user or just starting to explore, this is for you.
November 29, 2021 - December 3, 2021
Meet the JFrog Team and join the global cloud community in Las Vegas for networking, peer-to-peer learning, and opportunities to meet with AWS experts.
November 24, 2021 - November 25, 2021
At DevOpsDays Tel Aviv, you’ll have the chance to meet the JFrog team in person.DevOpsDays is a worldwide series of technical conferences covering topics of software development, IT infrastructure operations, and the intersection between them. Topics often include automation, testing, security, and organizational culture.
November 21, 2021
Join us for JJUG CCC Fall, the largest Java community event organized by Japan Java User Group (JJUG). It is a place where high-quality sessions on Java-related technologies and cases are held. JJUG CCC brings together Java engineers from different disciplines.
November 16, 2021 - November 18, 2021
The magic of a live event, wherever you are
Get comfy—but not too comfy. We’re bringing you two full days of opportunities to expand your skills, meet new people and celebrate. Listen to exclusive keynotes and solve big problems with insights from top leaders. Plus peek at product updates made for remote work, distributed teams and flexible schedules.
November 16, 2021
Join us for this online event and see how leading organizations are reaping the benefits of DevOps.
ACCELERATE YOUR DEVOPS JOURNEY with insights and advice from industry experts.
Get a closer look at the best practices for adopting and improving DevOps methodologies. Hear from seasoned practitioners on how they increased their software quality and security while speeding up their release cycles.
November 10, 2021 - November 12, 2021
The event will be held online only, with all things happening on one platform. This years conference focuses on the strengths of an online event. It will feature not only various talks about C++, but also many interactive formats where you can learn about C++ and its related environment. The event aims at allowing you to refresh your C++ knowledge and learn the newest and best ways to write C++ in 2021 and beyond.https://meetingcpp.com/2021/
November 4, 2021 - November 5, 2021
CloudNative Days” は最新の活用事例や先進的なアーキテクチャを学べるのはもちろん、ナレッジの共有やディスカッションの場を通じて登壇者と参加者、参加者同士の繋がりを深め、初心者から熟練者までが共に成長できる機会を提供するテックカンファレンスです。
今日、多くの技術者、コミュニティ、企業がクラウドネイティブを目指す旅路を歩んでいます。
それぞれの旅路において、拾い集めた様々な経験、知識、疑問、悩みを共有する”交差点”にして欲しい、そんな思いが”CloudNative Days” には込められています。
まだ旅への一歩を踏み出せていない人も、再び旅に出る人も、この”交差点”に集まることで過去を振り返りながら新たなクラウドネイティブの旅をともに歩み進めることができると私達は信じています。
旅をする準備をしませんか? “交差点”で会えるのを楽しみにしています
November 2, 2021
At Devops Toronto meetup Melissa talks about Continuous Integration, Continuous Delivery/Deployment and Build Pipelines that accelerate every step of the Software Development Life Cycle are all advertised as idyllic solutions, but for exactly what problems? During this session, Melissa will take a step back and answer the question that should be at the top of your mind: What is the problem we are trying to solve? She will discuss, from a developer’s perspective, the considerations you should take in order to effectively incorporate DevOps concepts into your existing environment
October 20, 2021
In this talk, our speaker Sudhidra RaoConcurrency is one Go’s most prominent features. So how did we incorporate its usage when we needed to significantly reduce the 8 hour compile time of our complex Kubernetes platform which consisted of 25 individual components? What about the multiple CI/CD pipelines we were triggering subsequently during this process?
Sudhindra will share the process and approach his team took to work through these uncertainties, and how incorporated Asynchronous Processing while leveraging Golang concurrency. He will also showcase concepts in Go Concurrency from waitGroups to concurrency pipelines. Using GoLang Concurrency & Asynchronous Processing with CI/CD
October 20, 2021
In this talk at JUG Louisville our speaker Sven Rupert takes you through the different aspects of,
October 19, 2021 - October 20, 2021
.conf is Splunk’s most anticipated event of the year. Thousands of IT, Security and DevOps professionals gather looking to learn and take action on the data our digital world is constantly creating.Join us online to learn why data is critical in powering your business and driving transformation and innovation.
October 14, 2021
The Conan package manager for C++ is useful in both simple and advanced development environments. Join the Conan team to see it in action, with a simple demo using OSS libraries and tools from ConanCenter, and a more complete demo showing how to create and upload a package including different binaries for different platforms to a private repository. Also, learn about many other unique and innovative advanced Conan features along the way.
October 11, 2021 - October 15, 2021
The Cloud Native Computing Foundation’s flagship conference gathers adopters and technologists from leading open source and cloud native communities from October 11-15, 2021.
Monday, October 11, and Tuesday, October 12 are our Pre-Event Programming days and will be to host co-located events – all of which require registration and many an additional fee. Wednesday, October 13 through Friday, October 15 will be the main conference days including keynotes, breakout sessions, and the sponsor showcase.
October 4, 2021 - October 6, 2021
Come join JFrog and our cloud partners in this 3-day event that will include Keynotes, Speaking Sessions, and Demos.
If you want to learn about JFrog and how we work across the clouds, this is the event for you.
Some topics will include securing applications, automating and modernizing applications, and hybrid solutions to help you move to the cloud. This will be three days with Amazon Web Services, Google Cloud Platform, and Microsoft Azure to expand all attendees’ cloud knowledge as it pertains to JFrog and our partners.
September 28, 2021 - September 30, 2021
DevOps World is a chance to get inspired by experts and your peers and gain the tools you need to shape the future of software delivery at your organization and at large.
It caters to the full DevOps ecosystem and brings together thought leaders, practitioners, and community contributors from around the world, providing attendees the opportunity to learn, explore, network virtually and transform the future of software delivery together. This is a virtual event where ideas and experiences from a wide range of perspectives and viewpoints are shared to give all attendees the insights they need to build and deliver great software. Come find out how JFrog impacts this ecosystem
September 16, 2021
In this talk at DevOps Sydney Meetup Sven will show you a tool you can freely access to create a single point for dependency scanning before you build your proof of concept.
show you how to access free vulnerability scanning access using Xray for fast, easy, and accurate results
September 13, 2021 - September 16, 2021
AWS .NET Enterprise Developer Day is a free, one-day, virtual mini-conference for enterprise developers wanting to learn about building and running .NET applications on the AWS cloud.
DeveloperWeek Global: Cloud Conference is the premier international cloud computing conference, where 3,500+ cloud engineers & developers, IT managers, entrepreneurs, and innovators will converge to discover this year’s newest cloud computing innovations!
September 7, 2021 - September 8, 2021
Meet the JFrog Team in person at DevOpsDays Zurich! Devopsdays is a worldwide series of technical conferences covering topics of software development, IT infrastructure operations, and the intersection between them. Each event is run by volunteers from the local area. Topics include automation, testing, security, and organizational culture.
August 23, 2021 - August 27, 2021
HITBSecConf or the Hack In The Box Security Conference is an annual must-attend event in the calendars of security researchers and professionals around the world.HITB 2021 Singapore is a fully virtual event that features 2, 3, and 4-day technical training courses followed by a 2-day deep-knowledge conference and a Hack At The Studio track.
August 12, 2021 - August 12, 2021
DevSecOps is an augmentation of DevOps to allow for security practices to be integrated into the DevOps approach. The traditional centralized security team model must adopt a federated model allowing each delivery team to factor in the proper security controls into their DevOps practices.
Join the humans of DevOps for industry expert sessions, network in the lounge, mixology, and more! Meet the speakers, participate in prize drawers, and visit our interactive booths in the expo hall.
July 30, 2021
In this “Developers Summit 2021 Summer”, developers will create value in a changing world by sharing the challenges of engineering to transform society and business, starting from the value of users and customers. It provides a place where you can find guidelines.
July 8, 2021
In this lightning talk, sven will show you a tool you can freely access to create a single point for dependency scanning before you build your proof of concept.Also you can learn how to access free vulnerability scanning access using X-Ray for fast, easy, and accurate results.
June 23, 2021
Go language is playing an increasingly important role in DevOps. This can make it really difficult to get your feet underneath you on an unfamiliar landscape. What does DevOps really mean? In this hands-on workshop, Batel will answer all of these questions (and more) during this hands-on workshop. We will create a Go repository manager with our Free DevOps Tools to create a Go project and run it while also setting up an end-to-end DevOps solution to automate your build artifact storage, vulnerability detection, testing, and deployment.
June 23, 2021 - June 24, 2021
Join Continuous Delivery leaders, industry icons, practitioners, and open source developers for a two-day virtual experience as we improve the world’s capacity to deliver software with security and speed. Be part of the conversation driving the future of software delivery for technology teams, enterprise leadership and open source communities.
June 22, 2021 - June 25, 2021
Join PagerDuty and 10,000+ of your peers from across the globe for three days of inspiring sessions, actionable solutions and live hands-on training so that you can deliver world-class digital experiences.
June 21, 2021 - June 23, 2021
Bringing the best experts for cloud computing technology – Broadcasting LIVE to your screen
Join us for 3 days with professional tracks, 30+ sessions, and networking with 1,000+ attendees of the Israeli tech industry
June 19, 2021
This June 19th, 2021, JFrog is coming together with The Docker Bangalore Meetup Community & Collabnix community groups to conduct a meetup event for DevOps practitioners.
June 18, 2021
JFrog DevOps KAiGIは日本のあらゆる業界で活躍する開発者のためのDevOpsカンファレンスです。最新のCI/CD、パッケージ管理、セキュリティ、DevOpsの実用的な活用方法加え日本での導入事例をご紹介します。最新のテクノロジーとDevOpsのベストプラクティスについてチャットでご質問いただくことも可能です。
June 16, 2021 - June 16, 2021
In der Online-Konferenz von Heise und JFrog lernen Sie von erfahrenen DevOps-Praktikern, wie auch Sie die Vorteile von DevOps in Ihrem Unternehmen nutzen und Ihre Entwicklungsprozesse auf das nächste Level heben können.
June 16, 2021
JNation is an inclusive developer conference currently embracing Java and JavaScript at its core, the two most popular programming languages in the world.
Due to the current situation worldwide, JNation 2021 will be, as last year, a free online event.
June 1, 2021 - June 3, 2021
JFROG SWAMPUP 2021 is the only global DevOps conference that puts you at the center: empowering you with actionable tips, patterns and use cases to drive DevOps from the front lines with modern CI/CD, package management, and security practices. Talk to leading DevOps gurus live during the event to ask burning questions on the latest technologies and DevOps best practices.
With three full days of hands-on DevOps training, keynotes, breakout sessions with globally-known speakers and brands, and comprehensive, deep-dive tutorials, swampUP puts you at the center of DevOps.
May 25, 2021 - May 27, 2021
JFROG SWAMPUP 2021 is the only global DevOps conference that puts you at the center: empowering you with actionable tips, patterns and use cases to drive DevOps from the front lines with modern CI/CD, package management, and security practices. Talk to leading DevOps gurus live during the event to ask burning questions on the latest technologies and DevOps best practices.
With three full days of hands-on DevOps training, keynotes, breakout sessions with globally-known speakers and brands, and comprehensive, deep-dive tutorials, swampUP puts you at the center of DevOps.
May 23, 2021
JJUG CCC is the largest Java community event organized by Japan Java User Group (JJUG). It provides great sessions of Java-related technologies and practices, and brings together Java engineers from different disciplines. This conference will be held online.
May 20, 2021 - May 20, 2021
SKILup Days – One Day Micro-Conferences. SKILup Days are for all members of the IT community, including students, practitioners, and decision-makers. SKILup Days are one-day virtual micro-conferences focused on specific industry practices that examine “how-to” perspectives of the people, process, and technology aspects of IT.
On May 20, 2021, Join the humans of DevOps for industry expert sessions, network in the lounge, mixology, and more! Meet the speakers, participate in prize drawers, and visit JFrog’s interactive booth in the expo hall.
May 19, 2021
To be good at security, you need to think like a CISO; you need to act like a CISO; you need to become a CISO… or do you? In this talk, we’ll keep following Alex and their journey towards better software engineering processes.
May 18, 2021 - May 19, 2021
AWS Summit Online is designed for executives and IT professionals looking to leverage the AWS Cloud to build and innovate at scale. Experience a brand new AWS Summit journey with AWS Summit Online India on May 18 & 19, as we bring you educational content on the latest developments in cloud technology so you can build tomorrow, today.
May 4, 2021 - May 7, 2021
The Cloud Native Computing Foundation’s flagship conference gathers adopters and technologists from leading open source and cloud native communities virtually from May 4 – 7, 2021.
May 3, 2021 - May 4, 2021
Two Days Conference which covers main topics of transformation to a Software Driven Company, Software and AI, Technical Compliance – How to achieve it efficiently? * ISO/SAE 21434 and the UNECE regulation on Automotive Cybersecurity, Challenges for Hardware and Software, Open Source in Safety-Critical Automotive Systems, Software Logistics, Automotive Cloud.
April 28, 2021
In this talk, Utkarsh will discuss the various unit testing techniques, tips, and tricks in Golang to improve the development lifecycle and make code look cleaner. He will also brief about his experience with the behavior-driven tests and share his learnings while working with the Ginkgo framework.
April 28, 2021
In this talk, you’ll learn about the history of CI/CD: what it is, how it makes your life easier, and what it took to get where we are today.When you’re new to an industry, you encounter a lot of new concepts. This can make it really difficult to get your feet underneath you, especially for junior engineers.
April 13, 2021
In this talk Stephen Chin is focused on helping Java developers to adapt to this new landscape and take advantage of microservices, serverless, and cloud-native technologies with the latest DevOps techniques to simplify their build and create hyperproductive teams. Some of the technologies you will learn about in this talk include source control, build declaration, CI/CD, package management, containerization, and security.
March 30, 2021
In this session Jerry Wiltse from the Conan development team, give us a tour of the Conan package manager for C++.
March 17, 2021 - March 18, 2021
Two days of conference, roundtables, use cases around DevOps with technologists who come to source solutions and services to help you drive innovation, move into new industries, transform customer experiences and forge new business models.
March 15, 2021
In this session, we will talk about creating a CI/CD pipeline while integrating Azure Kubernetes service as part of our build on Github actions. I’m going to show why and how to create every step while talking about the benefits of using Github Actions and AKS as part of our flow while creating it ASAP.
March 11, 2021 - March 12, 2021
CloudNative Days is a tech conference that brings together communities, businesses and technicians to lead the cloud-native movement.
In addition to learning the latest use cases and advanced architectures, CloudNative Days also provide opportunities for beginners to experts to grow together by deepening the connections between speakers, participants, and participants through knowledge sharing and discussions. We will.
March 11, 2021
In this talk, we’ll discuss why developers do or don’t need DevOps. We’ll consider arguments made by DevOps visionaries and see whether they hold water. Hopefully, by the end of the talk, we’ll understand whether DevOps really helps developers to deploy better code to production more often, or if it is just another scam made up by marketing and evangelists.
March 10, 2021
This session is for professionals building Java applications for desktop, mobile, and embedded devices in the Cloud age. It will help you to build enhanced visual experiences and to deploy modern, easy to maintain, client applications across a variety of platforms.
March 10, 2021
In this talk, Baruch will show us different approaches, compile a wish-list of features and create a pipeline that checks all the boxes using free and open-source tools.
February 25, 2021
In this talk, Baruch will keep following Alex and their journey towards better software engineering processes. A dive into the world of information security presents Alex with new goals, new challenges, and new headaches.
February 24, 2021
In this talk, Baruch will show how some proven influencing and negotiating techniques can be used to convince critical stakeholders in your organization in the necessity of DevOps.We look at the arguments, the techniques, and the small tricks, which work in particular situations with particular engineering and business leadership positions and will prepare you to deliver the message of DevOps most convincingly to each.
February 18, 2021 - February 19, 2021
The Developers Summit is Japan’s largest conference for software developers, which has been held every year since 2003. Planned in collaboration with external developers to create topics that software developers need to know now and various encounters with role model developers.
February 18, 2021
In this talk, Jerry Wiltse explains with a simple demo using OSS libraries and tools from ConanCenter, and a more complete demo showing how to create and upload a package
including different binaries for different platforms to a private repository.
February 17, 2021 - February 17, 2021
Dieser Workshop ist ideal für Entwickler, die gerade in den DevSecOps-Bereich einsteigen, für Junior-Entwickler, die mehr lernen wollen, oder für jeden Open-Source-Entwickler, der nach einem kostenlosen DevSecOps-Toolset sucht.
February 16, 2021
In this talk at Philly Java User Group, Sven Ruppert will show how to work on small UseCases with a significant amount of data for internal company usage, as most developers have had to deal with this in their career.
February 11, 2021
GopherCon is focused on the Go programming language, nevertheless, the topics to be presented relate to many other domains, including: DevOps, cloud computing, web programming, hacking and more.
February 10, 2021
In this talk, Baruch will show how some proven influencing and negotiating techniques can be used to convince critical stakeholders in your organization in the necessity of DevOps.
February 9, 2021
Jfokus is all about developers! Java, Frontend & Web. Continuous Delivery & DevOps, Internet of Things & Artificial Intelligence, Cloud & Big Data, Future & Trends, Alt.JVM Languages like Scala, Kotlin & more, Agile development… and Superheroes!
February 4, 2021
Join us for this exclusive single day Finance DevOps Summit to see how the rapidly-changing DevOps landscape impacts your business strategies. Finance industry experts alongside seasoned DevOps practitioners will share their experiences to help guide you to your next leap forward.
January 27, 2021
JFrog’s, Mitali Bisht, shares her talk on Go Module Versioning: Evolution Through Today, with the Go Developer Community in New York City! In this talk, Mitali will be sharing the changes in the Go Module Versioning System through the present day.
January 24, 2021
This year’s theme is “#Pushing Tech General Election”. Let’s talk about your love for technology and spread its charm!
January 20, 2021
In this workshop you will learn about the JFrog Platform and how to leverage Artifactory and Xray for managing your Software Development Lifecycle (SDLC) and bring DevOps to the cloud on AWS.
January 19, 2021
In this talk, we’ll discuss why developers do or don’t need DevOps. We’ll consider arguments made by DevOps visionaries and see whether they hold water. Hopefully, by the end of the talk, we’ll understand whether DevOps really helps developers to deploy better code to production more often, or if it is just another scam made up by marketing and evangelists.
January 12, 2021
Melissa McKay, Developer Advocate for JFrog, will discuss production-grade orchestration tools such as Kubernetes and Docker containers! After this talk, you will have a solid understanding of the what, how & why of virtualized container technology.
December 8, 2020 - December 8, 2020
Venez rencontrer JFrog au rendez-vous des Experts de la production IT agile ! JFrog et d’autres Experts répondant aux besoins d’innovation de votre entreprise ! Une journée pour mieux produire, délivrer, sécuriser votre SI.
Demandez votre invitation pour le 8 décembre !
November 21, 2020 - November 21, 2020
Modern Java Clients with JavaFX: The Definitive Guide
This session is for professionals building Java applications for desktop, mobile, and embedded devices in the cloud age. It will help you build enhanced visual experiences and deploy modern, easy-to-maintain client applications across a variety of platforms. These applications can take advantage of the latest user interface components, 3D technology, and cloud services to create immersive visualizations and enable high-value data manipulation. Learn from Stephen Chin, lead author of the definitive Java client reference, how to leverage the latest open-source Java client technologies to build rich, responsive, and modern UIs.
November 19, 2020 - November 19, 2020
DevOps for developers (or maybe against them?!)
“DevOps” is the operations people’s crafty plan to make developers do other people’s work, but we are smart enough to see right through this naive rebranding trick!
Baruch suggests you think about it: we, the developers, have written all the code. It passes all the tests; it obviously works, and works well (Are we a little proud? We are!); so we are DONE.
This is a fun and provocative talk. I am starting with claiming that developers have no incentives to do any DevOps and will work my way to explain why although there is some truth in that, it doesn’t’ really matter. The business must commit to DevOps and once the business committed, everyone has to be on-board.
November 16, 2020 - November 18, 2020
3 Days – 3 Clouds – So much knowledge! Join JFrog and our cloud partners AWS, Google Cloud and Microsoft Azure in this 3 day event that will include Keynotes, Speaking Sessions and Hands-on Workshops.
If you want to learn about JFrog and how we work across the clouds, this is the event for you!
November 7, 2020
Join us for JJUG CCC, the largest Java community event organized by Japan Java User Group (JJUG). It is a place where high-quality sessions on Java-related technologies and cases are held. JJUG CCC brings together Java engineers from different disciplines.
November 5, 2020 - November 5, 2020
Join us for this exclusive single day Finance DevOps Summit to see how the rapidly-changing DevOps landscape impacts your business strategies. Finance industry experts alongside seasoned DevOps practitioners will share their experiences to help guide you to your next leap forward.
November 3, 2020
Join us for this exclusive single day Finance DevOps Summit to see how the rapidly-changing DevOps landscape impacts your business strategies. Finance industry experts alongside seasoned DevOps practitioners will share their experiences to help guide you to your next leap forward.
October 27, 2020 - October 30, 2020
JCON is the big Java community conference of JAVAPRO – the first free trade magazine for Java. At JCON, the focus is traditionally on Core Java, Serverside Java, APIs and frameworks, because we as Java developers work with them every day.
October 21, 2020 - October 21, 2020
Influencing DevOps without Authority – how “DevOps engineer” can advance real DevOps
In this talk, Baruch will show how some proven influencing and negotiating techniques can be used to convince critical stakeholders in your organization in the necessity of DevOps. We look at the arguments, the techniques, and the small tricks, which work in particular situations with particular engineering and business leadership positions and will prepare you to deliver the message of DevOps most convincingly to each.
October 21, 2020 - October 22, 2020
Visit JFrog Booth at Heise DevSec, the conference for secure software and web development. This conference is aimed at IT professionals who want to make their applications as secure as possible from the start .
October 19, 2020 - October 19, 2020
Join us for this exclusive single day Automotive DevOps Summit to see how the rapidly-changing DevOps landscape impacts your business strategies. Automotive industry experts alongside seasoned DevOps practitioners will share their experiences to help guide you along the road to your next leap forward.
October 19, 2020 - October 23, 2020
Cloud computing is growing from day to day. In this event, you’ll expand your knowledge, discover the leading solutions to succeed and get practical tools to sharpen your skills.
October 19, 2020 - October 20, 2020
See JFrog Developer Advocates deliver great content at allthingsopen. Baruch Sadogursky delivers two sessions: “DevOps 101” and, “Best Practices In Implementing Container Image Promotion Pipelines”. Kat Cosgrove leads a deep dive workshop on “DevOps 101”.
October 12, 2020 - October 13, 2020
Visit JFrog booth at DevOpsCon Berlin, the Conference for Continuous Delivery, Microservices, Containers, Cloud & Lean Business.
October 7, 2020 - September 8, 2020
Join us for a two-day virtual event focused on improving the world’s capacity to deliver software with security and speed. Become part of the conversation that drives continuous delivery by meeting peers, sharing ideas and talking to industry leaders on all things software delivery and DevOps.
September 30, 2020
Join JFrog at jconf.dev. jconf.dev is a community conference on Java, Cloud, JVM Languages and Big Data is a FREE VIRTUAL EVENT for you to enjoy on September 30, 2020. Keynotes: 2 amazing keynotes from leaders in the Java world. Tracks: 4 tracks featuring talks by Java Champions, Framework Creators and Community Experts from the global Java community. Sessions: 28 in-depth sessions.
September 28, 2020 - September 28, 2020
Modern Java Clients with JavaFX: The Definitive Guide
This session is for professionals building Java applications for desktop, mobile, and embedded devices in the cloud age. It will help you build enhanced visual experiences and deploy modern, easy-to-maintain client applications across a variety of platforms. These applications can take advantage of the latest user interface components, 3D technology, and cloud services to create immersive visualizations and enable high-value data manipulation. Learn from Stephen Chin, lead author of the definitive Java client reference, how to leverage the latest open-source Java client technologies to build rich, responsive, and modern UIs.
September 26, 2020 - September 26, 2020
Join JFrog and Sumo Logic at 11am on Saturday, September 26th, to learn how Sumo Logic’s and JFrog’s integrated platform solution provides enterprise grade DevOps to organisations of all shapes and sizes.
Yes, you will learn and bring back valuable info, but of course, there will be some fun (BINGO!) and swag to win as well!
September 23, 2020 - September 23, 2020
Join us for this exclusive single day Automotive DevOps Summit to see how the rapidly-changing DevOps landscape impacts your business strategies. Automotive industry experts alongside seasoned DevOps practitioners will share their experiences to help guide you along the road to your next leap forward.
September 22, 2020 - September 24, 2020
DevOps World is a chance to get inspired by experts and look at what the future holds. It caters to the full DevOps ecosystem and brings together thought leaders, practitioners, and community contributors from around the world, providing attendees the opportunity to learn, explore, network virtually, and transform the future of software delivery.
September 21, 2020 - September 21, 2020
Join us for this exclusive single day Automotive DevOps Summit to see how the rapidly-changing DevOps landscape impacts your business strategies. Automotive industry experts alongside seasoned DevOps practitioners will share their experiences to help guide you along the road to your next leap forward.
September 17, 2020 - September 17, 2020
Security is everyone’s responsibility as demonstrated in the rising trend in enterprise interest in DevSecOps.
This SKILup Day will explore DevSecOps from a technical, process, and cultural point of view from some of the top DevSecOps experts.
September 16, 2020 - September 16, 2020
Security of Go Modules and Vulnerability Scanning in GoCenter
Learn more about the foresight that went into Go Module security and how checksums, the checksum database, go.sum files and the merkle tree protect you!
September 9, 2020 - September 9, 2020
JFrog, DevOps tool leader, uses AI and ML internally. Our Story Revealed!
This will be a collaborative presentation around how JFrog’s DevOps practices have automated their Data Science and model training to validate secure versions. They will dive into some Interesting AI/ML techniques they have built internally and how they see the future of DevOps and AI in the enterprise.
September 8, 2020 - September 9, 2020
CloudNative Days is a tech conference aimed at bringing together communities, companies and technologists to drive cloud-native movement.
September 3, 2020 - September 3, 2020
GIDS Java Live is an online training event that will dive into the depths of Java, keep pace with its evolution and peek into what the future has to offer.
August 18, 2020 - August 18, 2020
Customizing and Extending JUnit5 by Sven Ruppert
In this meetup, we will discover a hidden gem of JUnit5 not many know: Test Engines – the ability to fully customize JUnit5, from simple extensions to a fully customized Test Engine.
August 18, 2020 - August 18, 2020
Java Clients and JavaFX: The Definitive Guide
This session is for professionals building Java applications for desktop, mobile, and embedded devices in the cloud age. It will help you build enhanced visual experiences and deploy modern, easy-to-maintain client applications across a variety of platforms.
August 17, 2020 - August 20, 2020
The Cloud Native Computing Foundation’s flagship conference gathers adopters and technologists from leading open source and cloud native communities virtually from August 17 – 20, 2020.
August 6, 2020 - August 6, 2020
Learn the latest in cloud services, multi-cloud, hybrid, cloud infrastructure, cloud migration, service-based and security technologies that you can integrate into your cloud stack, cloud application deployment, cloud application performance and monitoring, serverless tech, service mesh, containers, orchestrations, and much more.
July 2, 2020 - July 10, 2020
Learn the latest challenges, techniques, patterns, choices and technical aspects related to software architectures, as well as soft skills on your journey to becoming an effective Software Architect.
June 30, 2020 - July 1, 2020
Our annual event is back – but online! swampUP is the premier DevOps event that brings technologists and thought leaders together to fast-forward their passion for delivering software faster, smarter, better. With an immersive two days of live training, technical sessions and keynotes, swampUP (ONLINE!) is the year’s must-attend digital DevOps event, now taking place in two timezones.
May 26, 2020
Take part in this virtual discussion about cloud native development and Kubernetes best practices, alongside our DevOps experts. We’ve also got a fun DevOps Kahoot game planned, with our famous JFrog t-shirts. See the full agenda below.
April 9, 2020 - April 10, 2020
JFrog is glad to be part of devopsdays Tokyo. This worldwide community conference is for anyone interested in IT improvement, and will take place Thursday, Apr 9, 2020 – Friday, Apr 10, 2020. Come visit us!
March 30, 2020 - April 2, 2020
Visit us at the world’s leading technologists and innovators event, over four days in Amsterdam. The Cloud Native Computing Foundation’s flagship conference gathers adopters and technologists from leading open source and cloud native communities in Amsterdam, The Netherlands from March 30 – April 2, 2020.
March 19, 2020 - March 20, 2020
We are gathering the CONAN COMMUNITY and C/C++ build engineering Enthusiasts!
Conan C/C++ Package Manager is an open-source project, actively developed in GitHub by an amazing community of contributors and a team of engineers working full time with passion on it.
We now want to get our users and everyone interested in Conan together in Madrid! Engage with other Conan users, contributors and maintainers, contribute and learn directly from other experts, help define the future of Conan and let’s have some fun as well!
March 2, 2020 - February 4, 2020
JFrog is happy to come back to QCon London – March 2-4, 2020 ! A Conference for senior software engineers and architects on the patterns, practices, and use cases leveraged by the world’s most innovative software shops. Come by and see us!
February 25, 2020 - February 28, 2020
JFrog in-person training coming to Australia!! Become a JFrog and DevOps expert with in-person training classes designed specifically for targeted learning goals. Our DevOps instructors deliver interactive, face-to-face courses, giving you the richest possible learning experience in a collaborative environment.
February 24, 2020 - February 28, 2020
Join the frogs in San Francisco, CA at RSA Conference! This event is here to support you in your mission—by bringing you together with thousands of your peers, by offering hundreds of opportunities to learn from the industry’s most respected experts, and by exposing you to the latest, most disruptive thinking and cutting-edge solutions.
What is the most powerful tool to prevent cyberattacks? It’s you. Your ideas, your creativity and your knowledge play a huge role in protecting the digital world. That’s why the theme of RSA Conference 2020 is Human Element.
Attending RSA Conference 2020 will charge your batteries and arm you with the intelligence, insights and connections you need to prepare you for what’s ahead.
February 19, 2020 - February 21, 2020
Find the frogs at Devnexus, the largest java Conference in the USA! Featuring presentations and demonstrations from global technology leaders in their respective areas of expertise. Attendees will have the opportunity to learn more on their favorite technologies; hear about what’s new and on the forefront; and interact and network with peers, speakers, and event sponsors.
February 17, 2020 - February 17, 2020
Visit us at Kubernetes Forums Bengaluru, India. This event connects international and local cloud-native experts, adopters, developers, and end-users to enable face-to-face collaboration and deliver rich educational experiences. Come and visit us!
February 13, 2020 - February 14, 2020
JFrog is excited to attend the Developers Summit in Tokyo! The event is one of the largest and most progressive conferences in Japan, particularly for software developers, held once a year since 2003.
Make sure to see us there!
February 1, 2020 - February 2, 2020
Don’t miss Brennan’s cool talk at FOSDEM Belgium:
Modernizing Distribution of SDR Tools and Libraries with Conan. What does cmake have to do with SNR? – Find out!
January 14, 2020 - January 17, 2020
JFrog in-person training coming to Tokyo, Japan!! Become a JFrog and DevOps expert with in-person training classes designed specifically for targeted learning goals. Our DevOps instructors deliver interactive, face-to-face courses, giving you the richest possible learning experience in a collaborative environment.
January 7, 2020 - January 10, 2020
Join the frogs in Sandusky, OH as JFrog returns to CodeMash 2020! Despite explosive growth over the past 14 years, CodeMash has stayed true to its roots as a
volunteer run conference that prides itself on being accessible, affordable, and welcoming. CodeMash promotes content that crosses the boundaries of technologies, languages, and roles.
December 18, 2019 - December 19, 2019
JFrog is finally back at DevOpsDays Tel Aviv! Join us and leading speakers from around the globe, together with DevOps, SRE, platform, production and operations engineers for two full days of sessions & masterclasses focusing on best practices in operations and systems engineering to gear engineering teams for success.
December 3, 2019 - December 5, 2019
DevOps World | Jenkins World is the #1 event for all DevOps and Jenkins enthusiasts. Learn, connect, and have fun with your peers when you join us onsite in 2019 and make sure to stop by the JFrog booth!
December 2, 2019 - December 6, 2019
Join the frogs at AWS re:Invent for deep technical sessions, hands-on bootcamps, hackathons, workshops, chalk talks, keynotes, and of course, some uniquely Amazonian fun.
December 2, 2019 - December 5, 2019
JFrog is happy to return to DevOpsCon Munic, the Conference for Continuous Delivery, Microservices, Containers, Cloud & Lean Business. Make sure to drop by and say HELLO to the frogs!
November 18, 2019 - November 21, 2019
Of course the frogs will not miss KubeCon and CloudNativeCon which gathers adopters and technologists from leading open source and cloud native communities! Join Kubernetes, Prometheus, Envoy, CoreDNS, containerd, Fluentd, OpenTracing, gRPC, rkt, CNI, Jaeger, Notary, TUF, Vitess, NATS, Linkerd, Helm, Rook, Harbor, etcd, Open Policy Agent, CRI-O, and TiKV as the community gathers for four days to further the education and advancement of cloud native computing.
We are looking forward to seeing you there!
November 14, 2019 - November 15, 2019
Please join us as we celebrate our 5th DevSecCon London conference to engage with leading DevOps and IT Security professionals for a two-day exploration of DevSecOps. We’ll be diving deep into what it means to build security into development processes continuously using new and exciting best practices, as well as modern technologies. You won’t want to miss this one!
November 13, 2019 - November 14, 2019
JFrog is proud to be a sponsor at GitHub Universe. Join us in San Francisco where we will be celebrating the people and projects that push technology forward.
November 13, 2019 - November 17, 2019
Meeting C++ is the annual German face-to-face gathering for the entire C++ community. The conference is organized by the C++ community for the community. A day before Meeting C++, Meeting Embedded will be held for the second time, it is a one day event focused on hard and software development for embedded and the IoT. Come and meet the JFrog Conan Team!
November 7, 2019 - November 7, 2019
It’s #MeetupTime back at the JFrog swamp! 🙂
This time, we are welcoming our wonderful friends from Platform9 to co-host the meetup.
We will discuss how DevOps teams can exploit the power of Kubernetes and CI/CD toolchains to speed up the software development processes by multiple-fold — with Kolsch, of course! You will learn how to configure, deploy, and run Kubernetes without the operational overhead on any public, private, or edge cloud infrastructure.
Join us at JFrog’s office in the sunny Sunnyvale on Thursday, November 7th, at 6:00 PM.
November 5, 2019 - November 5, 2019
DevSecCon is returning to Tel Aviv to bring together DevOps and Security in a unique unconference run by practitioners, for practitioners. Join us for a morning filled with inspiring talks about DevSecOps – the practice of building security into the development processes, and an afternoon of engaging unconference sessions.
November 4, 2019 - November 8, 2019
Join the frogs at Microsoft Ignite where you will learn innovative ways to build solutions and migrate and manage your infrastructure. Connect with over 25,000 individuals focused on software development, security, architecture, and IT. Explore new hands-on experiences that will help you innovate in areas such as security, cloud, and hybrid infrastructure and development.
November 4, 2019 - November 5, 2019
This years Velocity conference happens in Berlin, co-located with Software Architecture! The topics this year: Resilience. Performance. Security.
Come and explore cloud native infrastructure, DevOps, serverless, Kubernetes, security, and more, the JFrog team is looking forward to seeing you there!
November 1, 2019 - October 31, 2019
JFrog in-person training coming to New-York, US!! Become a JFrog and DevOps expert with in-person training classes designed specifically for targeted learning goals. Our DevOps instructors deliver interactive, face-to-face courses, giving you the richest possible learning experience in a collaborative environment.
October 29, 2019 - October 30, 2019
10 years ago , the very first devopsdays got organised in Ghent, 10 years ago , nobody used the word devops…
This small event changed many lives, it changed many organisations, after 10 years it is time to come back to where we started the movement
Time to come back to Ghent and meet JFrog!
October 28, 2019 - October 30, 2019
Join the JFrog team with the top technology and business leaders from around the world for 3 days of immersive learning. Experience the unfolding documentary of the ongoing transformations that these leaders are helping drive in their large, complex organizations. Exchange insights with some of the best practitioners and subject matter experts in DevOps who are pioneering the philosophies and practices that work (and conversely, which to avoid.)
October 22, 2019 - October 25, 2019
JFrog in-person training coming to Santa Clara, US!! Become a JFrog and DevOps expert with in-person training classes designed specifically for targeted learning goals. Our DevOps instructors deliver interactive, face-to-face courses, giving you the richest possible learning experience in a collaborative environment.
October 17, 2019 - October 17, 2019
La conférence DevOps REX est la conférence francophone DevOps 100% retour d’expérience (REX). Des speakers reconnus traitent des applications concrètes de la méthodologie DevOps en entreprise, avec ses bénéfices mais aussi ses contraintes et ses limites, le tout dans un univers prestigieux et haut de gamme. Venez recontrez notre équipe à DevOps REX dans la Cité des Sciences de Paris !
October 17, 2019 - October 18, 2019
Join the frogs at Open Source India conference to engage with industry peers and get updated on the latest technologies, tools and best practices emerging from the field of Open Source.
October 15, 2019 - October 15, 2019
DevOpsは開発(Development)担当者と運用(Operations) 担当者が連携して協力する(さらに両担当者の境目もあいまいにする)開発思想です。
今回のナイトセミナーではStephen Chinさん、Fred SimonさんにJava開発者にとってのDevOpsについてお話していただきます。
October 3, 2019 - October 3, 2019
A local event for the French frogs they would not miss: DevFest Toulouse! It is a technical conference for developers, aimed at students, professionals or simply curious technophiles. Come and see us!
September 26, 2019 - September 27, 2019
The JFrog Team is excited to be once again part of DevOpsDays London on September 26 – 27 in the QEII Centre. There will be a single track of 30-minute talks in the morning, followed by 5-minute Ignite talks. The rest of the afternoon is Open Spaces, which are considered a key portion of the event. Come and say hello to the frogs and hear about all the exciting releases we have made recently!
September 24, 2019
JFrog believes in the freedom to choose your tool stack, architecture, and storage, by being universal and integrating with DevOps tools and supporting any package format. Yalla DevOps brings DevOps practitioners and technology partners together for one common goal: An end-to-end DevOps Experience to deliver better software faster.
September 19, 2019 - September 20, 2019
Join the frogs at the global commercial open-source software (COSS) category ecosystem conference for builders, founders, developers, customers, investors, analysts and everyone excited to learn, meet and collaborate on all things at the intersection of OSS and business!
September 16, 2019 - September 17, 2019
Join the frogs at DevSecCon’s first Seattle conference to engage with leading DevOps and IT Security professionals for a two-day exploration of DevSecOps!
September 15, 2019 - September 20, 2019
Meet the JFrog Conan Team @CppCon, the annual, week-long face-to-face gathering for the entire C++ community. You will enjoy inspirational talks and a friendly atmosphere designed to help attendees learn from each other, meet interesting people, and generally have a stimulating experience. Taking place this year in Aurora, Colorado, near the Denver airport, and including multiple diverse tracks, the conference will appeal to anyone from C++ novices to experts.
September 9, 2019 - September 11, 2019
Join JFrog at HashiConf 2019! Embark on three days of education, collaboration, and connection. Experience 50+ sessions, 12 in-depth trainings, product releases, and access to HashiCorp experts.
August 12, 2019 - August 15, 2019
Join the frogs at the #1 event for all DevOps and Jenkins enthusiasts! DevOps World | Jenkins World brings together DevOps thought leaders, IT executives, continuous delivery practitioners and the Jenkins community and ecosystem in one global event, providing attendees with the opportunity to learn, explore, network face-to-face and help shape the next evolution of Jenkins development and solutions for DevOps.
July 30, 2019 - August 2, 2019
JFrog in-person training coming to Munich, Germany!! Become a JFrog and DevOps expert with in-person training classes designed specifically for targeted learning goals. Our DevOps instructors deliver interactive, face-to-face courses, giving you the richest possible learning experience in a collaborative environment.
July 26, 2019 - July 27, 2019
Join the frogs at AWS Community Day Bangalore 2019, and learn about the latest industry trends and innovative implementations from AWS experts.
July 24, 2019 - July 26, 2019
Join the frogs at GopherCon 2019 for some of the very best programming and networking in the Go community. Be sure to stop by our booth #7!
June 25, 2019 - June 27, 2019
devopsdays Amsterdam brings development, operations, QA, InfoSec, management, and leadership together to discuss the culture and tools to make better organizations and products. The 2019 event will be the seventh time we have held devopsdays Amsterdam, and it should be bigger and better than ever before!
June 24, 2019 - June 26, 2019
The JFrog Team is setting sail for 3 days of container craziness! #Microservices, #DistributedApps, #Kubernetes #CloudNative, #CICD, #DevOps, #YouNameIt … Just like the previous years, ContainerDays will be loaded with exciting high-level talks, hands-on workshops and lots of opportunities to meet like-minded container enthusiasts.
June 17, 2019 - June 19, 2019
Our annual event is BACK! swampUP is the premier DevOps event that brings technologists and thought leaders together with a shared passion for best practices in building software in a secure and scalable manner. With an immersive 3 days of live hands-on training, labs, technical sessions, keynotes, and expo, swampUP is the must-attend event you can’t miss!
May 21, 2019 - May 21, 2019
Come and learn how bringing Agile at scale, DevOps and Lean Startup approaches all together accelerates the ability of the organization to deliver at greater speed, while meeting quality and security demands. The JFrog Team is looking forward to seeing you there!
May 20, 2019 - May 23, 2019
Of course the frogs will not miss KubeCon and CloudNativeCon which gathers adopters and technologists from leading open source and cloud native communities! Join Kubernetes, Prometheus, Envoy, CoreDNS, OpenTracing, Fluentd, gRPC, containerd, rkt, CNI, Jaeger, Notary, TUF, Vitess, NATS, Linkerd, Helm, Harbor and etcd as the community gathers for four days to further the education and advancement of cloud native computing in Barcelona.
We are looking forward to seeing you there!
May 14, 2019 - May 17, 2019
April 29, 2019 - May 1, 2019
JFrog is proud to be sponsoring DockerCon once again, the container industry conference for all things Kubernetes, microservices, and DevOps. Be sure to stop by our booth G8 or visit us in the ecosystem theater for a talk on managing, versioning, and promoting Docker!
April 17, 2019 - April 19, 2019
JFrog fait de nouveau parti de Devoxx France! Issue de la communauté Java, Devoxx France s’est ouvert au fil des ans et accueille les développeurs en général. Du Web à la Sécurité, en passant par le Cloud Computing, notre comité de sélection trie et sélectionne 230 propositions, sur 900 candidatures.
April 10, 2019 - April 13, 2019
JFrog and the Conan Team are happy to come back to ACCU in Bristol! ACCU is the foremost annual conference for people interested in C++ and C, at least in and around the UK. But it is not just a C++ and C conference, ACCU is about programming in whatever language people are using, with whatever tools and processes people are using: D, Chapel, Java, Kotlin, C#, F#, Groovy, Rust, Go, Python, Ruby, Lisp, to name just a few programming languages. Git, Mercurial, CMake, Meson, TDD, BDD, all these tools and techniques are in the focus of sessions at ACCU. Meet us there!
April 9, 2019 - April 11, 2019
Join the leaders in Cloud DevOps at Google Next 2019! Visit JFrog to learn more about Artifactory Cloud that supports Helm, which streamlines the installation and management of Kubernetes applications. One might argue that it doesn’t matter to them. But we all know that in less than a year, Kubernetes has become the leading orchestration tool for automating deployment, scaling, and management of containerized applications.
April 8, 2019 - April 11, 2019
JFrog is proud to sponsor Atlassian summit in Las Vegas, Nevada. Get ready for an epic week as we demo and share the latest in JFrog tools. Be sure you stop by Developer Day on April 8th to meet the team!
March 5, 2019 - March 7, 2019
JFrog is heading to one of the largest security conferences in the world! Join the team at booth #3112 in the Moscone South Expo where we’ll share more about our recent partnership with Risk Based Security (RBS) and new security enhancements to JFrog Xray with VulnDB, the most comprehensive and up-to-date vulnerability intelligence solution available today.
February 11, 2019 - February 11, 2019
JFrog loves Go and is proud to participate in Israel’s first GopherCon!
The conference will be held on February 11 at the Tel Aviv Convention Center. Come and meet us there!