Nous utilisons des cookies pour améliorer votre expérience de navigation. En savoir plus
Accepter
to the top

Go-Go-Gadg...Error? A closer look at the mistakes Go developers make!

Unicorn with mic
  • Subject: Go-Go-Gadg...Error? A closer look at the mistakes Go developers make!

  • Date: August 27, 2026, 01:00 PM UTC+1

  • Description:

    Mistakes happen in Go code just like in any other language: typos, duplicates, broken condition checks, and so on.
    But why do they still slip through? After all, many teams use tools like go vet, which catches all of this perfectly well... right?

    In this webinar, we'll cover:

    • Common mistakes in Go code, straight from well-known projects
    • Errors that standard tools and approaches fail to catch — and how to handle them

    Note: Please check your email and confirm your registration to access the webinar link.

Register now

Webinars not your thing? Try static analysis!

Prénom

Unicorn with mic

Past webinars

Unicorn with mic
  • Subject: Let's make a programming language. Variables

  • Date: August 05, 2026

  • Description: We continue building our own programming language from scratch. In this video, we'll take the next step by adding variables to the language. And stay tuned for the next webinar. So far, our...

Unicorn with mic
  • Subject: Let's make a programming language. AST

  • Date: July 23, 2026

  • Description: We’re continuing our webinar series on building your own programming language in C++! And stay tuned for the next webinar. In the previous webinar, we created a parser that analyzes code and...

Unicorn with mic
  • Subject: Let's make a programming language. Parser

  • Date: May 21, 2026

  • Description: In the previous sessions, we implemented a lexer for our language. In this upcoming webinar, we’ll move on to the next step — the parser. In our experience, any parser starts with parsing...

Unicorn with mic
  • Subject: Let's make a programming language. Lexer

  • Date: April 29, 2026

  • Description: In this video, we continue building our own programming language from the ground up. Previously, we covered how terminal symbols fit into a grammar. Now we move one layer deeper: the lexer. The...

Unicorn with mic
  • Subject: Let's make a programming language. Grammars

  • Date: March 27, 2026

  • Description: We’re continuing our webinar series on building your own fictional programming language! Register to attend next webinar: https://pvs-studio.com/en/webinar/32/ All recordings will be sent to all...

Unicorn with mic
  • Subject: Integrating SAST into DevSecOps

  • Date: March 25, 2026

  • Description: As software delivery accelerates, security must move at the same speed. In the webinar, we explored how to effectively integrate Static Application Security Testing (SAST) into your DevSecOps...