Skip to content

Resources for events and meetups organized by Golang Nepal.

Notifications You must be signed in to change notification settings

GolangNepal/Events

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Events and Meetups

No-instrumentation Log Injection in Go using eBPF

Date: September 12, 2020

Excerpt:

Write and deploy eBPF userspace-probes native in Linux VMs v4.9+ to dynamically inject tracepoint in your Go programs with the following constraints:

  • Less than 5% performance overhead
  • Reliably start, deploy and stop probes without leaks.
  • Provide apis to sample, filter and access data.
Resources

Meetup Resources:


Pixie Resources:

DIY Gosec: Detect Complex code patterns using semantic grep

Date: December 5, 2020

Excerpt:

Semgrep is a fast, open-source, static analysis tool that excels at expressing code standards — without complicated queries — and surfacing bugs early at editor, commit, and CI time. Precise rules look like the code you’re searching; no more traversing abstract syntax trees or wrestling with regexes.

Resources

Meetup Resources:


Bence Nagy

About

Resources for events and meetups organized by Golang Nepal.

Topics

Resources

Stars

Watchers

Forks