Skip to content

Instantly share code, notes, and snippets.

View jterral's full-sized avatar
🌵

Jonathan jterral

🌵
View GitHub Profile
@jterral
jterral / .gitconfig
Last active May 22, 2026 08:28
⚡ Gitconfig Boost
[user]
name = __MY_NAME__
email = __MY_MAIL__
[core]
editor = vim
longpaths = true
fsmonitor = true
untrackedCache = true
@jterral
jterral / arrangeactassert.snippet
Created September 29, 2021 08:49
VS Snippet - Arrange Act Assert
<?xml version="1.0" encoding="utf-8" ?>
<CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
<CodeSnippet Format="1.0.0">
<Header>
<Title>Arrange Act Assert</Title>
<Shortcut>aaa</Shortcut>
<Description>Code snippet for an automatically write Arrange Act Assert.</Description>
<Author>Jonathan Terral</Author>
<SnippetTypes>
<SnippetType>Expansion</SnippetType>
@jterral
jterral / azure-pipelines__ios__.yaml
Last active November 5, 2025 15:21
Azure Pipelines to build and deploy iOS appplication with AppCenter
#
# Azure Pipelines
trigger:
batch: true
name: $(Build.BuildId)_$(SourceBranchName)_$(Date:yyyyMMdd)$(Rev:.r)
variables:
- group: my-group-var