Insights & Updates

Stay informed with our latest thoughts on technology, business trends, and industry insights. Learn from our experiences and discover new approaches to software development.

Lazy-Loading Images and Videos in Drupal
Frontend

Boosting Site Speed: Lazy-Loading Images and Videos in Drupal

Speed is one of the most important factors in how users experience a website. A slow site can frustrate visitors and lower search rankings. One simple way to make your Drupal website faster is by using lazy-loading, a method that delays loading media until it’s actually needed.

Jamaica Angely Mañus
Bayanihan Meets Kaizen: The Spirit of Open Source
Others

Bayanihan Meets Kaizen: The Spirit of Open Source

There’s something magnetic about open source. Maybe it’s the freedom, maybe it’s the collaboration, or maybe it’s the quiet thrill of building something that belongs to everyone. Whatever it is, open source isn’t just a way to make software—it’s a way to make progress together. And nowhere is that clearer than in the Drupal community, where developers, designers, and thinkers across the world—including right here in Asia—turn shared code into shared possibility.

Michael John Binal
5 min read
Understanding Drupal’s Cache Tags and Contexts in Drupal 10
Backend

Understanding Drupal’s Cache Tags and Contexts in Drupal 10

One of the reasons Drupal is known for its speed and scalability is its powerful caching system. It’s what makes pages load quickly and keeps your site efficient, even as it grows.
But Drupal’s caching isn’t just about saving HTML — it’s smart enough to know when and what to clear. This is where Cache Tags and Cache Contexts come in.
In this article, we’ll explore what these two concepts mean, how they work, and why they matter in Drupal 10.

Jessie Allen Añosa
5 min read
Introduction to Drupal Theming
Site Building, Frontend

Introduction to Drupal Theming

When working with Drupal, one of the key skills to learn is theming. While modules add functionality, themes control how your website looks and feels. In simple terms, a theme is the design layer that determines layout, colors, typography, and overall user experience. Whether you want a clean corporate site or a bold creative design, theming is where it all happens.

Jamaica Angely Mañus
4 min read
Drupal’s Layout Builder: Drag-and-Drop Design in Drupal 10
Site Building, Frontend

Drupal’s Layout Builder: Drag-and-Drop Design in Drupal 10

When you think of Drupal, you probably picture powerful tools for content management and customization. But for years, one thing developers and site builders often wished for was an easier way to design page layouts - without diving deep into theme files or complex configuration screens.
Enter Drupal’s Layout Builder, one of the most flexible and user-friendly features introduced in recent versions and refined beautifully in Drupal 10.

Jessie Allen Añosa
8 min read
A depiction of webhooks
Backend

Implementing Webhooks on Drupal for Real-Time Updates

Modern web applications thrive on instant information. Users expect immediate updates, whether it’s a new message, an order status change, or fresh content. This need for speed makes real-time data crucial for great user experiences and smooth business tasks. Traditional methods, like polling, constantly ask a server for updates, which wastes resources and often leads to delays.

Jeffy D. Lepatan
15 min read
html semantics
Frontend

Understanding HTML Semantics

HTML Semantics is the practice of using HTML elements that carry meaning and clearly express their role within a page. Instead of merely describing how content looks, semantic elements describe what their content represents. For example, using a <nav> tag to contain navigation links. This article discusses HTML Semantics and how their usage affects the readability of the code.

Jul-Radier Jundam
6 min read
mvc-thumbnail
Backend

Understanding MVC Pattern

The Model-View-Controller (MVC) pattern is a fundamental architectural design pattern that separates an application into three interconnected components. This separation of concerns promotes organized programming and allows developers to build scalable, maintainable web applications. Understanding MVC is crucial for modern web development, especially when working with frameworks and custom applications.

Mark Jay Cabatuan
4 min read
AI1
Others

The Future of AI in Web Development

Artificial intelligence (AI) is transforming the digital landscape at an incredible pace, and web development is one of the fields experiencing the most profound change. What once required long hours of manual coding, design, and testing is now being reshaped by intelligent systems that can automate, predict, and even create. As we look ahead, AI is set to redefine not only how websites are built but also how people experience them.

Divina De Jesus
8 min read

Stay Updated

Subscribe to our newsletter to get the latest insights, tutorials, and industry updates delivered to your inbox.