Skip to content
Encyclopedia of Daniel
  • Random Useful Commands
  • More
    • iOS Fiddler Setup
    • Bitbucket Server Plugins
Search
Encyclopedia of Daniel
  • Random Useful Commands
  • More
    • iOS Fiddler Setup
    • Bitbucket Server Plugins

Fiddler Breakpoints

Leave a Comment / Uncategorized / Daniel

Fiddler is an immensely powerful, and easy to use web debugger. It can do just about anything I’ve thought of, and tons of things that I still don’t know what are. Its my go to when doing any kind of web development. A lot of people don’t know just how powerful it is, or how […]

Fiddler Breakpoints Read More »

Atlassian Plugins – Run and Debug a Bitbucket Server Plugin

Leave a Comment / Uncategorized / Daniel

Creating a Bitbucket Server plugin is great, but if you’re like me, you probably immediately find yourself wanting to know not how to get into a code file, but rather how to get something to show up in the server. If you have to write the entire plugin without ever once testing it, that would

Atlassian Plugins – Run and Debug a Bitbucket Server Plugin Read More »

Atlassian Plugins – Common SDK Commands

Leave a Comment / Uncategorized / Daniel

Now that the Atlassian SDK is installed, we’ll familiarize ourselves with some of the things it can do. There is a full command reference available, so i will not by any means cover them all. What I mean to accomplish is to provide an overview of some important ones, and provide some use cases. Note

Atlassian Plugins – Common SDK Commands Read More »

Atlassian Plugins – Setup

Leave a Comment / Uncategorized / Daniel

The very first step to accomplishing anything for an Atlassian plugin is to just get your machine set up. It took me a long time before I actually did this because I just kept having the though – I’m a developer I already have a development environment set up, what more would I need to

Atlassian Plugins – Setup Read More »

Edit in MacVim SourceTree Custom Action

Leave a Comment / Uncategorized / Daniel

I when making small changes to files, I tend to favor using MacVim instead of firing up my IDE. While I do a lot of git commands with the terminal, I still use SourceTree a fair bit. It’s terribly slow at times with large repos, and uses up a ton of memory. But when it

Edit in MacVim SourceTree Custom Action Read More »

Edit in MacVim Context Menu

Leave a Comment / Uncategorized / Daniel

I like to have a right click menu option for editing files in MacVim. Fortunately, this is easily done with Automator. Unfortunately its not easy to copy from computer to computer when I’m setting up a new computer open Automator and create a new Document with the Quick Action template Workflow receives current -> Files

Edit in MacVim Context Menu Read More »

MacVim from Terminal

Leave a Comment / Uncategorized / Daniel

I recently found myself setting up a new machine at work. This has resulted in me discovering that a lot of things I had done over the years has been lost to time. Hence the need to document things! Vim is the best editor ever, and that makes MacVim the best editor in Mac. There

MacVim from Terminal Read More »

Multiple Git Remotes

Leave a Comment / Uncategorized / Daniel

Many people where I work have a tendency to have multiple copies of our git repositories. They do this because when using a gitflow structure, and a slow moving team workflow, you tend to have a task that you send off to testing, and then you wait on that branch for far longer than should

Multiple Git Remotes Read More »

Storing Large Files in the Cloud

Leave a Comment / Uncategorized / Daniel

Occasionally, I have found the need to store large files in the cloud (dropbox, one drive, google drive, etc). However, many of those cloud storage services have limits on the maximum size of file. File size limits make sense because companies don’t want to store your movies. It costs them money for the storage, and

Storing Large Files in the Cloud Read More »

Scripting – iOS App Directory

Leave a Comment / Uncategorized / Daniel

One of the most common problems I run into during typical iOS development is needing to get access to my app’s directory. Unfortunately, apple has made this as difficult as they could by making it so that Each simulator has a non-deterministic directory Each application on that simulator has a non-deterministic directory Each time you

Scripting – iOS App Directory Read More »

← Previous 1 2 3 … 7 Next →
  • Privacy Policy
  • About

Copyright © 2025 Encyclopedia of Daniel | Powered by Astra WordPress Theme