Scalable Path Blog Articles

Insights from our community of experts on a variety of topics including software development, project management, design, and hiring.

AI

The Rise of the Vibe-Code Fixer

AI copilots and low-code tools have made it possible to go from idea to “working product” in a weekend. Designers, founders, and operations leaders can now assemble functional apps with a mix of prompts, templates, and copy-pasted snippets. The result is a new norm in many teams: prototypes that look polished, get stakeholder buy-in, and quietly slide into production long before they are truly ready. […]

Profile Picture of Eduardo Maciel
Eduardo Maciel
Senior Software Engineer
Insights

The Cloud Is Just Someone Else’s Computer: Cloud Cost Optimization Beyond AWS

This isn’t an anti-AWS rant. It’s a reminder that “default” is rarely the cheapest option

Profile Picture of Vin Souza
Vin Souza
Senior Developer & DevOps Engineer
Machine Learning

Agentic AI: Building Intelligent Workflows [Guide]

AI agents are everywhere in conversations lately, and for good reason. Today, I’m excited to dive into this groundbreaking innovation: agentic workflows. My personal interest in agentic workflows has grown in recent months, due in large part to a few articles I’ve written recently. One was a piece evaluating the real-world efficacy of AI agents (ChatDev, SWE-Agent, and Devin). The second was a deep dive […]

Profile Picture of Guilherme Assemany
Guilherme Assemany
Senior Developer
For Freelancers

Maximize Your Profile Visibility as a Remote Freelance Developer

If you are looking to work as a remote freelancer through Scalable Path, completing your profile is the best way to get noticed and increase your chances of being matched with client projects. Here’s how to get started.

Profile Picture of Veronica Arreche
Veronica Arreche
Director of Operations & Head of Talent
React Native

React Native vs Native App Development: Differences and Considerations

Mobile applications have traditionally been written in native languages. Lately, however, hybrid cross-platform frameworks have been gaining market share. The recent swell of React Native’s popularity has raised the question: should developers use React Native or native for mobile app development?

Profile Picture of Fabio Ferreira
Fabio Ferreira
Senior Full-stack React Developer
Back-end

Should Developers Use Third-Party Libraries?

Every new developer learns the following core principles of software engineering early in their career: DRY (Don’t Repeat Yourself) This acronym encourages developers to avoid code duplication and focus on configurable and reusable components. KISS (Keep It Simple, Stupid) Always aim for simplicity in your design by avoiding over-engineered solutions. YAGNI (You Ain’t Gonna Need It) Focus on your current requirements, don’t try to

Profile Picture of Aris Papadopoulo
Aris Papadopoulo
Android Software Engineer
Project Management

How to Write a Great Product Requirements Document (PRD)

