Skip to main content

Tools

SQL Cheat Sheet

··9 mins
Preface # SQL stands for Structured Query Language. It’s a powerful and widely-used language specifically designed for managing data stored in relational databases.

Git Cheatsheet

··11 mins
In today’s collaborative development world (as of 2024), version control is crucial for managing code effectively. Git, a distributed version control system (DVCS), has become the industry standard for developers of all backgrounds.

How to bypass Git Hooks

·2 mins
git push --no-verify is a command used to push your local changes to a remote repository without running pre-commit hooks or pre-push hooks. Pre-commit hooks and pre-push hooks are scripts that run before a commit or a push, and they are used to perform automated tests, code quality checks, or other actions that help ensure the quality and correctness of your code. You can use husky or pre-commit if you need extra features or just production ready tools.

Breaking the Barrier

·2 mins
Breaking news! Barrier is abondoned and no longer maintained. The last release was in 2022. I’m back to Synergy 3, which works as expected now, tested on a multiarch configuration with macos/windows/RPi. Barrier is an open-source KVM (Keyboard, Video, Mouse) software that allows users to share their keyboard and mouse across multiple computers. This allows users to move their cursor and type on one computer while the keyboard and mouse inputs are sent to another computer.