Free Source Codes, Guides & Tutorials
Find the 5 lines of source code necessary to implement your innovative software solutions or fix your debug endeavours. This website is a library of free source codes that offers a collection of snippets and tutorials to get things running now!

Our Library of Free Source Codes
Discover here some of our recent tutorials and free source code as published by re:Software S.L. Join this platform as we thrive forward sharing the most popular pieces of software out there, also the ones written by you.
Imagine a digital haven for developers, a universe where innovation and collaboration flourish—an extensive library of free source codes, guides, and tutorials that serves as a boundless resource for the global developer community.
Guides and tutorials within the library serve as invaluable companions, offering step-by-step instructions and real-world examples that demystify complex concepts. Beginners find a welcoming entry point into the world of coding, while experienced developers discover innovative solutions and best practices that elevate their projects. The collaborative spirit of this community-driven initiative fosters an environment where learning is continuous and barriers to entry are dismantled.
Ultimately, our library shall become a cornerstone of a developer’s toolkit—a dynamic resource that not only teaches technical skills but also nurtures a sense of community. As the digital landscape continues to evolve, this platform stands as a beacon of collaboration and knowledge-sharing, propelling the global developer community toward new heights of creativity and innovation.
-
This free source code snippet is very simple and uses the WordPress rest_authentication_errors filter to completely disable the WordPress REST API. What happens here is simply that any request to the REST API, will be responded with a rest_disabled error.… Read more
#
-
If you are using WordPress and have tried to upload SVG files, you probably found out that it is not allowed by default. This free source code snippet provides a solution to allow SVG Images Upload with WordPress. This source… Read more
-
Welcome dear reader- if you just signed up for a VPS plan, you are probably looking for a way to install WordPress on the operating system. Some infrastructure providers may provide with WordPress Installers that you can use from inside… Read more
#
-
Welcome dear reader, today you will learn how you can create an interactive frontend and add Alpine.js to a Laravel project. At re:Software S.L., we create innovative solutions for businesses that aim to digitize their processes and routines, and this… Read more
-
Have you ever tried to manage files and folders using PHP? The programming language offers various features to manipulate the filesystem. Finding its roots back in the C programming language, the method to open-, read- and write to files are… Read more
#
-
Have you ever tried to change the WordPress Site URL using your MySQL command line, or using PHP code? This is what this guide is about. After going through the steps of this guide, you will be able to change… Read more
-
To spare yourself the headaches related to the building and linking processes of compilation, I’d like to introduce the concept of a Makefile for C++. These files serve as a ruleset to execute complex compilation tasks and linking with dependencies.… Read more
-
Have you ever tried to use a JSON API with Axios is a Javascript library that offers features to execute HTTP requests using a promise-based architecture. Most prominent HTTP requests are GET, POST and PUT, and we have seen in… Read more
-
We like to call Laravel a “progressive” framework. By that, we mean that it grows with you when building SaaS with Laravel. If you’re just taking your first steps into web development, its vast library of documentation, guides, and video tutorials will… Read more
#
-
cURL is a command line interface tool (for Linux) that allows you to request and transfer data over a URL under different protocols. It is flexible and gives you the control of URLs in your terminal. Finally, executing cURL on… Read more
#
