Slack Token Formats Explained (xoxb, xoxp, xoxc, xoxd) + Using xoxc/xoxd in Go
Slack token formats explained — xoxb, xoxp, xoxc, xoxd. Plus how to use xoxc/xoxd browser session tokens with the official Slack Go SDK without creating a Slack app.
Platform engineering, Go, DevOps, and applied AI.
Slack token formats explained — xoxb, xoxp, xoxc, xoxd. Plus how to use xoxc/xoxd browser session tokens with the official Slack Go SDK without creating a Slack app.
A comprehensive framework to determine if your software project is ready for AI development agents integration. Provides criteria, quality gates, and readiness assessment to ensure AI enhances productivity without creating technical debt.
Learn how to build a unified AI assistant using specialized micro-agents for different departments, creating a collaborative swarm for enterprise information discovery.
Why selecting GenAI tools for an enterprise is challenging, and why building your own foundational capabilities might be the best approach for sustainable innovation.
Learn how the Model Context Protocol (MCP) enables AI models to access external tools and services, breaking free from their isolated environments to perform real-world tasks.
A practical Bash script that collects Git repository data to provide context for AI models to generate meaningful changelogs automatically.
Bash script to debug website connectivity — checks DNS records, SSL certificates, and HTTP responses in one run. For web devs and system admins.
Bangla keyboard guide for Linux — Bijoy, Bijoy 52 (Bayanno), and Unibijoy Bengali layouts explained with the key-map chart and a step-by-step Ubuntu 24.04 install.
Discover all the tags for all the AWS resources across all AWS region for analysis. Useful for business intelligence, compliance and governance related initiatives
Benchmark your Golang code using benchmark function. Learn the easiest way to check your code performance