Software Development
Destination Architect Website is Launched!
We are thrilled to announce the launch of the Destination Architect website. This is a website that we implemented for ...
How to create a slideshow in Drupal 8
One of the most used components in web design are slideshows. These elements allow us to display several pictures and ...
Creating a microsite in two weeks: 4-H at Home
We are happy to announce that the 4h at home project has been finished. This is a microsite we created ...
Hire developers? How many people are needed to create a website
Can you guess? Maybe 1 or 3? Well, most people think you can just hire developers or even just one ...
How to test your Content Types with Devel module in Drupal 8
When you are creating a new Drupal site, you need to take into consideration many variations and try to plan ...
Acquia Certified Drupal Developer for Drupal 8
Congratulations to José Ariza Cabrera who recently passed the Acquia Certified Site Builder - Drupal 8 exam! José has been a Swapps ...
See what’s new on Drupal 8
This month, the Drupal community is celebrating the application's 20th anniversary since its first release on May 18th, 2000. This ...
How to create an ajax form with drupal 7
In this tutorial, I am going to explain how to create an ajax form within a block. This is useful ...
View JS in a different way: meet Vue
A couple of years ago, it was pretty standard to refresh the page every time our users performed an action: ...
LiveView: Soft real-time interactive application without using Javascript
LiveView is an Elixir/Phoenix library. It enables us to implement interactive applications without using javascript beyond the bare minimum. In ...