Posts

Kehet
Linux
Unix shell script tactics - best practices style guide
https://github.com/SixArm/unix-shell-script-tactics
This Unix shell script style guide helps us write better Unix shell script code for speed, security, stability, and portability.
This guide is by SixArm.com, a software consultancy. Our customers use shell scripts within a wide variety of Unix shells, so we aim for POSIX for simple scripts.

Kehet
Linux
Glances
https://nicolargo.github.io/glances/
Glances is a cross-platform system monitoring tool written in Python.

Kehet
3D Printing
FluidNC
http://wiki.fluidnc.com/
FluidNC is a CNC firmware optimized for the ESP32 controller. It is the next generation of firmware from the creators of Grbl_ESP32. It includes a web based UI and the flexibility to operate to a wide variety of machine types. This includes the ability to control machines with multiple tool types such as laser+spindle or a tool changer.

Kehet
Linux
GoAccess
https://goaccess.io/
GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser.
Kehet
Linux
GNU Stow
https://www.gnu.org/software/stow/
GNU Stow is a symlink farm manager which takes distinct packages of software and/or data located in separate directories on the filesystem, and makes them appear to be installed in the same place. For example, /usr/local/bin could contain symlinks to files within /usr/local/stow/emacs/bin, /usr/local/stow/perl/bin etc., and likewise recursively for any other subdirectories such as .../share, .../man, and so on.
This is particularly useful for keeping track of system-wide and per-user installations of software built from source, but can also facilitate a more controlled approach to management of configuration files in the user's home directory, especially when coupled with version control systems.
Stow is implemented as a combination of a Perl script providing a CLI interface, and a backend Perl module which does most of the work. Stow is Free Software, licensed under the GNU General Public License.

Kehet
Other
Generate Color Palettes
https://github.com/majamin/color-palette-generator
Generate images of color palettes from HEX values

Kehet
Development
localstack
https://github.com/localstack/localstack
đź’» A fully functional local AWS cloud stack. Develop and test your cloud & Serverless apps offline

Kehet
Development
Tailwind Generator
https://tailwind-generator.com/generators
Generate all kind of components and export the source code.

Kehet
Development
shadcn/ui
https://ui.shadcn.com/
beautifully designed components that you can copy and paste into your apps.

Kehet
Development
Biome
https://biomejs.dev/
Biome is a fast formatter for JavaScript, TypeScript, JSX, TSX and JSON that scores 97% compatibility with Prettier, saving CI and developer time.
Biome can even format malformed code as you write it in your favorite editor.

Kehet
3D Printing
Logo Aceternity UI
https://ui.aceternity.com/
Copy paste the most trending components and use them in your websites without having to worry about styling and animations.

Kehet
Development
Tabiew
https://github.com/shshemi/tabiew
Tabiew is a lightweight, terminal-based application to view and query delimiter separated value formatted documents, such as CSV or TSV files.

Kehet
Development
refactoring.guru
https://refactoring.guru/
Refactoring.Guru makes it easy for you to discover everything you need to know about refactoring, design patterns, SOLID principles, and other smart programming topics.
This site shows you the big picture, how all these subjects intersect, work together, and are still relevant. I don’t pretend to be the inventor of these concepts—most of them were invented by others during the past 20 years. But I think that the connection between refactoring, patterns and general programming principles still remains a mystery for the majority of programmers. This is the problem I would like to solve here.