Latest articles
Page 3 of 10
Page 3 of 10 — 138 articles total
Drupalcon Pittsburgh 2023 Recap
Once more we met with the Drupal community for DrupalCon US, this time in Pittsburgh. Even though last year was also an in-person event, this year the attendance was close to pre-pandemic numbers. I must say it was my first time in Pittsburgh and I loved the city. Lots of bridges and the David L. [...]
Nearshore staffing: Why is it so popular right now?
Nearshore staffing is becoming increasingly relevant, as stated in this study where a significant 39% of decision-makers from US and EU companies choose to work with professionals from neighboring countries in the future. But what is the reason behind this trend? In this article, we will discuss what Nearshore Staffing is and the advantages that [...]
Creating a Bottom Navigation Bar in Flutter
In this article, we will explore the creation of a bottom navigation bar in Flutter, taking advantage of the capabilities of this powerful framework for mobile application development. The bottom navigation bar is a fundamental widget that allows you to build an intuitive and efficient tab-based user interface for your application. Throughout this article, I [...]
What is Staff Augmentation?
Staff augmentation is a business strategy where a company hires additional talent to reinforce their existing team temporarily. This way agencies can increase their workforce quickly without going through the traditional time and costs consuming hiring process. The hired staff will work under the supervision of the outsourcing company, which is responsible for their own [...]
Nearshore Outsourcing: Understanding How It Works
Nearshore is a business strategy that involves outsourcing certain tasks or processes to a company located in a nearby country, rather than a far-off location. You can also hire talent from nearshore companies and add to your team temporarily, saving time and hiring costs. The idea behind nearshoring is to take advantage of another country's [...]
Introduction to automation with GitHub Actions
GitHub Actions is a powerful and flexible automation tool built into GitHub. It allows developers to automate build, test, and deploy tasks. If you already use GitHub as your code repository, you should at least consider what GitHub Actions can offer you to automate repetitive tasks and replace the use of additional tools. With GitHub [...]
How to choose a staffing agency
Making the decision of teaming up with another agency is an important step that shouldn't be taken lightly if you want to avoid wasting time and resources. To help you choose the staffing agency that best suits your company's staffing needs and expectations, it's necessary to take into consideration the following: Evaluate your staffing needs [...]
Drupal vs. WordPress: Which one is better for your project?
Today, CMS (Content Management Site) or content management systems are widely used software for the creation of websites without the need for coding. If you are considering using a CMS or switching, in this article we will explain the differences between two of the most popular CMS platforms: Drupal and WordPress. This way you will [...]
European Cloud Summit 2022 Recap
This year the European Cloud Summit 2022 took place in Mainz, Germany. It was my first time there, and even though it is a small city it has a rich history. It was Gutenberg’s home, and in this town in 1440 he created the printing press. Due to its geographical location and rivers, the Roman [...]
What Is Software Outsourcing
Software Outsourcing is when a company outsources software development services (development, planning, management, maintenance, etc.) to an external company. Both established companies and startups are using software outsourcing to develop their products, and this is on the rise. According to the "State of Software Development Report", by 2021, 41.67% of software development companies have outsourced [...]
CircleCI 101
Today there are many CI/CD options. Most services include some CI/CD services in their free offer (like GitHub and GitLab). Alternatively you can host your solution with Jenkins and avoid using a online service. But even with such a fearse competition, I think CircleCI free offering is an interesting choice. The documentation is amazing, it [...]
DrupalCon Prague 2022 Recap
DrupalCon Prague 2022 was the return of in-person DrupalCon to Europe after almost three years and I was eager to be back at one of these events and reunite with old and new members of the Drupal community. For me it was also a great opportunity to be able to visit the beautiful city of [...]
Tailwind CSS
Tailwind CSS is an open source CSS framework thought of as "Utility-first", which, having predefined functionalities, can add classes to the styles and is reflected in the elements. It helps a lot to speed up the development process since less code is written because everything is done by including the code directly within the HTML [...]
How to have a good LinkedIn profile if you are a software developer
Every day it becomes more and more necessary for companies to have a website, a mobile application, or technological solutions that optimize their processes. For this reason, the demand for software developers doesn’t stop growing, and more and more offers are coming through LinkedIn for thousands of developers. However, even with all this, many developers [...]
Drupal Configuration Split
One of the best tools for a good configuration management in Drupal is configuration split. In Drupal 8+ exporting and importing site configurations to other sites is very common, the problem comes when developers have development functions enabled that they do not want or should not bring to production. A clear example of this would [...]