Any aspiring Product Owner looking to build a great software product could be forgiven for feeling overwhelmed. A quick Google search turns up a lot of conflicting, dated examples for Product Requirements Documents (PRD). That’s because people used to follow the Waterfall methodology and define everything their software would do at the outset (think bloated Use Cases and UML diagrams). We don’t want to waste […

Profile Picture of Damien Filiatrault
Damien Filiatrault
Founder & CEO
React

What is Preact? A Fast and Lightweight React Alternative

Preact is a lightweight alternative to React that’s quickly becoming a go-to choice for building high-performance web applications. But is it worth developing your app with Preact, or sticking with a more mature framework, like React? We dig into this question and consider the tradeoffs of each library in this article.

Profile Picture of Scott Cosentino
Scott Cosentino
Software Developer
React

React 18 Release: A Deep Dive Into New Features and Updates

Explore React’s new features, benefits for users & developers, implementation, and upcoming plans for the framework’s future.

Profile Picture of Will Eizlini
Will Eizlini
Full-stack Developer
JavaScript

TypeScript vs JavaScript: Key Differences, Similarities, and When to Use Each (Or Both)

JavaScript has long been the universal programming language for building dynamic, interactive web applications. Today, JavaScript powers millions of websites, with estimates suggesting that nearly 99% (more than 49.5 million) use it as their client-side programming language. As web development demands have grown, TypeScript has emerged as a key tool. That’s because it enhances JavaScript with strong typing and advanced tooling to support the creation […]

Profile Picture of Juan Pablo Rivillas
Juan Pablo Rivillas
Senior Full-stack Node.js Developer
Front-end

What is Vue and How Does it Stand in Popularity Compared to React?

Vue has been gaining attention among the developer community lately for its powerful features. But will it become the most popular front-end framework in 2023?

Profile Picture of Eduardo Maciel
Eduardo Maciel
Senior Software Engineer
.NET

An Introduction to Microsoft .NET Framework & Its Main Features

Back in the early 2000s, the applications built with .NET were aimed exclusively for Windows desktop and the framework itself was strictly developed and maintained in a closed source format. However, with the introduction of .NET Core, Microsoft made a complete shift and revolutionized software development.

Profile Picture of Leniel Maccaferri
Leniel Maccaferri
Senior Full-stack .NET Developer
Front-end

Using Quill to Build a WYSIWYG HTML Editor [Step-by-Step Tutorial]

Remember how basic the Facebook status update used to be? Now, that same space contains an array of sophisticated text styling options that let users fully express what’s on their minds. This evolution has been driven by rich-text editors like Quill, which allow visitors to fully customize their content: from embedding photos and videos to adding emoticons. In this article, I’ll share a step by step […]

Profile Picture of Andres Canal
Andres Canal
Senior Full-stack Mobile Developer
React

Choosing Between Context API and Redux in React: A Practical Guide

Redux or Context API: which tool is better for React state management? In this article, we dig into how each tool manages data flow through React nested components.

Profile Picture of Andy Fernandez
Andy Fernandez
Senior Software Developer
UI/UX Design

Designers and Developers Collaboration: 10 Steps to Start Working Together

Discover how implementing a collaboration process improves the handoff between design and development teams.

Profile Picture of Christi Tidwell
Christi Tidwell
Senior Designer
Project Management

The 12 Agile principles Explained with Examples

Here are the guiding principles behind Agile’s ideology that help teams become more flexible, speed up the development process, and bring products to market faster.

Profile Picture of Ryan Medeiros
Ryan Medeiros
Agile Practitioner
Full-stack

My Week With GitHub Copilot: AI Pair Programming Review

After a year of closed beta, GitHub Copilot is now publicly available to developers and is gaining a lot of attention for its ability to enable developers to harness AI while writing code. So does GitHub Copilot speed up daily work? Are the AI suggestions valid? Is it worth the cost? We answer these questions and more in this full review of the tool.

Profile Picture of Rafael Goulart
Rafael Goulart
Senior Full-stack Developer
Machine Learning

What is Bias in Machine Learning? Real-World Examples That Show the Impact of AI Bias

As artificial intelligence, or AI, increasingly becomes a part of our everyday lives, the need for understanding the systems behind this technology as well as their failings, becomes equally important. It’s simply not acceptable to write AI off as a foolproof black box that outputs sage advice. In reality, AI can be as flawed as its creators, leading to negative outcomes in the real world

Profile Picture of Omar Trejo
Omar Trejo
Senior Data Scientist
Data Science

Data Preprocessing Techniques: 6 Steps to Clean Data in Machine Learning

The data preprocessing phase is the most challenging and time-consuming part of data science, but it’s also one of the most important parts. Learn best techniques to prepare and clean the data so you don’t compromise the ML model.

Profile Picture of Nicolas Azevedo
Nicolas Azevedo
Data Scientist and Machine Learning Engineer
Project Management

The Ultimate Guide to Software Project Estimation [Example Template]

Estimating is, by definition, a guess about the future. The fact is that the majority of software projects aren’t delivered on time, run over budget, and end up with fewer features than originally planned. Over the past 10 years, we’ve developed a methodology

Profile Picture of Damien Filiatrault
Damien Filiatrault
Founder & CEO
Project Management

How to Use the Fibonacci Scale to Estimate Story Points

We focus on processes to effectively and efficiently develop digital products. One of our processes is using Agile Development, which includes using Agile Story Points to assign a common definition to the effort required to complete tasks. In this post, we’ll focus on the modified Fibonacci Sequence – 0, 1, 2, 3, 5, 8, 13, 21, etc – as an exponential complexity scale (good discussion […

Profile Picture of Tomás Gutiérrez Meoz
Tomás Gutiérrez Meoz
Software Architect
Back-end

Unlocking the Power of Vector Databases: A Comprehensive Guide (Real-World Examples)

We live in a world overflowing with data. So much of our world exists in the digital space – social media interactions, sensor readings, financial transactions, scientific observations – and all of it generates data. it’s estimated that nearly half a million terabytes of data are created each day, and that number is growing exponentially. This flood of information presents both opportunities and challenges. Businesses […

Profile Picture of Jatin Malhotra
Jatin Malhotra
Machine Learning Engineer
JavaScript

Flow vs TypeScript: Which Is Better Suited For Your Next Project?

As projects become more complex for JavaScript developers, new tools and practices arise to improve code quality and workflows. In addition to unit testing, static type checkers such as TypeScript and Flow are becoming the norm among professional development teams. Regardless of project size, the benefits of making code more comprehensible while also catching errors during the development phase have proved invaluable. As a result, […]

Profile Picture of John Kapantzakis
John Kapantzakis
Senior Developer
Front-end

Introducing HTMX: The JS Library Streamlining Front-End Development

I know what you’re thinking: “wow, yet another article on yet another JavaScript framework.” Well, if you’re thinking that, I’m here to say “not

Profile Picture of Facundo Corradini
Facundo Corradini
Senior Developer
Machine Learning

What is MLOps? Exploring Best Practices and Differences from DevOps

Machine learning (ML) has evolved from an experimental novelty to a fundamental part of the software landscape. As ML adoption has grown, development and deployment processes have had to adapt—and continue to evolve—to meet the demands of this field. ML models are built at first for experimentation, and as such, typically lack robust infrastructure for large-scale testing and deployment. Instead, teams often rely on numerous […]

Profile Picture of Matheus Jacques
Matheus Jacques
Senior Data Scientist
PHP

Livewire vs Inertia: Which one Should I Choose for Laravel Development?

Laravel is one of the most widely-used PHP frameworks today. A quick Google search will surface a plethora of tools that exist within this framework’s ecosystem, and it’s easy to understand why it’s become a go-to choice for various types of projects. Whether it’s being used to create an API, a command-line tool, or a full-stack app, Laravel enables developers to reliably build robust and […]

Profile Picture of Guilherme Assemany
Guilherme Assemany
Senior Developer
Insights

Six Strategies to Reduce Software & IT Costs in 2025

There’s no denying we’re currently in a tough economic climate. Inflation is currently soaring to the highest levels seen in decades, while high interest rates are leading many businesses to cut spending. Many companies are facing stagnant sales, declining revenue, and higher borrowing costs, leading them to look for ways to reduce costs and generate more revenue. For tech companies, product and engineering departments

Profile Picture of Damien Filiatrault
Damien Filiatrault
Founder & CEO
Machine Learning

Coding with ChatGPT: A Two-Week Review of Daily Programming Tasks

In this article, I’ll walk you there my discoveries and revelations that unfolded during these weeks of coding with ChatGPT. First, we’ll dive deep into the various functions and capabilities I used, such as code analysis and suggestions, code refactoring, debugging assistance, documentation generation, and code reviewing. There, I’ll showcase real-life code examples from my TypeScript, GraphQL, NestJS, and MongoDB projects.

Profile Picture of Eduardo Maciel
Eduardo Maciel
Senior Software Engineer
Node.js

What is Bun? A Fast Runtime Node.js Alternative

The JavaScript ecosystem is dynamic and ever-evolving. JavaScript Developers nowadays must make informed decisions not only of the libraries but of JavaScript runtime as well.

Profile Picture of Matheus Berkenbrock
Matheus Berkenbrock
Senior Full-stack Developer
Front-end

Vue vs React: An In-Depth Comparison of the Most Popular JavaScript Technologies in 2025

React and Vue are two of the most popular frameworks. Learn which one will fit best in your project.

Profile Picture of Rafael Macedo
Rafael Macedo
Senior Developer
Insights

AI Integration for Companies: A Step-by-Step Guide for Business Leaders

We are at the cusp of an AI renaissance. This year, we’ve seen a surge of VC investment into the space: the market value of AI companies has surged $21 billion, and one in five new billion-dollar startups to join the Crunchbase Unicorn Board is developing AI tools. The influx has largely been driven by companies developing generative AI products, with applications ranging from natural […

Profile Picture of Damien Filiatrault
Damien Filiatrault
Founder & CEO
Machine Learning

How Does ChatGPT Actually Work? An ML Engineer Explains

ChatGPT has quickly become a go-to tool in the world of AI since its launch. And it’s easy to see why: ChatGPT can generate cohesive, grammatically correct written content based on prompts, translate text, write code, and perform countless useful tasks for marketers, developers, and data analysts. Don’t feel like reading? We made a video that you can listen to or watch at your leisure. […]

Profile Picture of Calin Cretu
Calin Cretu
Machine Learning Engineer
Python

The Best Python Libraries for Machine Learning and AI: Features & Applications

Python is one of the most powerful and widely used languages in AI and ML development. Its rising popularity in artificial intelligence and machine learning projects is the result of its user-friendly syntax, flexibility, and most importantly, its rich library ecosystem.  Python’s comprehensive libraries streamline tasks from data wrangling to algorithm development. Because ML requires continuous data processing, Python’s library ecosystem enables developers to access,

Profile Picture of Nicolas Azevedo
Nicolas Azevedo
Data Scientist and Machine Learning Engineer
React

Learning Remix: Full-Stack Nextjs Alternative

Many programmers, including myself, have hobbies or side projects that are tech related. Which at least somewhat explains why I decided to spend my recent vacation learning some new tech (but don’t worry, I also spent time doing nothing). After digging into a number of trends, I stopped on a web framework that piqued my interest: Remix. It’s a Next.js alternative that’s curious

Profile Picture of Rafael Goulart
Rafael Goulart
Senior Full-stack Developer
Insights

Should Developers Be Allowed to Use AI in Technical Interviews? [2024 Research]

Many developers are adopting AI tools to enhance productivity and code quality. This shift brings forth challenges in accurately evaluating technical skills.   As interviewers looking to assess which developers are the best fit for a given position, we have an important choice to make:  Should we allow candidates to use AI during their live coding exercises?   We began by discussing the issue internally, and the […

Profile Picture of Damien Filiatrault
Damien Filiatrault
Founder & CEO
DevOps

An Introduction to Serverless Architecture: Benefits and Use Cases for Cloud Applications

Cloud computing has transformed the way we host applications by offering scalable, on-demand services. Serverless architecture, as part of this evolution, allows developers to run code without managing servers. In this guide, we’ll explore the benefits and use cases of serverless, and help you determine when it’s the right choice for your application. We’ll also dive into the history of cloud computing, options from major […]

Profile Picture of Vin Souza
Vin Souza
Senior Developer & DevOps Engineer
Mobile

What is Tamagui? Unifying Cross-Platform UI Development

Creating consistent and performant user interfaces across different devices and platforms has long been challenging in cross-platform app development.

Profile Picture of Mohammed Sohail
Mohammed Sohail
Senior Full-stack Developer
Machine Learning

What is Hugging Face? The ML Platform For Building AI-Powered Apps

Hugging Face stands out as a transformative toolkit in the NLP ecosystem. In this article, we’ll dive into what sets Hugging Face apart, exploring its core features, the diverse tasks it supports, the vibrant community behind it, and a practical example showcasing its user-friendly interface.

Profile Picture of Nicolas Azevedo
Nicolas Azevedo
Data Scientist and Machine Learning Engineer
Front-end

Leveraging Low-Code/No-Code Development: Platforms & Core Concepts for Developers

The rise of low-code and no-code development platforms is making software creation accessible to a broader audience. These platforms are bridging the gap between the high demand for software solutions and the limited supply of skilled developers. In this article, we will explore what low-code and no-code development entail, their benefits, the types of platforms available, as well as best practices for using them effectively. […]

Profile Picture of Rafael Macedo
Rafael Macedo
Senior Developer
Machine Learning

Building a Simple LLM Application with Langchain [Tutorial]

Langchain has rapidly emerged as a game-changer in the development of AI-powered applications. As developers increasingly leverage large language models (LLMs), Langchain simplifies what was once a fragmented and complex process. By offering an open-source orchestration framework, Langchain allows developers to easily integrate LLMs into their projects, bringing a new level of efficiency and flexibility to the table. But Langchain’s relevance goes beyond mere convenience. […]

Profile Picture of Eduardo Maciel
Eduardo Maciel
Senior Software Engineer
Podcast

How to Maximize and Measure Developer Team Productivity

This blog post was inspired by an episode of the Software Engineering Daily podcast featuring Damien Filiatrault, Founder and CEO of Scalable Path. Listen to the episode. Developer productivity is a critical factor in determining the success of any software project. Whether you’re aiming to deliver features faster, reduce technical debt, or improve code quality, understanding how to optimize your team’s efficiency is essential.

Profile Picture of Damien Filiatrault
Damien Filiatrault
Founder & CEO
Machine Learning

A Developer’s Review of 3 Popular AI Agents: ChatDev, SWE-Agent & Devin

Artificial Intelligence has been shaking up nearly every industry, and software development is no exception. Companies are constantly looking to optimize their processes and reduce costs, and this is where the promise of integrating AI into the daily routine of software developers shines the brightest. These tools not only boost developer productivity but also transform what we know about software development and its stages. Imagine […

Profile Picture of Guilherme Assemany
Guilherme Assemany
Senior Developer
Machine Learning

Deep Dive on Devin: The AI Software Engineer

AI, like much of tech, evolves at an exponential pace. Just a few years ago, we saw an explosion of LLM-powered tools that streamlined development tasks.  Innovations like ChatGPT, GitHub Copilot, Cursor, and Tabnine serve as both code auto-completion tools and AI pair programming assistants.   These innovations seemed to mark a turning point. It’s clear now that AI tools and technology are here to stay, […]

Profile Picture of Guilherme Assemany
Guilherme Assemany
Senior Developer
React

Mastering React 19: Exploring the Latest Features of the New React Version

React 18 was a major milestone in the framework’s journey, primarily because of the introduction of an interruptible, cancelable, concurrent rendering engine. This feature improved UI rendering, improved the interactions with Server Side React (SSR), and paved the way for many new features to be built upon React’s shiny new innards.  React 19 fulfilled the promise set by React 18 by leveraging its interruptible

Profile Picture of Will Eizlini
Will Eizlini
Full-stack Developer
React

Mastering React 19 Part 2: Server Components & Server Actions [Tutorial]

React 19 was a major milestone in the framework’s evolution. Two of the biggest achievements were the release of Server Components and Server Actions, the server-side aspect of React 19’s full-stack vision. It’s no exaggeration to say these features are a colossal game changer in how React developers will create full-stack code. If you haven’t yet familiarized yourself with the client-side changes introduced in React […]

Profile Picture of Will Eizlini
Will Eizlini
Full-stack Developer
React Native

Mastering React Native Paper: A Practical Guide

Getting into React Native app development? Then buckle up, because crafting a slick, consistent UI can feel like a wild ride!  One minute, you are tweaking styles, and the next, you’re drowning in component props. But hey, don’t panic. The React Native ecosystem has your back with libraries like React Native Paper, which packs a full set of Material Design awesomeness to keep your

Profile Picture of Farhan Babar
Farhan Babar
Senior React Native Developer
Podcast

Zero-Click Shopping Is Coming: Ascend AI on Agentic Commerce, AEO/GEO, and the New “Feeds War”

What happens when the internet stops being a place humans browse, and becomes a place models negotiate on our behalf? In this Commit & Push episode, host Damien Filiatrault sits down with Kevin Williams, founder of Ascend AI (Ascend Labs), to unpack what “agentic commerce” actually means in practice: from LLM-driven product discovery today, to automated purchasing tomorrow, and the messy standards battle forming underneath […]

Profile Picture of Scalable Path
Scalable Path
Editorial Team
Orange cartoon robot representing an AI agent, in front of a blue background with binary code
Machine Learning

10 AI Developer Tools To Improve Teams’ Efficiency in 2026

Somewhere between the hype and reality, AI has quietly become part of everyday software development. It’s not science fiction anymore. It’s autocomplete that understands context, code reviews that write themselves, and prototypes that spin up from a one-line description. For engineering leaders, this isn’t a novelty.  It changes how teams deliver with faster releases, fewer repetitive tasks, and a new kind of collaboration between

Profile Picture of Guilherme Assemany
Guilherme Assemany
Senior Developer
Project Management

Managing Technical Debt: Approaches and Perspectives

Technical debt is a term many development teams know well. While often seen as a negative, it can also reflect your team’s ability to deliver quickly and innovate—prioritizing progress over perfection. In some cases, it’s a necessary trade-off for hitting critical deadlines or staying competitive in fast-moving markets. However, when left unmanaged, technical debt can slow progress, degrade software performance, and introduce security risks. The […

Profile Picture of Damien Filiatrault
Damien Filiatrault
Founder & CEO
UI/UX Design

What are Dark Patterns? Examples of Deceptive Design in UX

If you work in tech, you’ve likely heard of dark patterns. If you haven’t, you have almost certainly encountered them; maybe you’ve even unknowingly designed one. A dark pattern is an intentional design choice that manipulates or misleads users. Businesses use them to boost key business metrics, like revenue or user growth. And they almost always come at the expense of the user.

Profile Picture of Brigitte Dreger
Brigitte Dreger
Marketing Lead
Hiring

The Cost of Hiring Pre-Vetted LatAm Developers in 2026

Learn about the cost of hiring software developers from Latin America compared to other global markets.

Profile Picture of Damien Filiatrault
Damien Filiatrault
Founder & CEO
Hiring

The Staff Augmentation Model: Build High-Performing Teams & Reduce Costs

Companies are now prioritizing cost-efficiency and agility as their top business objectives to stay ahead of constantly evolving requirements and maintain a competitive edge. For many, staff augmentation services may be a solution to help meet these goals.

Profile Picture of Trevor Wencl
Trevor Wencl
Software Architect
Podcast

Infrastructure Automation That Behaves Like Reality: System Initiative’s “Digital Twin” Approach to DevOps (and Agents)

What if the reason infrastructure automation feels brittle isn’t because teams are doing it wrong, but because the underlying assumptions are wrong? In this Commit & Push episode, host Damien Filiatrault talks with Brit Myers, VP of Engineering at System Initiative, about why the Terraform/GitOps era hit a ceiling, and what an “AI-native” platform looks like when you rebuild infrastructure automation around collaboration, simulations, and […]

Profile Picture of Scalable Path
Scalable Path
Editorial Team
AI

Google Antigravity Review: DeepMind’s Agent-First Bet on Faster, Safer Software Development

Antigravity is Google DeepMind’s push toward an agent-first way of building software. Instead of treating AI like a smarter autocomplete, it treats AI like a capable collaborator that can take on real tasks, run with them, and come back with something you can review. What sets Antigravity apart is how it brings three surfaces into one workflow: a familiar editor for hands-on control, an Agent […]

Profile Picture of Guilherme Assemany
Guilherme Assemany
Senior Developer
Podcast

Building Smarter Dev Environments for Humans and AI: The New Era of Software Productivity

What actually breaks AI agents in real teams, and how to fix it? In this Commit & Push episode, host Damien Filiatrault sits down with Rob Whiteley, CEO of Coder, to unpack a hard-earned lesson from the front lines of agentic development: most agents don’t fail because the models are weak, they fail because they’re dropped into environments with no context, no tools, and no

Profile Picture of Scalable Path
Scalable Path
Editorial Team
Illustration showing specs transforming into code
Machine Learning

Spec-Driven Development Tutorial using GitHub Spec Kit

In our main article on Spec-Driven Development (SDD), we explored the idea of beginning every AI-assisted project with clearly defined requirements, not jumping right into code. This companion piece takes that idea from theory to practice. Here, we’ll walk through the complete workflow, from the first line of a specification to long-term maintenance, using a real-world example. If you want to see how to bring […]

Profile Picture of Guilherme Assemany
Guilherme Assemany
Senior Developer
Podcast

Beyond the Happy Path: Josh Clark & Veronika Kindred on “Sentient Design”

What happens when a 30-year UX veteran teams up with a Gen Z designer to rethink interfaces in the age of AI? In this Commit & Push episode, host Damien Filiatrault talks with Josh Clark and Veronika Kindred of Big Medium about their forthcoming book, Sentient Design—a framework for building adaptive, mindful interfaces that collaborate with users instead of dictating to them. Listen to the […]

Profile Picture of Scalable Path
Scalable Path
Editorial Team
Podcast

Clean Specs Beat New Standards: Iddo Gino on APIs, MCPs, and Smarter AI

In this Commit & Push episode, host Damien Filiatrault sits down with Iddo Gino, founder of RapidAPI (acquired by Nokia) and now CEO of Datawizz, to talk about the real blockers to AI integrations, why he’s skeptical of MCPs, and how smaller, specialized models can slash AI costs while improving results. Listen to the episode: As a teen in Israel, Iddo learned by building: Flash […]

Profile Picture of Scalable Path
Scalable Path
Editorial Team
Illustration representing spec-driven development process, from specification to code.
Machine Learning

Beyond Vibe-Coding: A Practical Guide to Spec-Driven Development

AI has transformed how fast teams can build software, but not how easily they can build the right software. Too often, speed comes through what’s now called vibe-coding: describing an idea in tweet-sized sentences, letting the AI write the code, and fixing things as they break. It feels fast until the system starts to wobble under its own shortcuts. The gap between “done” and “done […]

Profile Picture of Guilherme Assemany
Guilherme Assemany
Senior Developer
A developer at a desk taking a technical interview
For Freelancers

How to Prepare for a Technical Interview

Whether you have an opportunity lined up or are merely considering a career change, you’ll need to know how to properly prepare for technical interviews. Not only are you competing against the test, but also the other applicants who are taking it, so it is essential to stand out and perform

Profile Picture of Kevin Dawe
Kevin Dawe
Product Owner
A computer in a desktop with a remote team connected in a video call
Project Management

Distributed Agile Teams: Management Methodology, Roles and Tools

As more tech companies embrace remote and hybrid work options, new challenges emerge for managers who want to build culture and cohesion among remote software development teams. In this guide, we explore the foundational aspects that successfully drive remote teams.

Profile Picture of Damien Filiatrault
Damien Filiatrault
Founder & CEO
Number 1 product owner badge
Project Management

3 Skills to Become a Great Product Owner [Role and Responsibilities]

Product Owners are one of the most important roles in a product team. The Product Owner represents the business, customers, and/or users, and guides the team toward building the right product (not just any product).   In order to be an effective Product Owner, you first and foremost must be willing to put in the time to do the job well. Beyond that, learning how to […

Profile Picture of Veronica Arreche
Veronica Arreche
Director of Operations & Head of Talent
People creating tasks using Scrum methodology
Project Management

An Introduction to Scrum: Roles, Ceremonies, and Processes for Agile Teams

Scrum is perfect for small, remote teams working on complex software products. But its rapid rise in popularity has meant that Agile Project Management with Scrum is often not fully understood, even by those who have been exposed to it. In this series, I hope to clear up some of the confusion around terminology, while providing a clear framework on how we implement Scrum across […

Profile Picture of Damien Filiatrault
Damien Filiatrault
Founder & CEO
PHP and GraphQL logos
PHP

GraphQL Tutorial: How to Build a PHP App

Have you heard about GraphQL? Facebook open-sourced it in 2015 and I believe it is a much better way to establish contracts between a client and a server than REST. If, like me, you are always searching for the easiest way to develop and maintain code, this GraphQL Tutorial is for you. In this article we will: It’s worth noting that both the code and […]

Profile Picture of Damien Filiatrault
Damien Filiatrault
Founder & CEO
Two women next to a giant SPA letters
Front-end

What Is a Single-Page Application (SPA)? Pros & Cons With Examples

Selecting the correct technology stack can make or break a project. Sometimes, the desire to use the next ‘hot’ technology leads stakeholders (both technical and non-technical) to make unwise decisions in this department. Twitter is a high profile example of this phenomenon. In 2010, the social giant shipped a new Single-page Application (SPA) architecture that pushed all the UI rendering and logic to client-side JavaScript. This […]

Profile Picture of Rafael Carvalho
Rafael Carvalho
Senior Developer
Android app with a button of the bottom of the screen
Android

Android Tutorial: Creating Buttons That Appear Conditionally on Scroll

Imagine you’re scrolling down a very long screen (this is a common situation with Privacy Policies). As you scroll down the ‘Accept’ button scrolls off the screen. This is a short but helpful Android Tutorial for fixing this UX problem. I will show you how to place the button in an alternative position: the bottom of the screen. When the original button reappears, the button at the bottom […

Profile Picture of Aris Papadopoulo
Aris Papadopoulo
Android Software Engineer
Team onboarding new remote developer
Project Management

A 5-Phase Comprehensive Checklist for Onboarding Developers

A smooth onboarding program can improve your freelancer’s performance and job satisfaction. Learn more in our

Profile Picture of Veronica Arreche
Veronica Arreche
Director of Operations & Head of Talent
A line of boxes integrating more components in each box
Quality Assurance

How to Develop and Test Software with Continuous Integration (CI)

Have you ever experienced the frustration of cloning a repository and encountering a litany of errors, from missing files to compiler warnings? Working on a new project is already challenging enough, with new tools, code, and logic to learn, and adding a broken build on top of that only creates further complexity for newcomers. Thankfully, there are several solutions to address this issue, ranging from […

Profile Picture of Andres Canal
Andres Canal
Senior Full-stack Mobile Developer
Docker logo illustration with Windows logo in one of the containers
DevOps

Building an ASP.NET Core Application with Docker [Devops Tutorial]

Applications are being built, shipped and updated at an increasingly fast pace. This trend has generated interest in solutions that will help facilitate this complex process. The result is a flood of new methodologies and tools for DevOps engineers. In this article, I will focus on one of these tools: Docker. More specifically, Docker on Windows, along with a sample application in ASP.NET. The AWS site […]

Profile Picture of Rafael Carvalho
Rafael Carvalho
Senior Developer
Chef automation and Symfony logo illustration
PHP

Chef Automation for the Symfony Developer

Chef has been popularized by big companies such as Facebook and Airbnb, but you don’t need to be a Fortune 500 company to benefit from it. In fact, you can easily start with just a few servers and use the free version of Chef.

Profile Picture of Carlos Mafla
Carlos Mafla
Senior Tech Lead and DevOps Engineer
Docker logo illustration with Linux logo in one of the containers
DevOps

How to Build a Python Flask API App Using Docker on Linux

Docker has become a darling of the DevOps community because it enables true independence between applications, environments, infrastructure, and developers. The tool, first released in 2013, was initially developed for Linux, but is now fully supported on macOS and Windows, as well as all major cloud service providers (including AWS, Azure and Google Cloud). In this article, I’ll focus on two of these tools: Docker […]

Profile Picture of Jakub Musko
Jakub Musko
Senior Software Engineer
A desk with a laptop computer and frontend technologies logos
Front-end

Developing a Micro Front-end Application using React [Tutorial]

Micro frontends first came to light in 2016 as front-end architecture similar to and loosely based on microservices. The architecture was developed in response to common issues with building a growing single-page application, like poor scalability, maintainability and developer experience. Since, they’ve continued to evolve, allowing teams to build robust, feature-rich applications with more flexibility, accessibility and speed. In this article, I’ll unpack the theory […]

Profile Picture of Leo Cristofani
Leo Cristofani
Senior Developer
Diagram of dependencies in an application
iOS

Dependency Managers: CocoaPods, Carthage and Swift Package Manager

These days, developers that write all their own code are rare, and with good reason. Why reinvent the wheel when you can find well written, and well supported, third-party libraries that will help build products faster? Inserting other people’s code into your project does throw up some issues, including the need to effectively manage all of these various libraries. A role commonly filled by dependency managers. […]

Profile Picture of Andres Canal
Andres Canal
Senior Full-stack Mobile Developer
An illustration of a blockchain sequence
Back-end

The Benefits of Using Blockchain Technology

Blockchain technology has been in the news a lot this past year, with the tech press eager to explain how it’s the ‘real innovation’ behind Bitcoin. This revelation won’t come as a surprise to anyone who has been following the money, though. The litmus test for any upcoming technology is to look at the private equity flowing into it, and VC investment has been

Profile Picture of Marcelo Creimer
Marcelo Creimer
Senior Developer
Mobile phone with an UIKIT Custom View example
iOS

Creating iOS Custom Views in UIKit

I first started working with iOS fresh out of university. Working with an unfamiliar platform and programming language was challenging. What really made me nervous, was the designs coming from the creative team. I know a great design can breathe new life into a website, but unique high concept designs often require the creation of iOS custom views in UIKit. As a new developer (that […]

Profile Picture of Andres Canal
Andres Canal
Senior Full-stack Mobile Developer
A woman next to a Kanban board
Project Management

Kanban or Scrum for Continuous Deployment? A Side-by-side Comparison

Over the years, software teams have had to learn how to evolve with their changing industry, not only with emerging architectures, technologies, and frameworks but with newer approaches to development altogether, like Continuous Deployment. In this agile movement that we find ourselves in, the ultimate goal is to minimize the time between the moment we take on a task and the time we release it […

Profile Picture of Veronica Arreche
Veronica Arreche
Director of Operations & Head of Talent
Two developers next to giant PWA letters
JavaScript

Benefits of Progressive Web Applications (PWA) [Advantages & Disadvantages]

A few years ago in the JavaScript ecosystem, the concept of Progressive Web Applications (PWAs) was born. This new development allowed the web to do things that were previously limited to native apps, like working offline, sending push notifications, or being installed to the home screen. These advances have simplified the process of cross-platform development while still allowing for the production of robust apps. In […]

Profile Picture of Aleix Suau
Aleix Suau
Senior Developer
UI and UX text on iceberg in water
UI/UX Design

UI vs UX: Similarities, Differences, and When to Hire a Hybrid UI/UX Designer

Throughout my career working as a UI/UX designer, it has been a challenge to explain my profession to non-tech people. My reasoning for this is two-fold. For one, it can be difficult to explain because there is a common misconception that software is only made by engineers, and so, the role of a designer is relegated to digital marketing and aesthetics.  The second reason is […]

Profile Picture of Felipe Lebrun
Felipe Lebrun
Senior UI/UX and Product Designer
A blue and black ladybug on a mobile phone
iOS

A Practical Guide for iOS App Testing [with Code Examples]

Project managers have always had a complicated relationship with testing. In the early days, it was considered a necessary evil that slowed the release process – but saved money in the long term. Technology has moved on since those days so, in the age of mobile development, is testing (and in particular unit testing) still the universal panacea it once was? It’s not just managers

Profile Picture of Andres Canal
Andres Canal
Senior Full-stack Mobile Developer
A laptop with a file cabinet on the screen with documentation on it.
Project Management

How to Create and Maintain Technical Documentation for Small to Complex Projects

There are many types of documentation in the software world. Of these, technical documentation is one of the most frequently neglected.

Profile Picture of Trevor Wencl
Trevor Wencl
Software Architect
Two developers adding components to an Android app in a giant mobile phone
Android

A Guide to Choosing the Best Android App Architecture

One of the most important things to focus on before building a mobile application is what architecture you will use. Given the options available in 2021, how do you choose the right one for your Android project?

Profile Picture of Abdurahman Adilovic
Abdurahman Adilovic
Senior Mobile Developer
A woman sitting on the floor with a computer next to a giant dollar sign and coins
For Freelancers

How to Set Your Hourly Rate as a Remote Freelance Developer

Knowing how much to charge can be a challenge for freelancers, especially if you are new to the industry. In this guide, we share how to work out an ideal rate that reflects your experience and skill level for new clients.

Profile Picture of Damien Filiatrault
Damien Filiatrault
Founder & CEO
Project Management

The Ultimate Guide for Building a Minimum Viable Product (MVP) [Step-by-step]

Entrepreneurs have long been familiar with the idea of a Minimum Viable Product (MVP). The idea, introduced by Eric Ries in his famous book The Lean Startup, provides a scientific approach to building a working product with the most important features to launch something in a market.  The idea is most commonly thought of in the context of an idea-stage startup, where founders can validate […]

Profile Picture of Trevor Wencl
Trevor Wencl
Software Architect
A 3D database on a floor of circuits
Back-end

When to Use NoSQL vs SQL: The Ultimate Guide for Choosing a Database

Choosing between a SQL vs NoSQL database is now an important technological decision for app developers, and recognizing when to use one over the other is an important skill to have. Beyond that, the choice of which type of database to use can determine whether a project will run smoothly or experience technical difficulties as it grows. Understanding the technical principles behind the two classes of databases and what sets them apart will help inform our future decisions.

Profile Picture of John Kapantzakis
John Kapantzakis
Senior Developer
Woman sitting at a desk interviewing a remote developer with other profiles floating around
Hiring

Key Steps to Include in Your Interviews When Hiring Developers

Using our three-step interview process as a guide, learn how to make interviews smoother and more effective.

Profile Picture of Veronica Arreche
Veronica Arreche
Director of Operations & Head of Talent
Trees, windmills, and solar panels depicting a green environment
Insights

Becoming a Carbon-Neutral Company and Fighting Climate Change

Since 2021, Scalable Path has been carbon-neutral company. You can read more about why we chose fight climate change and how you can, too.

Profile Picture of Damien Filiatrault
Damien Filiatrault
Founder & CEO
A laptop with charts, graphs and analysis of data
Data Science

What is Exploratory Data Analysis? Steps & Examples

One of the most important things you can do when approaching a data science project is really understand the dataset you’re working with as a first step. Without a proper data exploration process in place, it becomes much more challenging to identify critical issues or successfully carry out a deeper analysis of the dataset. Exploratory Data Analysis (EDA) in Data Science is a step in

Profile Picture of Nicolas Azevedo
Nicolas Azevedo
Data Scientist and Machine Learning Engineer
A woman with a magnifying glass looking at software developers profiles
Hiring

A 3-Step-Guide on How to Hire a Software Developer

In this guide, learn how to define your role, where to look, and how to attract and evaluate top candidates.

Profile Picture of Osiris Villa
Osiris Villa
Head of Talent & QA
A man pointing a screen with a different profiles and a candidate search on it
Hiring

A Guide to Writing Job Descriptions to Attract Remote Developers

Improve the quality of candidates applying for your role with these tips on crafting a stand-out job description.

Profile Picture of Veronica Arreche
Veronica Arreche
Director of Operations & Head of Talent
A 3D Python logo on a floor of circuits
Python

The Reasons for Python’s Popularity in 2025

Aside from being a top 25 US-based Unicorn, what do Instacart, Doordash, Airbnb, and SpaceX all have in common? They use Python. Far-reaching versatility has been a long-time factor in the language’s popularity, but what really what makes Python such a valuable development tool? Read more about Python and why it continues to trend upwards, taking place as the most popular programming language of the year.

Profile Picture of Matheus Jacques
Matheus Jacques
Senior Data Scientist
Workflow of a remote team with video calls, code, diagrams and conversations
Hiring

How Leaders Can Embrace Remote Work Culture in 2025

Working remotely is on the rise not just because it’s more cost-effective, but because of its clear benefits to productivity and increased access to talent. The leap from in-house to a remote workforce can be unnerving for many, but embracing a few key ideas can smooth the transition.

Profile Picture of Damien Filiatrault
Damien Filiatrault
Founder & CEO
Svelte logo next to a woman sitting on the floor with a computer
JavaScript

What is Svelte? And How it Impacts JavaScript

In an era where everyone is looking at performance, accessibility, and developer experience, there’s a new contender in the JavaScript ecosystem that promises to deliver all of these through a radical new approach to building apps: Svelte.

Profile Picture of Facundo Corradini
Facundo Corradini
Senior Developer
Three developers next to the numbers zero and one
Hiring

Good vs Great Programmers: 7 Qualities That Make the Difference

Learn 7 qualities that set the best programmers apart from the crowd and how to evaluate candidates for these skills.

Profile Picture of Damien Filiatrault
Damien Filiatrault
Founder & CEO
Three developers talking in front of a coffee machine with a Java logo in a frame behind
Java

Is Java Still Used and Relevant in 2025?

Java has been kicking it for over 20 years in the world of web development, but what is its current popularity status amidst the rise of dynamic languages? Full-stack developer Nicolae tackles this question by explaining how Java is architecturally inclined toward scalability and isn’t going away anytime soon.

Profile Picture of Nicolae Caprarescu
Nicolae Caprarescu
Senior Developer
Tailwind logo in the clouds next to a plane
Front-end

Is Tailwind CSS the Future of CSS Frameworks?

There is a divide among the front-end community right now when it comes to Tailwind CSS. From people madly in love with it claiming that “it fixes CSS” to those who discard it as “just abstracted inline styles”, It would seem that no month can go by on Tech Twitter without a flame war about Tailwind. This article goes beyond the arguments of the framework itself and unpacks the deeper conversations at the heart of the debate.

Profile Picture of Facundo Corradini
Facundo Corradini
Senior Developer
Man and woman in front of a mobile phone, between two frames with Kotlin and Java logo
Android

Five Features That Make Kotlin a Better Language Than Java [From a Java Developer]

Kotlin is hot right now, but is all the hype justified? We asked mobile expert Abdu Adilovic to see how it measured up against the ever-popular Java. Here are some of the issues he finds with Java and how Kotlin offers solutions to all of them.

Profile Picture of Abdurahman Adilovic
Abdurahman Adilovic
Senior Mobile Developer
Working Desk with 3D windows with different graphs, code and .NET tools
.NET

Technologies and Tools for .NET Developers

.NET has become the framework of choice for millions of developers around the world, equipping them to create solid applications for any platform, and Microsoft has done an impressive job making top-notch tools to support them.

Profile Picture of Leniel Maccaferri
Leniel Maccaferri
Senior Full-stack .NET Developer
Person next to a laptop, databases and Node.js logo
Node.js

12 Reasons to Choose Node.js for Your Next Software Project

Node.js has been a popular choice for both startups and well-known giants such as NetFlix, Medium, GoDaddy and LinkedIn. Here’s so many continue to choose this tool for their back-end.

Profile Picture of Will Eizlini
Will Eizlini
Full-stack Developer
Two developers next to the Laravel 11 logo
PHP

Laravel 11: An In-Depth Review of The Leading PHP Framework

Laravel is an open-source PHP web application framework that provides a structure and starting point for building both simple and complex web apps. Learn everything you need to know about the framework’s latest updates and upgrading your app to Laravel 9.

Profile Picture of Guilherme Assemany
Guilherme Assemany
Senior Developer
Robot running tests on laptop next to TDD letters
Quality Assurance

Getting Started with Test-Driven Development [and Key Benefits]

Test-Driven Development: should you try it? Michel Sabchuk shares why he loves this process, the benefits that TDD can provide and how to implement it on your next project.

Profile Picture of Michel Sabchuk
Michel Sabchuk
Senior Full-stack Python Developer