Best of Bash — 2023
- 1
- 2
This is Learning·3y
Autocomplete and Artificial Intelligence in your Terminal
Autocomplete and Artificial Intelligence in your Terminal is a simple autocomplete. It's what I use 90% of the time, even if I'm not a video guy. If you want to see a showcase of some of the major features, as usual, I recorded a video and you can find it on YouTube.
- 3
- 4
- 5
- 6
- 7
- 8
habr·3y
Let's kill all frameworks at once
The general trend of technology development is characterized by surges and declines, says John Sutter. Sutter: We are entering an era where framework and Electron technologies may be eclipsed by generative AI. He says.NET is becoming an open platform with all source code available on GitHub.NET.
- 9
- 10
freeCodeCamp·3y
Use Bash Scripting to Enhance Your Productivity
Use Bash Scripting to Enhance Your Productivity Bash scripting is an essential skill for any developer, system administrator, or power user who wants to automate repetitive tasks and make their workflow more efficient. The course is perfect for beginners who are new to bash scripting or want to refresh their knowledge.
- 11
It's Foss·3y
Bash Scripting Tutorial for Beginners
Bash Scripting Tutorial for Beginners Shell is the core part of Linux. It allows you to interact with the Linux kernel by using various commands like cd, ls, cat etc. You can enter the commands directly in the terminal and they will be executed. You can also use it to automate some common, repetitive tasks.
- 12
Community Picks·3y
Automate Your Git Workflow with this Simple Bash Script
This script aims to automate three core git actions: Switching to the branch you specify. Committing changes with a message you provide and pushing to the specified branch. The magic gives us the count of arguments you've passed in. If it's not two, the script will remind you how to use it.
- 13
Linux Handbook·3y
Enable Syntax Highlighting in Zsh
Learn how to enable syntax highlighting in Zsh using either a syntax highlighting extension or the Oh My Zsh plugin. The tutorial provides step-by-step instructions for both methods, along with before and after examples. It also mentions the option to add additional plugins and themes to customize your Zsh configuration.
- 14
- 15
- 16
- 17
- 18
Beyond Code·3y
Blazing fast NodeJS dependencies with Laravel and Bun
A new JavaScript tool was released in version 1.0.0 that made me get really excited. It's called Bun- an "all-in-one toolkit for JavaScript and TypeScript apps" You can think of it as a replacement for NPM/Yarn - but it's blazing fast.
- 19
It's Foss·3y
Bash Basics #1: Create and Run Your First Bash Shell Script
This tutorial series is for absolute beginners to the Linux terminal. Bash is the most common and universal shell and hence start learning shell scripting with bash. If you are a regular desktop Linux user, this series will help you understand most shell scripts you come across while exploring various software and fixes.
- 20
freeCodeCamp·3y
How to Build a Stress Tester Tool for Debugging Your Code
How to Build a Stress Tester Tool for Debugging Your Code is part of the DebuggingFeb Writeathon. I recently wrote about how competitive programmers debug their solutions during competitions. The approach of generating thousands of small sample cases to test one solution is not only used by competitive programmers.
- 21
Pointer·3y
languagetool-org/languagetool: Style and Grammar Checker for 25+ Languages
LanguageTool is an Open Source proofreading software for English, Spanish, French, German, Portuguese, Polish, Dutch, and more than 20 other languages. It finds many errors that a simple spell checker cannot detect. The LanguageTool core is freely available under the LGPL 2.1 or later.