Introduction
Stay up to date with this link collection about different topics.
- Orchestrating Zero Trust with Chef Desktop
This blog summarizes key concepts of Zero Trust and how Chef Desktop implements ‘compliance as code’. Learn more
https://blog.chef.io/orchestrating-zero-trust-with-chef-desktop
- Docker for Node.js Developers: 5 Things You Need to Know Not to Fail Your Security - Docker Blog
Learn from Docker experts to simplify and advance your app development and management with Docker. Stay up to date on Docker events and new version announcements!
https://www.docker.com/blog/docker-for-node-js-developers-5-things-you-need-to-know-not-to-fail-your-security/
- Automate Build Checks With Github-Actions
The purpose of this blog is to help those who want to set up CI/CD for their projects. There are many popular tools present in the market right now like CircleCI and TravisCI and Github Actions is …
https://blog.joshsoftware.com/2021/06/25/automate-build-checks-with-github-actions/
- Distributed Tracing with Jaeger in Go
Distributed tracing is used by software engineers to monitor or debug their applications. It is very useful to find which process takes the most time or which function causes errors. One of the systems to do distributed tracing is Jaeger. This article will show you how to run Jaeger in the local...
https://www.jajaldoang.com/post/distributed-tracing-with-jaeger-in-go/
- Profiling A Go App With pprof
Profiling an application is helpful to identify resource consumption at runtime. We can see which function consumes the most CPU or memory. We can see if our application is already efficient or not and then find a chance of improvement. In Go, there is pprof, a built-in library for profiling that...
https://www.jajaldoang.com/post/profiling-go-app-with-pprof/
Are you searching for a training course with insightful theory and practical examples? Check out our training section:
Check here!