Mastering OpenTelemetry with Uptrace: A Developer’s Guide

Mastering OpenTelemetry with Uptrace: A Developer's Guide
Discover OpenTelemetry with Uptrace, a concise exploration into advanced application monitoring. Learn to implement observability, tracing, and metrics with practical examples. Perfect for developers seeking to boost application performance and tackle monitoring challenges.
Read more →

Git pre-commit hook with Husky (NPM) + ESLint hook

Git pre-commit hook with Husky (NPM) + ESLint hook
Do you want to ensure that your project’s codebase remains clean, maintainable, and bug-free? Look no further than Git pre-commit hooks with Husky. In this article, we’ll guide you through the easy installation process and show you how to set up pre-commit hooks to enforce coding standards. Plus, we’ll demonstrate how to customize hooks to fit your project’s specific needs. Don’t miss out on this easy and effective way to improve your code quality!
Read more →

WebAssembly: Go vs Rust vs AssemblyScript

WebAssembly: Go vs Rust vs AssemblyScript
Imagine you are working on the next big thing that runs in the browser, and it requires some heavy-duty code, which need to run fast and efficient. You remember that your friend Jack told you about WebAssembly (Wasm), which supposedly runs faster than JavaScript (JS), so you decide to check it out. The thing you are working on involves sorting large amounts of data, so you test a pure JS implementation first.
Read more →