Using Open Source Tools to Build a Non-Profit Website

This entry is part 7 of 9 in the series
May 2025 - Serving Through Tech

For churches and charities, keeping costs low while building an effective online presence can be a challenge. Thankfully, the open source movement provides powerful, free tools that empower mission-driven organisations to create professional websites without breaking the bank. Open source means the code is freely available, maintained by a community, and often customisable to your …
Continue reading Using Open Source Tools to Build a Non-Profit Website

Building a Church Website with WordPress: A Step-by-Step Guide

This entry is part 6 of 9 in the series
May 2025 - Serving Through Tech

A church website is often the first point of contact for visitors, newcomers, and curious seekers. In today’s digital age, having a well-designed, easy-to-navigate site is not just helpful—it’s essential. The good news? You don’t need to be a professional developer to build one. With WordPress, creating a church website is both achievable and affordable. …
Continue reading Building a Church Website with WordPress: A Step-by-Step Guide

Introduction to SQL: Managing Data with Confidence

This entry is part 3 of 9 in the series
May 2025 - Serving Through Tech

In the world of technology, data is everywhere—stored in spreadsheets, cloud systems, church rosters, and volunteer logs. Whether you’re organising donations, tracking attendance, or building a faith-based app, structured data matters. That’s where SQL comes in. Structured Query Language (SQL) is a powerful, easy-to-learn language used to manage and retrieve data stored in relational databases. …
Continue reading Introduction to SQL: Managing Data with Confidence

How to Build Accessible Websites with WCAG Standards

This entry is part 2 of 9 in the series
May 2025 - Serving Through Tech

In a world where digital access is increasingly essential, building websites that are inclusive and accessible is not just a best practice—it’s a responsibility. As Christians called to serve all people with compassion and care, creating websites that everyone can use, regardless of ability, is one way we can live out that calling online. Why …
Continue reading How to Build Accessible Websites with WCAG Standards

The Role of Version Control: An Intro to Git and GitHub

This entry is part 8 of 9 in the series
April 2025 - Mastering Programming and Spiritual Growth

In software development, keeping track of changes, collaborating with teams, and maintaining a history of your work is essential. This is where version control systems come in. Among them, Git and GitHub have become industry standards for managing code efficiently. Whether you’re a beginner or an experienced developer, understanding Git and GitHub will help you …
Continue reading The Role of Version Control: An Intro to Git and GitHub

Understanding Threat Hunting in Cybersecurity

This entry is part 6 of 9 in the series
April 2025 - Mastering Programming and Spiritual Growth

Cyber threats are evolving at an alarming rate, and traditional security measures like firewalls and antivirus software are no longer enough. To stay ahead of attackers, cybersecurity professionals rely on threat hunting—a proactive approach that identifies hidden threats before they cause harm. In this article, we’ll explore what threat hunting is, why it matters, and …
Continue reading Understanding Threat Hunting in Cybersecurity

Creating a REST API with Python and Flask

This entry is part 4 of 9 in the series
April 2025 - Mastering Programming and Spiritual Growth

In modern web development, REST APIs (Representational State Transfer Application Programming Interfaces) play a crucial role in connecting front-end applications with back-end servers. Flask, a lightweight Python web framework, makes it easy to build and deploy APIs efficiently. In this guide, we’ll walk through the steps to create a simple REST API using Flask. 1. …
Continue reading Creating a REST API with Python and Flask

Exploring JavaScript Frameworks: React vs. Vue.js

This entry is part 2 of 9 in the series
April 2025 - Mastering Programming and Spiritual Growth

JavaScript frameworks play a crucial role in modern web development, streamlining the process of building interactive and dynamic applications. Among the most popular choices are React and Vue.js, each offering distinct advantages for developers. Whether you’re an experienced coder or just starting out, understanding the differences between these frameworks can help you make an informed …
Continue reading Exploring JavaScript Frameworks: React vs. Vue.js

How to Build a Responsive Website with Bootstrap

This entry is part 8 of 9 in the series
March 2025 - Deepening Knowledge

Bootstrap is one of the most popular front-end frameworks for building responsive and mobile-first websites. It provides a collection of pre-styled components, a flexible grid system, and powerful utilities that make web development faster and more efficient. In this guide, we’ll explore how to use Bootstrap to create a responsive website. 1. Setting Up Bootstrap …
Continue reading How to Build a Responsive Website with Bootstrap

Introduction to Cloud Security: Protecting Data in Azure

This entry is part 6 of 9 in the series
March 2025 - Deepening Knowledge

As organizations move their workloads to the cloud, securing data becomes a top priority. Microsoft Azure offers a robust set of security tools and best practices to ensure data protection, compliance, and threat mitigation. In this article, we will explore the fundamentals of cloud security and how Azure helps safeguard sensitive information. Understanding Cloud Security …
Continue reading Introduction to Cloud Security: Protecting Data in Azure