Tag: devops
All the articles with the tag "devops".
Kubernetes for Backend Engineers — Pods, Deployments, and Services Without the Jargon
Posted on:September 10, 2025 at 09:00 AMKubernetes looks intimidating until you understand the one mental model that explains everything: declare desired state, and the control plane reconciles reality toward it continuously. A practical guide for backend engineers who deploy APIs and don't want to think about servers.
Profiling Node.js with Clinic.js and DoctorJS — A Real Case Study
Posted on:May 20, 2024 at 10:00 AMA hands-on walkthrough of Clinic.js toolchain — Doctor, Flame, and Bubbleprof — diagnosing real performance bottlenecks in a Node.js API. Includes flame graph interpretation, event loop delay analysis, and the actual code fixes.
GitLab Remote Development (Beta) Review
Posted on:December 10, 2023 at 12:00 PMIn this guide, we'll walk through the process of setting up GitLab's Remote Development Environment, following the official instructions. We'll use AWS for custom DNS and a Windows machine with Docker Desktop to host the container. After the setup, we'll assess the maturity of GitLab's Remote Development System, empowering readers to make well-informed decisions about its integration into their workflows
Development made easy with Remote Development solutions: GitHub vs GitLab vs Gitpod vs DevPod
Posted on:November 19, 2023 at 12:00 PMDive into the world of remote development environments, leaving behind the chaos of local development. Discover GitHub Codespaces, Gitpod, GitLab Workspaces and DevPod; each designed to simplify your coding experience. This guide breaks down their essential features and readiness for production, providing a roadmap for smooth and collaborative coding, especially for individuals and small teams. Revolutionize your workflow and embrace the future of development with these innovative solutions