|
You are here |
experimentalworks.net | ||
| | | | |
blog.kellybrazil.com
|
|
| | | | | In this article I give a quick snapshot of what it's like to work with JSON in various traditional and next generation shells. Traditional shells like Bash and Windows Command Prompt (cmd.exe) don't have built-in JSON support and require 3rd party utilities. Newer shells like NGS, Nushell, Oil, Elvish, Murex, and PowerShell have JSON serialization/deserialization and filtering capabilities built-in for a cleaner experience. The post Working with JSON in Various Shells appeared first on Brazil's Blog.... | |
| | | | |
www.joshstaiger.org
|
|
| | | | | What is the difference between .bash_profile and .bashrc? An explaination of why each exists, and when to use one or the other. | |
| | | | |
github.com
|
|
| | | | | Gradle tab completion for bash and zsh. Contribute to gradle/gradle-completion development by creating an account on GitHub. | |
| | | | |
blog.martinig.ch
|
|
| | | Architecture is an important asset for good programming and the notion of "pattern" is here to help us apply already trusted code architecture solutions to common problems. Jason McDonald has done a wonderful job to group some of them in a document that should be useful to most software developers. Go to his blog to | ||