sql optimizations

1. Chopping up a query Way how to slice up a query is to divide and conquer, keeping it essentially the same but running it in smaller “chunks” that affect …

italic in tmux

1. Check if italic font is supported 2. Create screen-256color.terminfo 3. Execute the command 4. Add the following lines to .vimrc: 5. Add the following line to .tmux.conf: 6. Add to ~/.zshrc …

GraphQL server in 3 min

index.js save and then now open in your browser http://localhost:4000 and insert this object as query result: DONE! 🙂

fd: simple, fast and user-friendly alternative to find

fd is a simple, fast and user-friendly alternative to find Features Convenient syntax: fd PATTERN instead of find -iname ‚*PATTERN*‘. Colorized terminal output (similar to ls). It’s fast (see benchmarks below). Smart case: the search is case-insensitive by default. It …