A blog that introduces the appeal and utilization of Drupal.It serves as a source of information to broaden awareness in the world to a large audience.
Modules
Drupal 10, the latest iteration of the renowned open-source content management system, stands as a beacon for developers seeking to empower their projects with versatile solutions. Among its arsenal of features, the capability to construct custom APIs shines as a gateway to seamless integration with external applications, services, or frontend frameworks. In this exhaustive guide, we will delve deep into the intricacies of creating a custom API in Drupal 10, equipping you with the knowledge to extend your website's functionality and foster a more dynamic and interconnected user experience.
Jessie Allen Anosa
2024.03.13
Other
Drupal's block layout system is one of its most adaptable Drupal features; it allows you to place content blocks, view blocks, or any Drupal block in different regions of your theme layout to alter the look and feel of your website.
Jhon Manny Loto
2024.02.13
Front-end
When building a website, effectively displaying content is an important challenge.
Jamaica Angely Mañus
2023.08.31
For sure, if you already have come to a point of searching articles related to Drupal testing, you most probably have known by now how to build websites through Drupal. But just in case you seek to strengthen your arsenal, this very site is enriched with the things you need!
Michael John Binal
2023.05.14
Server-side
Sometimes, a client or whoever is in charge may ask you, the developer, that they want a few things to change about the site. It could be that they have an additional task for you. Maybe a bug no one noticed until now has reared it's ugly head and now you have to fix it. Or maybe they want to upload a file, but it's not going through, because your site's saying that the file's too large. What's a developer to do? In this case, you have a few options.
Gabriel Seth Ente
2022.06.13
First, let me ask you. How does your favorite social app let you create and login with your google credentials? Or How does your weather app get today’s weather forecast? - the answer to these questions is that they communicate with other systems to get the data or verify your credentials. The way these two systems communicate together is to do something called an API.
2022.06.10
CSP (Content Protection Policy) is an additional layer of security that aids in the detection and mitigation of certain types of threats, such as Cross-Site Scripting (XSS) and data injection attacks. These attacks are used for a variety of purposes, including data theft, site defacement, and malware distribution.
2022.06.02
For the sites created on Drupal 8.8.0 or later, even if it was installed manually, Composer was pre-installed, and the files already contain the necessary Composer configuration, which means managing the site using composer would be convenient without taking any extra steps on converting it.
Nowadays, businesses may have different branches or sub businesses. Some businesses may have branches in other countries. Those businesses may have the same company name but different products for each country. It's very common for businesses to be like that nowadays.
Gabriel Fernandez
2022.06.01
This topic is very important once you realize and learn . It is very painful when visiting a website and experiencing a long duration of page load. The user has a strong perception that the website was poorly designed and has a bad user experience.This will lower the traffic and be less relevant to the users. It turns out that there is a lacking piece of the puzzle that meets the bridge gap between user and web application. This technique is called Caching.
Renier John Sediego
2022.05.31
Acquia Content Hub is a cloud-based content distribution and syndication platform. It allows efficient reuse and delivery of content aggregated from various sources to multiple channels. We'll cover the setup process for publisher and subscriber sites, as well as how to export and import content.
Aeromel Laure
2022.05.30
Multi-domain vs Multi-Site
Jeffy Lepatan
What is a middleware? Middleware is the part of the application or system which enables the communication between the different components or input/output in the application or system.
2022.05.27
One way to add a social media button to your drupal site, like facebook, LinkedIn, Twitter and other social media platforms, is using the AddtoAny module. Browser and Drupal social media plugins help visitors share your content among their online network friends.
2021.11.15
2021.11.04
Drupal’s core codebase is always changing, due in part to its contributors always looking to improve Drupal for developers. That means as more improvements are made, changes are made as well, and consequently, these changes cause code to become obsolete and ultimately, deprecated. Luckily, there are ways around this. Composer, Drupal’s prime tool for dependency management, is a great help in keeping your code up to date and ready. Another nice thing about it is that it’s great for getting help from the Drupal community. Enthusiastic third-party developers are usually willing to take matters into their own hands when asking for improvements, which bring us to our titular package, drupal-check.
There are some cases when you want a single page on your live/production site to be accessible only to certain individuals or possibly a third party company. Please note that this is different from dev or staging site’s basic authentication requirement. Drupal doesn’t have this option right off the bat so here we will discuss some of the solutions or options we can use on our sites. The solutions we will discuss are applicable for URLs with or without a physical directory such as in Drupal views.
2021.10.12
Drupal is CMS (Content Management System) that is easy to build website. But sometimes our client asking a design that was beyond the limitation of Drupal standards and worst thing is that its never existed on contributed modules from Drupal.org. .
2021.10.06