Contents Menu Expand Light mode Dark mode Auto light/dark mode
Dev How To
Logo
Dev How To

Table of Contents

  • Command Line
    • Man, Info and Help
    • Shell Built-In Commands
    • Shell Argument Syntax
    • echo and printf
    • Bash Brace Expansion
    • Bash Parameter Expansion
    • Bash Aliases
    • Bash Arrays
    • Git
      • Git Commit Messages
      • More Examples of Commit Messages
      • Git Reset
      • Git Merge
      • Git Revision
    • Terminal Emulators
      • Kitty
    • Useful find examples
    • HackerRank Shell
  • Text Editors
    • Emacs
      • Emacs Practical Editing Examples
      • Emacs Org-Mode Tips
    • Vim
      • Search and Replace Until Next UpperCase Char
      • Neovim Telescope Tips
  • Haskell
    • Haskell Sectioning
    • Haskell From First Principles
      • 04 - Data Types
        • Datatypes
        • Data Types Questions and Answers
  • PureScript
    • Read, Eval, Print, Loop: REPL
    • Type Signatures
    • Functions
    • Modules
    • Types
    • Char and String Types
    • Number Types
    • Data Types
    • Lists
    • PureScript Explained
      • const
      • apply, ‘$’
      • applyFlipped, ‘#’
      • Cons (Data.List)
  • JavaScript
    • Decorators
  • TypeScript
    • Union Types
    • Functions | TypeScript
    • infer keyword | TypeScript
  • Scheme
    • Building and Installing Chicken Scheme 5.3.0rc3 on macOS Big Sur
  • Deno Runtime
    • Project Root Absolute Imports and Import Maps in Deno
  • How to Design Programs
  • Algorithms and Data Structures in TypeScript
    • Big-O of Arrays and Objects
    • Space Complexity Examples
  • Mostly Adequate Guide to Functional Programming
    • 02 - First Class Functions
    • 02 Currying
  • Composable Functional JavaScript
    • 01 - Create linear data flow with container style types (Box)
    • 02 - Refactor Imperative to Composed Expression using Box
    • 03 - Enforce a null check with composable code branching using Either
    • 04 - Use chain for composable error handling with nested Eithers
    • 05 - A collection of Either examples compared to imperative code
    • Helper Functions
  • Codewars Challenges
    • 6kyu
      • Find Int That Appears Odd Number of Times
      • Which Are In
      • Friend or Foe
    • 7kyu
      • Sort Numbers
  • Programming
    • Guards and Early Returns
  • Miscellaneous Tips
    • Paste Image Into Finder
  v: latest
Versions
latest
Downloads
html
On Read the Docs
Project Home
Builds
Back to top

Git#

Indices and tables#

  • Index

  • Module Index

  • Search Page

Copyright © 2022 Fernando Basso | Text licensed under CC BY-NC-SA 4.0 and code licensed under GPLv3
| Built with Sphinx and @pradyunsg's Furo theme. | Show Source | Dev How To Gitlab Repository
Contents
  • Git
    • Indices and tables