Deploy Node/Express backend to AWS EC2In this guide, I’ll walk you through the process of deploying a Node.js backend with Express on an AWS EC2 instance. This backend allows…Apr 17Apr 17
Synchronize 2 databases in postgresql bidirectionallyThere are several synchronization options, the “challenge” appears when it must be bidirectional synchronization, that is, changes in the…Nov 28, 2023Nov 28, 2023
Build an environment to work with Laravel using DockerLaravel is widely recognized as the best PHP framework and in this post I will show you how you can set up a development environment for…May 15, 2023May 15, 2023
How to document a Node.js API with SwaggerSwagger is an open-source software framework that helps developers design, build, document, and consume RESTful web services. It provides a…May 12, 2023May 12, 2023
Edit and Organize Your Commits with Git Interactive RebaseGit rebase interactive is a tool that allows you to edit and rebase commits in your Git history in an interactive way…May 6, 2023May 6, 2023
Git Rebase: Solving Problems and Streamlining WorkflowsGit rebase streamlines workflows and solves branch problems. In this article, we’ll cover its basics and how to use it effectively for a…Mar 25, 2023Mar 25, 2023
Delete all branches except main / masterDeleting all branches of a Git project can be a useful task when you want to simplify the history of a project or when you need to maintain…Mar 11, 2023Mar 11, 2023
Easy blog using EleventyI like the idea of using static sites for personal blogs or sites that don’t require frequent updates or a large team to manage content…Mar 6, 2023Mar 6, 2023
VScode everywhereHow to use full vscode from anywhere? the first answer would be https://vscode.dev/, but it is not “complete”. The option to have a full…Feb 8, 2023Feb 8, 2023
BeEF!: take browser controlThis is why you should never click on an unknown linkDec 24, 2022Dec 24, 2022