Tag: How to
-
How to build a software supply chain security playbook
Posted on May 29, 2026, Level intermediate Resource Length medium
Embedding security into the SDLC transforms supply chain risk from a post-deployment concern to a daily development practice. By Aaron Linskens.
Tags cloud infosec devops software how-to
-
The safety net Windows users miss: How I switched to Linux without over-committing
Posted on May 27, 2026, Level beginner Resource Length medium
A pragmatic, low-risk migration strategy for Windows users to transition to Linux via virtualization and dual-booting without sacrificing proprietary software dependencies. By Graeme Peacock.
Tags linux software how-to
-
Four ways to run a full Linux desktop on your Android phone
Posted on April 28, 2026, Level beginner Resource Length short
This article explores four distinct methods for running a full graphical Linux environment on Android devices, ranging from popular Termux-based solutions and standalone apps to replacing the Android OS entirely, providing a technical roadmap for developers and power users seeking desktop Linux capabilities on mobile hardware. By Bertel King.
Tags linux software how-to android ux
-
CI/CD pipeline architecture: Complete guide to building robust CI and CD Pipelines
Posted on December 19, 2025, Level advanced Resource Length long
The article details a two-part CI/CD Pipeline Architecture Framework designed to guide teams from basic automation to a mature development platform. The first part, the "Golden Path," is a linear, six-stage workflow that forms the essential, reliable backbone: Code Commit (with branching strategy), Automated Build (ensuring environment parity), Automated Testing (using a test pyramid), Staging Deployment (mirroring production via IaC), Production Deployment (with health checks and rollback), and Monitoring & Feedback (closing the loop with observability). By Kamil Chmielewski.
Tags web-development app-development cicd devops how-to
-
Deploy Hugo site to AWS S3 with AWS CLI
Posted on December 15, 2025, Level intermediate Resource Length long
Deploying a Hugo static site to AWS S3 using the AWS CLI provides a robust, scalable solution for hosting your website. This guide covers the complete deployment process, from initial setup to advanced automation and cache management strategies. By About Rost Glukhov.
Tags web-development aws devops how-to
-
How AI-native security data pipelines protect privacy and reduce risk
Posted on December 13, 2025, Level beginner Resource Length medium
Observo AI revolutionizes privacy protection by dynamically identifying and securing sensitive data in telemetry across all organizational layers. By observo.ai.
Tags cio management devops how-to
-
Five talents to help ai-proof your career
Posted on November 10, 2025, Level beginner Resource Length short
AI career resilience through human-centric skills. By kornferry.com.
Tags programming career how-to cio
-
Why sudo-rs brings modern memory safety to Ubuntu 26.04
Posted on November 8, 2025, Level beginner Resource Length medium
Enhancing Ubuntu security with rust-based sudo: a modern approach to memory safety. By Steven J. Vaughan-Nichols.
Tags linux infosec how-to cio
-
The exact indie-hacking vibe-coding setup i use as a middle-aged product manager
Posted on November 6, 2025, Level beginner Resource Length medium
Middle-aged product manager shares his simple, cost-effective indie-hacking setup powered by AI—proving that vibe-coding is accessible, sustainable, and deeply rewarding for non-technical founders. By Ivan Kuznetsov.
Tags programming web-development how-to ai
-
New trend: programming by kicking off parallel AI agents
Posted on November 2, 2025, Level beginner Resource Length medium
With agentic interfaces like Claude Code, Cursor, and other LLM-based tools going mainstream, developers increasingly run multiple agents simultaneously. Engineers like Sid Bidasaria and Simon Willison report fewer reservations and higher throughput after adopting this style. By Gergely Orosz.
Tags programming performance app-development how-to ai
-
Cursor 2.0 pivots to multi-agent AI coding, debuts Composer model
Posted on October 31, 2025, Level beginner Resource Length short
Cursor has released its latest AI software development platform with a new multi-agent interface and the debut of its coding model, Composer. By Ryan Daws.
Tags web-development miscellaneous app-development how-to ai
-
Announcing the Swift SDK for Android
Posted on October 29, 2025, Level beginner Resource Length hort
Swift now offers an official nightly preview SDK for Android, marking a major milestone in its cross-platform evolution. By Apple Inc.
Tags web-development ios how-to android swiftlang