Tag: How to
-
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
-
Privacy-led marketing: How to build trust and win in a cookieless era
Posted on October 27, 2025, Level beginner Resource Length long
Future-proof your marketing strategy. Learn how privacy-led marketing balances compliance, customer trust, and performance in a post-cookie world. By searchengineland.com.
Tags web-development miscellaneous how-to search
-
How to set up TypeScript with Express
Posted on October 13, 2025, Level intermediate Resource Length long
Explore how to enhance your Express applications with TypeScript's powerful features for scalability and error prevention, culminating in a deployment guide using Kinsta's hosting. By Jeremy Holcombe.
Tags restful how-to software apis javascript
-
Build a RESTful API with Flask and Python: Step-by-step guide
Posted on October 11, 2025, Level intermediate Resource Length medium
Build an efficient RESTful API using Flask and Python with this comprehensive step-by-step guide covering everything from CRUD operations to performance optimization. By codezup.com.
Tags restful how-to software apis