Insights & how-tos

Blog

Practical, hands-on guides from our database, cloud and software teams — the same kind of write-ups we lean on internally, shared for anyone running these platforms themselves.

Database
· 3 min read

Complete Guide: Setting Up Ubuntu 22.04 for Docker-Based Application Deployment

Complete Guide: Setting Up Ubuntu 22.04 for Docker-Based Application Deployment Running modern applications efficiently requires a solid, production-ready environment. In this guide, we walk through how to prepare an Ubuntu 22.04 LTS server for running containerized applications using Docker, along with essential tools like Node.js, npm, pnpm, and PostgreSQL. This setup is ideal for SaaS

Read article ›
Database
· 3 min read

How to Find Which Application Is Using A Port 3002 on a Windows

How to Find Which Application Is Using a Port on a Windows When you are troubleshooting a Node.js app, React frontend, backend API, Docker container, or any local development service on Windows, one common problem is discovering that a required port is already in use. If your application needs port 3002 and Windows says the

Read article ›
Database
· 6 min read

SQL Server 2025 vs SQL Server 2019: What’s New and Why It Matters

SQL Server 2025 vs SQL Server 2019: What’s New and Why It Matters A lot of businesses are still running SQL Server 2019 quite happily. It was a strong release: better performance, better recovery, better security, and a big push into data virtualization and big-data workloads. But SQL Server 2025 is a very different kind

Read article ›
Database
· 7 min read

How to Enable TDE on SQL Server 2019 Standard with Always On Availability Groups for Selected Databases

How to Enable TDE on SQL Server 2019 Standard with Always On Availability Groups for Selected Databases Protecting sensitive business data at rest is now a core requirement for many organisations. For SQL Server environments running critical production workloads, Transparent Data Encryption (TDE) is one of the most effective built-in security features for encrypting database

Read article ›
Database
· 3 min read

Integrating IntelliJ IDEA Community Edition + Codex (OpenAI)

Integrating IntelliJ IDEA Community Edition + Codex (OpenAI) A practical, step-by-step guide (plugins, setup options, and a solid workflow) If you’re an IntelliJ IDEA (Community Edition) person but you want Codex-style “agentic” help — refactors, bug fixes, test generation, and codebase Q&A — you’ve got a good path now: Codex is available inside JetBrains IDEs

Read article ›
Database
· 3 min read

Integrating VS Code + Codex (OpenAI)

Integrating VS Code + Codex (OpenAI) A practical setup guide (extensions, install steps, and best-practice workflow) If you live in VS Code, Codex is one of the nicest ways to bring an “agentic” coding assistant into your daily workflow—so you can ask for changes, refactors, bug fixes, and explanations inside the editor, with Codex able

Read article ›
Database
· 3 min read

How to Change the Ownership of a CIFS Mount Point on Linux

How to Change the Ownership of a CIFS Mount Point on Linux When working with network-mounted storage on Linux, especially Azure Files or SMB/CIFS shares, administrators often notice something confusing: even after running chown, the mounted folder still shows as root:root. This happens because CIFS mount points do not behave like normal local Linux filesystems

Read article ›

Have a topic you'd like us to cover?

Tell us what you're wrestling with and we may turn it into the next guide.

Get in Touch