11 articles with this tag
Building Your First Production MCP Server
A hands-on tutorial building a complete MCP server in TypeScript that analyses GitHub pull requests: tools, resources, prompts and error handling.
Git from zero to deploy: the no-BS guide for modern devs
Learn Git the right way, from your first commit to your first deploy, without being a hostage to GUI tools.
Idiomatic Kotlin: The Essential Guide for Senior Engineers
The idiomatic Kotlin concepts that set it apart from Java: null safety at compile time, extension functions, data classes, and expressive collections.
Null Safety in Kotlin: A Deep Dive
Understand how Kotlin solved the 'billion-dollar mistake' through a type system that distinguishes nullable from non-nullable references.
Software Engineering in the AI Era: How to multiply productivity without sacrificing quality, security, and control
Multiply productivity with AI without sacrificing quality or control: where the 20-40% gains actually are, and the governance that keeps them safe.
Software Engineering in the AI Era: Technical and practical guide for experienced engineers
How experienced engineers integrate AI into the development cycle with governance: realistic gains of 20-40% on refactors, tests and docs, 5-15% elsewhere.
The DEFINITIVE npm Guide That 97% of Devs Never Read (But Should!)
Discover why 'npm ci' is the key to stable builds, why 'npm install' breaks your deploys, and the real cost of using the wrong commands.
npm install vs npm ci: The DEFINITIVE Guide!
Learn the crucial difference between npm install and npm ci and why using the right command can save your production build and CI/CD from catastrophic failures.
Git Rebase: Master Git History Rewriting with Confidence
Learn to use git rebase like a professional: reorder, combine, and modify commits. Complete guide with examples, best practices, and interactive tool.
Mastering Complexity: Libraries, Dependencies and Cross-Compilation with `cmake`
A practical guide to Modern CMake: managing multiple directories, creating and linking libraries, finding external dependencies, and cross-compiling.
Prompt Engineering for Developers
A practical guide to prompt engineering, focused on techniques that developers can use to get better results from language models like GPT and Claude.